@blocklet/launcher-workflow 2.3.39 → 2.3.41
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/es/prepare.js +1 -1
- package/lib/prepare.js +1 -1
- package/package.json +11 -11
package/es/prepare.js
CHANGED
|
@@ -197,7 +197,7 @@ function Content({
|
|
|
197
197
|
}
|
|
198
198
|
});
|
|
199
199
|
}
|
|
200
|
-
if ([LAUNCH_STATUS.
|
|
200
|
+
if ([LAUNCH_STATUS.pastDue, LAUNCH_STATUS.terminated, LAUNCH_STATUS.timeout].includes(launch.status)) {
|
|
201
201
|
return /*#__PURE__*/_jsx(ConfirmDialog, {
|
|
202
202
|
title: t('purchase.unexpectedLaunchSession.expired'),
|
|
203
203
|
description: t('purchase.unexpectedLaunchSession.expiredDescription'),
|
package/lib/prepare.js
CHANGED
|
@@ -209,7 +209,7 @@ function Content(_ref) {
|
|
|
209
209
|
}
|
|
210
210
|
});
|
|
211
211
|
}
|
|
212
|
-
if ([_constant.LAUNCH_STATUS.
|
|
212
|
+
if ([_constant.LAUNCH_STATUS.pastDue, _constant.LAUNCH_STATUS.terminated, _constant.LAUNCH_STATUS.timeout].includes(launch.status)) {
|
|
213
213
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_confirm.default, {
|
|
214
214
|
title: t('purchase.unexpectedLaunchSession.expired'),
|
|
215
215
|
description: t('purchase.unexpectedLaunchSession.expiredDescription'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.41",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"react": ">=18.1.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@arcblock/did-connect": "^2.10.
|
|
45
|
-
"@arcblock/icons": "^2.10.
|
|
46
|
-
"@arcblock/license": "^2.10.
|
|
47
|
-
"@arcblock/react-hooks": "^2.10.
|
|
48
|
-
"@arcblock/ux": "^2.10.
|
|
49
|
-
"@blocklet/launcher-layout": "2.3.
|
|
50
|
-
"@blocklet/launcher-util": "2.3.
|
|
51
|
-
"@blocklet/launcher-ux": "2.3.
|
|
44
|
+
"@arcblock/did-connect": "^2.10.14",
|
|
45
|
+
"@arcblock/icons": "^2.10.14",
|
|
46
|
+
"@arcblock/license": "^2.10.14",
|
|
47
|
+
"@arcblock/react-hooks": "^2.10.14",
|
|
48
|
+
"@arcblock/ux": "^2.10.14",
|
|
49
|
+
"@blocklet/launcher-layout": "2.3.41",
|
|
50
|
+
"@blocklet/launcher-util": "2.3.41",
|
|
51
|
+
"@blocklet/launcher-ux": "2.3.41",
|
|
52
52
|
"@blocklet/payment": "^1.14.8",
|
|
53
|
-
"@blocklet/payment-react": "^1.14.
|
|
53
|
+
"@blocklet/payment-react": "^1.14.21",
|
|
54
54
|
"@emotion/react": "^11.13.0",
|
|
55
55
|
"@emotion/styled": "^11.13.0",
|
|
56
56
|
"@mui/icons-material": "^5.16.6",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"require": "./lib/locales/index.js"
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "aa88011cd230a829185d10959cac13f530855dcf"
|
|
109
109
|
}
|