@arcblock/did-connect-react 3.1.59 → 3.2.0

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.
@@ -81,3 +81,5 @@ appUrl: https://docsmith.aigne.io
81
81
  boardId: 'did-connect-react'
82
82
  # Checkout ID for document deployment service
83
83
  checkoutId: ""
84
+ # Should sync branding for documentation
85
+ shouldSyncBranding: ""
@@ -1,4 +1,4 @@
1
- const o = "3.1.59", s = {
1
+ const o = "3.2.0", 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.59",
3
+ "version": "3.2.0",
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.59",
35
+ "@arcblock/bridge": "3.2.0",
36
36
  "@arcblock/did": "^1.27.2",
37
- "@arcblock/icons": "3.1.59",
38
- "@arcblock/react-hooks": "3.1.59",
37
+ "@arcblock/icons": "3.2.0",
38
+ "@arcblock/react-hooks": "3.2.0",
39
39
  "@arcblock/ws": "^1.27.2",
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": "40bce7b0f6ed43f138bdd0c0d73f365533e66c80"
83
+ "gitHead": "b43cf8c7c072e6d6bbaa72d985672945566af2dc"
84
84
  }