@arcblock/did-playground 2.12.7 → 2.12.9

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.
@@ -259,7 +259,7 @@ PlaygroundAction.defaultProps = {
259
259
  buttonSize: 'large',
260
260
  // small | large | medium
261
261
  buttonRounded: false,
262
- scanMessage: 'Scan the QRCode with your DID Wallet',
262
+ scanMessage: 'Scan the QR Code with your DID Wallet',
263
263
  confirmMessage: 'Confirm in your DID Wallet',
264
264
  successMessage: 'Operation success!',
265
265
  extraParams: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/did-playground",
3
- "version": "2.12.7",
3
+ "version": "2.12.9",
4
4
  "description": "React components that works with wallet-playground",
5
5
  "keywords": [
6
6
  "react",
@@ -30,8 +30,8 @@
30
30
  "url": "https://github.com/ArcBlock/wallet-playground/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@arcblock/did-connect": "^2.12.7",
34
- "@arcblock/react-hooks": "^2.12.7",
33
+ "@arcblock/did-connect": "^2.12.9",
34
+ "@arcblock/react-hooks": "^2.12.9",
35
35
  "ahooks": "^3.7.10",
36
36
  "axios": "^1.7.5",
37
37
  "core-js": "^3.25.5",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "787e4085c12d8b550c7d5a92d81b93d49d3e33e4"
56
+ "gitHead": "70e427c9ce212734adf54b38890880ec28856d37"
57
57
  }
@@ -261,7 +261,7 @@ PlaygroundAction.defaultProps = {
261
261
  buttonVariant: 'contained', // contained | outlined | default
262
262
  buttonSize: 'large', // small | large | medium
263
263
  buttonRounded: false,
264
- scanMessage: 'Scan the QRCode with your DID Wallet',
264
+ scanMessage: 'Scan the QR Code with your DID Wallet',
265
265
  confirmMessage: 'Confirm in your DID Wallet',
266
266
  successMessage: 'Operation success!',
267
267
  extraParams: {},