We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2057f1 commit e1d4cf7Copy full SHA for e1d4cf7
packages/server/build_npm.ts
@@ -101,8 +101,11 @@ await build({
101
},
102
// Mapping for '../../types/src/index.ts' in deps.ts
103
'../types/src/index.ts': {
104
- name: '@simplewebauthn/types',
105
- version: `^${typesPackageJSON.version}`,
+ // TODO: Update this to point to @simplewebauthn/types after publishing it to NPM
+ name: '@simplewebauthn/typescript-types',
106
+ version: '^8.3.4',
107
+ // name: '@simplewebauthn/types',
108
+ // version: `^${typesPackageJSON.version}`,
109
110
111
// TypeScript tsconfig.json config
0 commit comments