Skip to content

Commit e1d4cf7

Browse files
committed
Punt on pointing server to new package
1 parent c2057f1 commit e1d4cf7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/server/build_npm.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,11 @@ await build({
101101
},
102102
// Mapping for '../../types/src/index.ts' in deps.ts
103103
'../types/src/index.ts': {
104-
name: '@simplewebauthn/types',
105-
version: `^${typesPackageJSON.version}`,
104+
// TODO: Update this to point to @simplewebauthn/types after publishing it to NPM
105+
name: '@simplewebauthn/typescript-types',
106+
version: '^8.3.4',
107+
// name: '@simplewebauthn/types',
108+
// version: `^${typesPackageJSON.version}`,
106109
},
107110
},
108111
// TypeScript tsconfig.json config

0 commit comments

Comments
 (0)