@blocklet/launcher-workflow 1.9.16 → 1.9.17

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 CHANGED
@@ -38,7 +38,7 @@ module.exports = {
38
38
  }
39
39
  },
40
40
  launch: {
41
- title: 'Createing Blocklet Server',
41
+ title: 'Creating Blocklet Server',
42
42
  invalidFftId: 'Invalid Purchase NFT ID',
43
43
  launchApp: 'Launch Application',
44
44
  launching: 'Your Blocklet Server is being baked, please be patient, it usually takes about 5 minutes',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "1.9.16",
3
+ "version": "1.9.17",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,13 +36,13 @@
36
36
  "react": ">=18.1.0"
37
37
  },
38
38
  "dependencies": {
39
- "@arcblock/did-connect": "^2.4.55",
40
- "@arcblock/icons": "^2.4.55",
41
- "@arcblock/license": "^2.4.55",
42
- "@arcblock/ux": "^2.4.55",
43
- "@blocklet/launcher-layout": "1.9.16",
44
- "@blocklet/launcher-util": "1.9.16",
45
- "@blocklet/launcher-ux": "1.9.16",
39
+ "@arcblock/did-connect": "^2.4.56",
40
+ "@arcblock/icons": "^2.4.56",
41
+ "@arcblock/license": "^2.4.56",
42
+ "@arcblock/ux": "^2.4.56",
43
+ "@blocklet/launcher-layout": "1.9.17",
44
+ "@blocklet/launcher-util": "1.9.17",
45
+ "@blocklet/launcher-ux": "1.9.17",
46
46
  "@did-pay/react": "^1.9.28",
47
47
  "@emotion/react": "^11.10.5",
48
48
  "@emotion/styled": "^11.10.5",
@@ -69,5 +69,5 @@
69
69
  "@babel/preset-react": "^7.18.6",
70
70
  "babel-plugin-inline-react-svg": "^2.0.1"
71
71
  },
72
- "gitHead": "6a9325d42812fe697007ecd53dd0f7d7d3bc6e60"
72
+ "gitHead": "1b5710f482977112968911d212ea3c23b006437e"
73
73
  }