@blocklet/launcher-workflow 1.6.14 → 1.6.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.
@@ -163,7 +163,7 @@ function OperationPage(_ref) {
163
163
  let step = Math.floor(creatingTime / messageDuration);
164
164
 
165
165
  if (step > 0) {
166
- if (step > message.length) {
166
+ if (step >= message.length) {
167
167
  step = message.length - 1;
168
168
  }
169
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "1.6.14",
3
+ "version": "1.6.17",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -37,16 +37,16 @@
37
37
  "react": ">=16.12.0"
38
38
  },
39
39
  "dependencies": {
40
- "@arcblock/did-connect": "^1.17.17",
41
- "@arcblock/icons": "^1.17.17",
42
- "@arcblock/license": "^1.17.17",
43
- "@arcblock/ux": "^1.17.17",
44
- "@blocklet/launcher-constant": "1.6.14",
45
- "@blocklet/launcher-layout": "1.6.14",
40
+ "@arcblock/did-connect": "^1.17.18",
41
+ "@arcblock/icons": "^1.17.18",
42
+ "@arcblock/license": "^1.17.18",
43
+ "@arcblock/ux": "^1.17.18",
44
+ "@blocklet/launcher-constant": "1.6.17",
45
+ "@blocklet/launcher-layout": "1.6.17",
46
46
  "@material-ui/core": "^4.12.3",
47
47
  "@material-ui/icons": "^4.11.2",
48
48
  "@material-ui/lab": "^4.0.0-alpha.60",
49
- "@ocap/util": "^1.16.5",
49
+ "@ocap/util": "^1.16.6",
50
50
  "@stripe/react-stripe-js": "^1.7.0",
51
51
  "@stripe/stripe-js": "^1.22.0",
52
52
  "@styled-icons/remix-fill": "^10.18.0",
@@ -70,5 +70,5 @@
70
70
  "babel-plugin-inline-react-svg": "^2.0.1",
71
71
  "babel-plugin-styled-components": "^1.10.7"
72
72
  },
73
- "gitHead": "41d9da6467b3b56d0c32c257e611fa3cacd77333"
73
+ "gitHead": "81336baaa83a6a638750ee38b57bcee10cf43d08"
74
74
  }