@interop/was-client 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interop/was-client",
|
|
3
3
|
"description": "A developer-friendly client for Wallet Attached Storage (WAS) servers.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "pnpm run clear && tsc",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"prepare": "pnpm run build",
|
|
14
14
|
"rebuild": "pnpm run clear && pnpm run build",
|
|
15
15
|
"test": "pnpm run fix && pnpm run lint && pnpm run test-node && pnpm run test-browser",
|
|
16
|
-
"test
|
|
17
|
-
"test
|
|
18
|
-
"test
|
|
16
|
+
"test:browser": "playwright test",
|
|
17
|
+
"test:node": "vitest run",
|
|
18
|
+
"test:coverage": "vitest run --coverage"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
21
|
"dist",
|
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@eslint/js": "^10.0.1",
|
|
45
|
-
"@interop/ed25519-verification-key": "^7.0.1",
|
|
46
45
|
"@playwright/test": "^1.60.0",
|
|
47
46
|
"@types/node": "^25.9.1",
|
|
48
47
|
"@vitest/coverage-v8": "^4.1.7",
|
|
@@ -54,11 +53,11 @@
|
|
|
54
53
|
"typescript": "^5.9.3",
|
|
55
54
|
"typescript-eslint": "^8.59.4",
|
|
56
55
|
"vite": "^8.0.14",
|
|
57
|
-
"vitest": "^4.1.7"
|
|
58
|
-
"was-teaching-server": "link:../was-teaching-server"
|
|
56
|
+
"vitest": "^4.1.7"
|
|
59
57
|
},
|
|
60
58
|
"publishConfig": {
|
|
61
|
-
"access": "public"
|
|
59
|
+
"access": "public",
|
|
60
|
+
"provenance": true
|
|
62
61
|
},
|
|
63
62
|
"keywords": [
|
|
64
63
|
"wallet attached storage",
|