Skip to content

Commit

Permalink
Point server to new types
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 21, 2024
1 parent 36a1005 commit 8447417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
7 changes: 2 additions & 5 deletions packages/server/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,8 @@ await build({
},
// Mapping for '../../types/src/index.ts' in deps.ts
'../types/src/index.ts': {
// TODO: Update this to point to @simplewebauthn/types after publishing it to NPM
name: '@simplewebauthn/typescript-types',
version: '^8.3.4',
// name: '@simplewebauthn/types',
// version: `^${typesPackageJSON.version}`,
name: '@simplewebauthn/types',
version: `^${typesPackageJSON.version}`,
},
},
// TypeScript tsconfig.json config
Expand Down
10 changes: 3 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8447417

Please sign in to comment.