@blocklet/launcher-workflow 2.3.40 → 2.3.42

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 CHANGED
@@ -197,7 +197,7 @@ function Content({
197
197
  }
198
198
  });
199
199
  }
200
- if ([LAUNCH_STATUS.expired, LAUNCH_STATUS.terminated, LAUNCH_STATUS.timeout].includes(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.expired, _constant.LAUNCH_STATUS.terminated, _constant.LAUNCH_STATUS.timeout].includes(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.40",
3
+ "version": "2.3.42",
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.13",
45
- "@arcblock/icons": "^2.10.13",
46
- "@arcblock/license": "^2.10.13",
47
- "@arcblock/react-hooks": "^2.10.13",
48
- "@arcblock/ux": "^2.10.13",
49
- "@blocklet/launcher-layout": "2.3.40",
50
- "@blocklet/launcher-util": "2.3.40",
51
- "@blocklet/launcher-ux": "2.3.40",
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.42",
50
+ "@blocklet/launcher-util": "2.3.42",
51
+ "@blocklet/launcher-ux": "2.3.42",
52
52
  "@blocklet/payment": "^1.14.8",
53
- "@blocklet/payment-react": "^1.14.17",
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": "fa54c2fdba7a473f5d5d5dcf8bc8ab0f044d3b68"
108
+ "gitHead": "4e99368cb90c35abd67210f31b1ea4e0504f7842"
109
109
  }