@arcblock/did-connect-react 3.5.0 → 3.5.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/dist/standalone/index.js +2 -2
- package/lib/package.json.js +1 -1
- package/package.json +5 -5
package/dist/standalone/index.js
CHANGED
|
@@ -39871,7 +39871,7 @@ const t$5 = "/.well-known/service", l$d = "did:abt:", E$2 = {
|
|
|
39871
39871
|
SCAN: "wallet-scan"
|
|
39872
39872
|
// 桌面浏览器扫码
|
|
39873
39873
|
};
|
|
39874
|
-
const e$3 = "3.
|
|
39874
|
+
const e$3 = "3.5.0", s$5 = { "@blocklet/js-sdk": "^1.17.7" }, n$6 = {
|
|
39875
39875
|
version: e$3,
|
|
39876
39876
|
dependencies: s$5
|
|
39877
39877
|
};
|
|
@@ -115768,7 +115768,7 @@ const u$6 = () => {
|
|
|
115768
115768
|
};
|
|
115769
115769
|
}
|
|
115770
115770
|
}));
|
|
115771
|
-
const version$1 = "3.5.
|
|
115771
|
+
const version$1 = "3.5.1";
|
|
115772
115772
|
const pkg = {
|
|
115773
115773
|
version: version$1
|
|
115774
115774
|
};
|
package/lib/package.json.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/did-connect-react",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "Client side library to work with DID Connect by ArcBlock.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"url": "https://github.com/ArcBlock/ux/issues"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@arcblock/bridge": "3.5.
|
|
36
|
+
"@arcblock/bridge": "3.5.1",
|
|
37
37
|
"@arcblock/did": "^1.29.4",
|
|
38
|
-
"@arcblock/icons": "3.5.
|
|
39
|
-
"@arcblock/react-hooks": "3.5.
|
|
38
|
+
"@arcblock/icons": "3.5.1",
|
|
39
|
+
"@arcblock/react-hooks": "3.5.1",
|
|
40
40
|
"@arcblock/ws": "^1.29.4",
|
|
41
41
|
"@blocklet/constant": "^1.17.7",
|
|
42
42
|
"@fontsource/lexend": "^5.2.9",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
91
91
|
"jest": "^29.7.0"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "78fdd8a869a60672e8b66d4eefc172c8a716acd8"
|
|
94
94
|
}
|