|
1 | 1 | { |
2 | 2 | "name": "@0xsequence/wallet-wdk", |
3 | | - "version": "0.0.0", |
| 3 | + "version": "3.0.0-beta.5", |
4 | 4 | "license": "Apache-2.0", |
5 | 5 | "type": "module", |
6 | 6 | "publishConfig": { |
|
10 | 10 | "scripts": { |
11 | 11 | "build": "tsc", |
12 | 12 | "dev": "tsc --watch", |
13 | | - "test": "vitest run", |
| 13 | + "test": "vitest run && npm run test:ssr", |
14 | 14 | "test:coverage": "vitest run --coverage", |
| 15 | + "test:ssr": "node test/test-ssr-safety.mjs", |
15 | 16 | "typecheck": "tsc --noEmit", |
16 | 17 | "clean": "rimraf dist" |
17 | 18 | }, |
|
23 | 24 | }, |
24 | 25 | "devDependencies": { |
25 | 26 | "@repo/typescript-config": "workspace:^", |
26 | | - "@types/node": "^22.15.29", |
27 | | - "@vitest/coverage-v8": "^3.2.4", |
28 | | - "dotenv": "^16.5.0", |
29 | | - "fake-indexeddb": "^6.0.1", |
30 | | - "happy-dom": "^20.0.2", |
31 | | - "typescript": "^5.8.3", |
32 | | - "vitest": "^3.2.1" |
| 27 | + "@types/node": "^24.10.1", |
| 28 | + "@vitest/coverage-v8": "^4.0.14", |
| 29 | + "dotenv": "^17.2.3", |
| 30 | + "fake-indexeddb": "^6.2.5", |
| 31 | + "happy-dom": "^20.0.10", |
| 32 | + "typescript": "^5.9.3", |
| 33 | + "vitest": "^4.0.14" |
33 | 34 | }, |
34 | 35 | "dependencies": { |
35 | 36 | "@0xsequence/guard": "workspace:^", |
36 | 37 | "@0xsequence/identity-instrument": "workspace:^", |
| 38 | + "@0xsequence/relayer": "workspace:^", |
37 | 39 | "@0xsequence/tee-verifier": "^0.1.2", |
38 | 40 | "@0xsequence/wallet-core": "workspace:^", |
39 | 41 | "@0xsequence/wallet-primitives": "workspace:^", |
40 | | - "idb": "^7.1.1", |
| 42 | + "idb": "^8.0.3", |
41 | 43 | "jwt-decode": "^4.0.0", |
42 | | - "ox": "^0.7.2", |
43 | | - "uuid": "^11.1.0" |
| 44 | + "ox": "^0.9.17", |
| 45 | + "uuid": "^13.0.0" |
44 | 46 | } |
45 | 47 | } |
0 commit comments