@blocklet/did-space-react 1.0.2 → 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/locales/en.js
CHANGED
|
@@ -53,11 +53,11 @@ const en = flat.flatten({
|
|
|
53
53
|
},
|
|
54
54
|
provideNFT: {
|
|
55
55
|
title: "Please show the DID Spaces NFT for {appName}",
|
|
56
|
-
scan: "Use your DID Wallet to scan the QR code below to allow the app {appName} show DID
|
|
56
|
+
scan: "Use your DID Wallet to scan the QR code below to allow the app {appName} show DID Spaces NFT",
|
|
57
57
|
success: "Connected successfully"
|
|
58
58
|
},
|
|
59
59
|
helperText: {
|
|
60
|
-
fixCorsError: "Fixing CORS Errors When Connecting to
|
|
60
|
+
fixCorsError: "Fixing CORS Errors When Connecting to DID Spaces"
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
}
|
package/dist/cjs/package.json.js
CHANGED
package/dist/es/locales/en.js
CHANGED
|
@@ -51,11 +51,11 @@ const en = flatten({
|
|
|
51
51
|
},
|
|
52
52
|
provideNFT: {
|
|
53
53
|
title: "Please show the DID Spaces NFT for {appName}",
|
|
54
|
-
scan: "Use your DID Wallet to scan the QR code below to allow the app {appName} show DID
|
|
54
|
+
scan: "Use your DID Wallet to scan the QR code below to allow the app {appName} show DID Spaces NFT",
|
|
55
55
|
success: "Connected successfully"
|
|
56
56
|
},
|
|
57
57
|
helperText: {
|
|
58
|
-
fixCorsError: "Fixing CORS Errors When Connecting to
|
|
58
|
+
fixCorsError: "Fixing CORS Errors When Connecting to DID Spaces"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|
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,19 +96,19 @@
|
|
|
96
96
|
"ufo": "^1.5.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"@arcblock/did-connect": "^2.
|
|
100
|
-
"@arcblock/ux": "^2.
|
|
101
|
-
"@blocklet/js-sdk": "^1.16.
|
|
102
|
-
"@blocklet/sdk": "^1.16.
|
|
103
|
-
"react": "
|
|
99
|
+
"@arcblock/did-connect": "^2.11.29",
|
|
100
|
+
"@arcblock/ux": "^2.11.29",
|
|
101
|
+
"@blocklet/js-sdk": "^1.16.38-beta-20250108-235929-17742885",
|
|
102
|
+
"@blocklet/sdk": "^1.16.38-beta-20250108-235929-17742885",
|
|
103
|
+
"react": "^18.3.1"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
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
|
}
|