@blocklet/did-space-react 1.0.1 → 1.0.3

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.
@@ -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 space NFT",
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 Space"
60
+ fixCorsError: "Fixing CORS Errors When Connecting to DID Spaces"
61
61
  }
62
62
  }
63
63
  }
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const version = "1.0.1";
3
+ const version = "1.0.3";
4
4
 
5
5
  exports.version = version;
@@ -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 space NFT",
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 Space"
58
+ fixCorsError: "Fixing CORS Errors When Connecting to DID Spaces"
59
59
  }
60
60
  }
61
61
  }
@@ -1,3 +1,3 @@
1
- const version = "1.0.1";
1
+ const version = "1.0.3";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/did-space-react",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Reusable react components for did space",
5
5
  "keywords": [
6
6
  "react",
@@ -80,11 +80,11 @@
80
80
  }
81
81
  },
82
82
  "dependencies": {
83
- "@arcblock/did": "^1.18.165",
84
- "@mui/icons-material": "^5.16.13",
83
+ "@arcblock/did": "^1.19.2",
84
+ "@mui/icons-material": "^5.16.14",
85
85
  "@mui/lab": "^5.0.0-alpha.175",
86
- "@mui/material": "^5.16.13",
87
- "@mui/system": "^5.16.13",
86
+ "@mui/material": "^5.16.14",
87
+ "@mui/system": "^5.16.14",
88
88
  "ahooks": "^3.8.4",
89
89
  "axios": "^1.7.9",
90
90
  "flat": "^5.0.2",
@@ -96,26 +96,26 @@
96
96
  "ufo": "^1.5.4"
97
97
  },
98
98
  "peerDependencies": {
99
- "@arcblock/did-connect": "^2.10.89",
100
- "@arcblock/ux": "^2.10.89",
101
- "@blocklet/js-sdk": "^1.16.36",
102
- "@blocklet/sdk": "^1.16.36",
103
- "react": ">=18.1.0"
99
+ "@arcblock/did-connect": "^2.11.23",
100
+ "@arcblock/ux": "^2.11.23",
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.15",
109
+ "@arcblock/did-connect": "^2.11.23",
110
110
  "@arcblock/eslint-config-ts": "^0.3.3",
111
- "@arcblock/ux": "^2.11.15",
111
+ "@arcblock/ux": "^2.11.23",
112
112
  "@babel/cli": "^7.26.4",
113
113
  "@babel/core": "^7.26.0",
114
114
  "@babel/preset-env": "^7.26.0",
115
115
  "@babel/preset-react": "^7.26.3",
116
116
  "@babel/preset-typescript": "^7.26.0",
117
- "@blocklet/js-sdk": "^1.16.36",
118
- "@blocklet/sdk": "^1.16.36",
117
+ "@blocklet/js-sdk": "^1.16.38-beta-20250108-235929-17742885",
118
+ "@blocklet/sdk": "^1.16.38-beta-20250108-235929-17742885",
119
119
  "@storybook/addon-essentials": "^7.6.20",
120
120
  "@storybook/addon-interactions": "^7.6.20",
121
121
  "@storybook/addon-links": "^7.6.20",
@@ -128,7 +128,7 @@
128
128
  "@types/react": "^18.3.18",
129
129
  "@types/react-dom": "^18.3.5",
130
130
  "@vitejs/plugin-legacy": "^5.4.3",
131
- "@vitest/coverage-v8": "^2.1.8",
131
+ "@vitest/coverage-v8": "^3.0.0-beta.4",
132
132
  "babel-plugin-inline-react-svg": "^2.0.2",
133
133
  "copyfiles": "^2.4.1",
134
134
  "eslint": "^8.57.1",
@@ -139,13 +139,13 @@
139
139
  "react-dom": "^18.3.1",
140
140
  "rollup-plugin-node-builtins": "^2.1.2",
141
141
  "storybook": "^7.6.20",
142
- "type-fest": "^4.31.0",
142
+ "type-fest": "^4.32.0",
143
143
  "typescript": "~5.5.4",
144
144
  "unbuild": "^2.0.0",
145
145
  "vite": "^5.4.11",
146
146
  "vite-plugin-babel": "^1.3.0",
147
147
  "vite-plugin-node-polyfills": "^0.22.0",
148
- "vitest": "^2.1.8"
148
+ "vitest": "^3.0.0-beta.4"
149
149
  },
150
- "gitHead": "b9f748ea6e76c6ed63fe049eb5043c5b2a8a9df9"
150
+ "gitHead": "6f7176f310524bf0c5d2900fc5678a7d3cef66fe"
151
151
  }