@blocklet/launcher-workflow 2.2.49 → 2.2.50

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.
@@ -94,7 +94,8 @@ export default function LaunchDedicated({
94
94
  nftId
95
95
  }, {
96
96
  params: {
97
- launchType: query.get('launchType')
97
+ launchType: query.get('launchType'),
98
+ sessionId: query.get('sessionId')
98
99
  }
99
100
  });
100
101
  handleInstance(instance);
@@ -107,7 +107,8 @@ function LaunchDedicated(_ref) {
107
107
  nftId
108
108
  }, {
109
109
  params: {
110
- launchType: query.get('launchType')
110
+ launchType: query.get('launchType'),
111
+ sessionId: query.get('sessionId')
111
112
  }
112
113
  });
113
114
  handleInstance(instance);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.2.49",
3
+ "version": "2.2.50",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -46,9 +46,9 @@
46
46
  "@arcblock/license": "^2.8.24",
47
47
  "@arcblock/react-hooks": "^2.8.24",
48
48
  "@arcblock/ux": "^2.8.24",
49
- "@blocklet/launcher-layout": "2.2.49",
50
- "@blocklet/launcher-util": "2.2.49",
51
- "@blocklet/launcher-ux": "2.2.49",
49
+ "@blocklet/launcher-layout": "2.2.50",
50
+ "@blocklet/launcher-util": "2.2.50",
51
+ "@blocklet/launcher-ux": "2.2.50",
52
52
  "@blocklet/payment": "^1.13.87",
53
53
  "@emotion/react": "^11.11.3",
54
54
  "@emotion/styled": "^11.11.0",
@@ -101,5 +101,5 @@
101
101
  "require": "./lib/locales/index.js"
102
102
  }
103
103
  },
104
- "gitHead": "697f27715d2ba135fb140659bdb56e835450dd43"
104
+ "gitHead": "1c26364013fb1ba28ef09dc569589bb4b24249d5"
105
105
  }