Skip to content

Commit a164344

Browse files
committed
Passkey package add to workspace
1 parent ddadd74 commit a164344

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@0xsequence/marketplace": "workspace:*",
4242
"@0xsequence/metadata": "workspace:*",
4343
"@0xsequence/network": "workspace:*",
44+
"@0xsequence/passkeys": "workspace:*",
4445
"@0xsequence/provider": "workspace:*",
4546
"@0xsequence/relayer": "workspace:*",
4647
"@0xsequence/utils": "workspace:*",

packages/passkeys/package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0xsequence/passkeys",
3-
"version": "2.0.21",
3+
"version": "2.1.0",
44
"description": "Implements a special 1/1 Sequence wallet backed by a passkey",
55
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/passkeys",
66
"source": "src/index.ts",
@@ -9,9 +9,8 @@
99
"author": "Horizon Blockchain Games",
1010
"license": "Apache-2.0",
1111
"scripts": {
12-
"test": "yarn test:file tests/**/*.spec.ts",
13-
"test:file": "TS_NODE_PROJECT=../../tsconfig.test.json mocha -r ts-node/register --timeout 30000",
14-
"test:coverage": "nyc yarn test"
12+
"test": "echo",
13+
"typecheck": "tsc --noEmit"
1514
},
1615
"dependencies": {
1716
"@0xsequence/abi": "workspace:*",

pnpm-lock.yaml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)