Skip to content

Commit

Permalink
Passkey package add to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreamingHawk committed Nov 26, 2024
1 parent ddadd74 commit a164344
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@0xsequence/marketplace": "workspace:*",
"@0xsequence/metadata": "workspace:*",
"@0xsequence/network": "workspace:*",
"@0xsequence/passkeys": "workspace:*",
"@0xsequence/provider": "workspace:*",
"@0xsequence/relayer": "workspace:*",
"@0xsequence/utils": "workspace:*",
Expand Down
7 changes: 3 additions & 4 deletions packages/passkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsequence/passkeys",
"version": "2.0.21",
"version": "2.1.0",
"description": "Implements a special 1/1 Sequence wallet backed by a passkey",
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/passkeys",
"source": "src/index.ts",
Expand All @@ -9,9 +9,8 @@
"author": "Horizon Blockchain Games",
"license": "Apache-2.0",
"scripts": {
"test": "yarn test:file tests/**/*.spec.ts",
"test:file": "TS_NODE_PROJECT=../../tsconfig.test.json mocha -r ts-node/register --timeout 30000",
"test:coverage": "nyc yarn test"
"test": "echo",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@0xsequence/abi": "workspace:*",
Expand Down
3 changes: 3 additions & 0 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 a164344

Please sign in to comment.