@interop/was-conformance-suite 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 +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interop/was-conformance-suite",
|
|
3
3
|
"description": "Conformance test suite for Wallet Attached Storage (WAS) servers, runnable as a CLI or in the browser.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "pnpm run clear && tsc",
|
|
@@ -66,7 +66,8 @@
|
|
|
66
66
|
"vitest": "^4.1.7"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
|
-
"access": "public"
|
|
69
|
+
"access": "public",
|
|
70
|
+
"provenance": true
|
|
70
71
|
},
|
|
71
72
|
"keywords": [
|
|
72
73
|
"wallet-attached-storage",
|