@blocklet/launcher-workflow 2.0.38 → 2.0.39
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/lib/locales/en.js +1 -1
- package/lib/locales/zh.js +1 -1
- package/package.json +5 -5
package/lib/locales/en.js
CHANGED
|
@@ -98,7 +98,7 @@ module.exports = {
|
|
|
98
98
|
pageTitle: 'Purchase Space',
|
|
99
99
|
selectSpaceHint: 'Already have dedicated space? Click here to select >',
|
|
100
100
|
morePlanPrompt: 'Flip the page to see more plans',
|
|
101
|
-
redeem: '
|
|
101
|
+
redeem: 'Select purchased space',
|
|
102
102
|
dialog: {
|
|
103
103
|
title: 'Purchase Blocklet Space NFT',
|
|
104
104
|
scan: 'Scan the QR code below with your DID wallet to complete purchase',
|
package/lib/locales/zh.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.39",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"@arcblock/icons": "^2.5.37",
|
|
41
41
|
"@arcblock/license": "^2.5.37",
|
|
42
42
|
"@arcblock/ux": "^2.5.37",
|
|
43
|
-
"@blocklet/launcher-layout": "2.0.
|
|
44
|
-
"@blocklet/launcher-util": "2.0.
|
|
45
|
-
"@blocklet/launcher-ux": "2.0.
|
|
43
|
+
"@blocklet/launcher-layout": "2.0.39",
|
|
44
|
+
"@blocklet/launcher-util": "2.0.39",
|
|
45
|
+
"@blocklet/launcher-ux": "2.0.39",
|
|
46
46
|
"@did-pay/react": "^1.9.53",
|
|
47
47
|
"@emotion/react": "^11.10.8",
|
|
48
48
|
"@emotion/styled": "^11.10.8",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"@babel/preset-react": "^7.18.6",
|
|
73
73
|
"babel-plugin-inline-react-svg": "^2.0.2"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "eff61325ff7579e8967969a6ff42d82382051405"
|
|
76
76
|
}
|