@blocklet/launcher-workflow 2.1.68 → 2.1.69

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/lib/checkout.js CHANGED
@@ -127,7 +127,7 @@ function CheckoutPage(_ref) {
127
127
  baseURL: didPayPrefix
128
128
  });
129
129
  const launchSessionAPI = create({
130
- baseURL: '/'
130
+ baseURL: routerPrefix
131
131
  });
132
132
  (0, _react.useEffect)(() => {
133
133
  if (isPurchaseOnly) {
package/lib/purchase.js CHANGED
@@ -136,7 +136,7 @@ function PurchasePage(_ref) {
136
136
  baseURL: didPayPrefix
137
137
  });
138
138
  const launchSessionAPI = create({
139
- baseURL: '/'
139
+ baseURL: routerPrefix
140
140
  });
141
141
  const selectPlan = launch => {
142
142
  if (!state.plans.length) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.1.68",
3
+ "version": "2.1.69",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,9 +40,9 @@
40
40
  "@arcblock/license": "^2.5.68",
41
41
  "@arcblock/react-hooks": "^2.5.68",
42
42
  "@arcblock/ux": "^2.5.68",
43
- "@blocklet/launcher-layout": "2.1.68",
44
- "@blocklet/launcher-util": "2.1.68",
45
- "@blocklet/launcher-ux": "2.1.68",
43
+ "@blocklet/launcher-layout": "2.1.69",
44
+ "@blocklet/launcher-util": "2.1.69",
45
+ "@blocklet/launcher-ux": "2.1.69",
46
46
  "@blocklet/payment": "^1.12.31",
47
47
  "@emotion/react": "^11.11.1",
48
48
  "@emotion/styled": "^11.11.0",
@@ -76,5 +76,5 @@
76
76
  "babel-plugin-inline-react-svg": "^2.0.2",
77
77
  "jest": "^27.5.1"
78
78
  },
79
- "gitHead": "91823bd20469757d7bec8a22443040f0bb4e893f"
79
+ "gitHead": "610aed556851444ba8516742d691a5e6a04d000c"
80
80
  }