@blocklet/launcher-workflow 2.2.60 → 2.2.61

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.
@@ -62,7 +62,8 @@ export default function LaunchDedicated({
62
62
  blockletMetaUrl,
63
63
  locale,
64
64
  chainHost: window.blocklet?.CHAIN_HOST,
65
- from: query.get('from')
65
+ from: query.get('from'),
66
+ sessionId
66
67
  });
67
68
  setIsDone(true);
68
69
  setTimeout(() => {
@@ -73,7 +73,8 @@ function LaunchDedicated(_ref) {
73
73
  blockletMetaUrl,
74
74
  locale,
75
75
  chainHost: (_window$blocklet = window.blocklet) === null || _window$blocklet === void 0 ? void 0 : _window$blocklet.CHAIN_HOST,
76
- from: query.get('from')
76
+ from: query.get('from'),
77
+ sessionId
77
78
  });
78
79
  setIsDone(true);
79
80
  setTimeout(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.2.60",
3
+ "version": "2.2.61",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -46,9 +46,9 @@
46
46
  "@arcblock/license": "^2.9.57",
47
47
  "@arcblock/react-hooks": "^2.9.57",
48
48
  "@arcblock/ux": "^2.9.57",
49
- "@blocklet/launcher-layout": "2.2.60",
50
- "@blocklet/launcher-util": "2.2.60",
51
- "@blocklet/launcher-ux": "2.2.60",
49
+ "@blocklet/launcher-layout": "2.2.61",
50
+ "@blocklet/launcher-util": "2.2.61",
51
+ "@blocklet/launcher-ux": "2.2.61",
52
52
  "@blocklet/payment": "^1.13.190",
53
53
  "@blocklet/payment-react": "^1.13.190",
54
54
  "@emotion/react": "^11.11.4",
@@ -106,5 +106,5 @@
106
106
  "require": "./lib/locales/index.js"
107
107
  }
108
108
  },
109
- "gitHead": "d075dc1b14d8dd745da7db121d9ab45d35170870"
109
+ "gitHead": "bdca5c5ca0870f592f7c01e73e9caf6a7143aa35"
110
110
  }