@interop/was-react 0.1.0 → 0.1.2
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 +5 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@interop/was-react",
|
|
3
3
|
"description": "React library for building 'Bring Your Own Everything' (BYOE) apps on Wallet Attached Storage: DID Auth login via CHAPI wallet, local-first encrypted storage, and background sync to a WAS server.",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "pnpm run clear && tsc",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"types": "dist/index.d.ts",
|
|
50
50
|
"sideEffects": false,
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@interop/data-integrity-core": "^8.
|
|
52
|
+
"@interop/data-integrity-core": "^8.2.0",
|
|
53
53
|
"@interop/ed25519-signature": "^7.1.3",
|
|
54
54
|
"@interop/ezcap": "^7.3.2",
|
|
55
55
|
"@interop/security-document-loader": "^9.4.1",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@interop/verifier-core": "^3.3.1",
|
|
58
58
|
"@interop/was-client": "^0.13.3",
|
|
59
59
|
"@interop/webkms-client": "^14.7.1",
|
|
60
|
-
"@interop/x25519-key-agreement-key": "^5.1.
|
|
60
|
+
"@interop/x25519-key-agreement-key": "^5.1.2",
|
|
61
61
|
"credential-handler-polyfill": "^4.1.0",
|
|
62
62
|
"uuidv7": "^1.2.1"
|
|
63
63
|
},
|
|
@@ -113,7 +113,8 @@
|
|
|
113
113
|
"zustand": "^5.0.12"
|
|
114
114
|
},
|
|
115
115
|
"publishConfig": {
|
|
116
|
-
"access": "public"
|
|
116
|
+
"access": "public",
|
|
117
|
+
"provenance": true
|
|
117
118
|
},
|
|
118
119
|
"keywords": [
|
|
119
120
|
"react",
|