@blocklet/launcher-workflow 2.0.9 → 2.0.10

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.
Files changed (2) hide show
  1. package/lib/locales/en.js +5 -5
  2. package/package.json +10 -10
package/lib/locales/en.js CHANGED
@@ -47,11 +47,11 @@ module.exports = {
47
47
  waitingForLaunching: 'Your Blocklet Space launch request is being processed, please be patient, it usually takes about 5 minutes',
48
48
  accessServer: 'Access Blocklet Space',
49
49
  waiting: {
50
- starting: 'Starting Server Instance',
51
- securing: 'Securing Server Network',
52
- prepare: 'Prepare Server Storage',
53
- waiting: 'Waiting Server Ready',
54
- done: 'Server is Ready'
50
+ starting: 'Starting Blocklet Space',
51
+ securing: 'Securing Network',
52
+ prepare: 'Prepare Storage',
53
+ waiting: 'Waiting for Ready',
54
+ done: 'Blocklet Space is Ready'
55
55
  },
56
56
  dialog: {
57
57
  title: 'Launch Blocklet Space',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,14 +36,14 @@
36
36
  "react": ">=18.1.0"
37
37
  },
38
38
  "dependencies": {
39
- "@arcblock/did-connect": "^2.5.15",
40
- "@arcblock/icons": "^2.5.15",
41
- "@arcblock/license": "^2.5.15",
42
- "@arcblock/ux": "^2.5.15",
43
- "@blocklet/launcher-layout": "2.0.9",
44
- "@blocklet/launcher-util": "2.0.9",
45
- "@blocklet/launcher-ux": "2.0.9",
46
- "@did-pay/react": "^1.9.45",
39
+ "@arcblock/did-connect": "^2.5.16",
40
+ "@arcblock/icons": "^2.5.16",
41
+ "@arcblock/license": "^2.5.16",
42
+ "@arcblock/ux": "^2.5.16",
43
+ "@blocklet/launcher-layout": "2.0.10",
44
+ "@blocklet/launcher-util": "2.0.10",
45
+ "@blocklet/launcher-ux": "2.0.10",
46
+ "@did-pay/react": "^1.9.46",
47
47
  "@emotion/react": "^11.10.6",
48
48
  "@emotion/styled": "^11.10.6",
49
49
  "@mui/icons-material": "^5.11.11",
@@ -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": "32e02f98e10966f0f79d72f64bd85f1fc696b001"
75
+ "gitHead": "e9fa27a72da394ca198138b12efc2de73b6393d8"
76
76
  }