@blocklet/did-space-react 1.0.3 → 1.0.4
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/dist/cjs/package.json.js
CHANGED
package/dist/es/package.json.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/did-space-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Reusable react components for did space",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"ufo": "^1.5.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"@arcblock/did-connect": "^2.11.
|
|
100
|
-
"@arcblock/ux": "^2.11.
|
|
99
|
+
"@arcblock/did-connect": "^2.11.29",
|
|
100
|
+
"@arcblock/ux": "^2.11.29",
|
|
101
101
|
"@blocklet/js-sdk": "^1.16.38-beta-20250108-235929-17742885",
|
|
102
102
|
"@blocklet/sdk": "^1.16.38-beta-20250108-235929-17742885",
|
|
103
103
|
"react": "^18.3.1"
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"access": "public"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@arcblock/did-connect": "^2.11.
|
|
109
|
+
"@arcblock/did-connect": "^2.11.29",
|
|
110
110
|
"@arcblock/eslint-config-ts": "^0.3.3",
|
|
111
|
-
"@arcblock/ux": "^2.11.
|
|
111
|
+
"@arcblock/ux": "^2.11.29",
|
|
112
112
|
"@babel/cli": "^7.26.4",
|
|
113
113
|
"@babel/core": "^7.26.0",
|
|
114
114
|
"@babel/preset-env": "^7.26.0",
|
|
@@ -147,5 +147,5 @@
|
|
|
147
147
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
148
148
|
"vitest": "^3.0.0-beta.4"
|
|
149
149
|
},
|
|
150
|
-
"gitHead": "
|
|
150
|
+
"gitHead": "69349187cb439fca9b2a0882cb0267cb581bfc72"
|
|
151
151
|
}
|