@arcblock/did-connect-react 3.1.49 → 3.1.50

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.
@@ -193,3 +193,21 @@ ccb7eb47c3a485ce55add4c155e6d0228a94d4af795e3642f4cb7d187e9444e8:
193
193
  https://docsmith.aigne.io:
194
194
  url: https://docsmith.aigne.io/image-bin/uploads/83aa6edd16327e9a.svg
195
195
  upload_time: 2025-10-01T08:13:37.399Z
196
+ c5dce56cdc451abac7b2f9b57547d47de0840fb6fb38c46577f986c3aaf6c5d6:
197
+ local_path: .aigne/doc-smith/.tmp/assets/d2/8b6fb09d8010913dd9b87b96c3e78d25298eaf6d65fbcfdcd6235934218f9c27.svg
198
+ sites:
199
+ https://www.arcblock.io:
200
+ url: https://www.arcblock.io/image-bin/uploads/c5dce56cdc451aba.svg
201
+ upload_time: 2025-10-16T05:01:19.357Z
202
+ https://docsmith.aigne.io:
203
+ url: https://docsmith.aigne.io/image-bin/uploads/c5dce56cdc451aba.svg
204
+ upload_time: 2025-10-16T05:04:32.241Z
205
+ 665760fac6b6de32aee2e713bb61378428d6f4cd0f544057539934239e921757:
206
+ local_path: .aigne/doc-smith/.tmp/assets/d2/83f58ce9a056a66f60293fe55364adda0ebf3052b0d68fd9db389d3e8aa3af24.svg
207
+ sites:
208
+ https://www.arcblock.io:
209
+ url: https://www.arcblock.io/image-bin/uploads/665760fac6b6de32.svg
210
+ upload_time: 2025-10-16T05:01:21.227Z
211
+ https://docsmith.aigne.io:
212
+ url: https://docsmith.aigne.io/image-bin/uploads/665760fac6b6de32.svg
213
+ upload_time: 2025-10-16T05:04:33.134Z
@@ -1,4 +1,4 @@
1
- const o = "3.1.49", s = {
1
+ const o = "3.1.50", s = {
2
2
  version: o
3
3
  };
4
4
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/did-connect-react",
3
- "version": "3.1.49",
3
+ "version": "3.1.50",
4
4
  "description": "Client side library to work with DID Connect by ArcBlock.",
5
5
  "keywords": [
6
6
  "react",
@@ -32,10 +32,10 @@
32
32
  "url": "https://github.com/ArcBlock/ux/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@arcblock/bridge": "3.1.49",
35
+ "@arcblock/bridge": "3.1.50",
36
36
  "@arcblock/did": "^1.25.6",
37
- "@arcblock/icons": "3.1.49",
38
- "@arcblock/react-hooks": "3.1.49",
37
+ "@arcblock/icons": "3.1.50",
38
+ "@arcblock/react-hooks": "3.1.50",
39
39
  "@arcblock/ws": "^1.25.6",
40
40
  "@fontsource/lexend": "^5.2.9",
41
41
  "@iconify-icons/logos": "^1.2.36",
@@ -80,5 +80,5 @@
80
80
  "eslint-plugin-react-hooks": "^4.6.2",
81
81
  "jest": "^29.7.0"
82
82
  },
83
- "gitHead": "4612b57a1452bd4330755b53d093505a6ae7dea5"
83
+ "gitHead": "6840e9cab92d5ba54c9435924007c49f3e860c92"
84
84
  }