@blocklet/launcher-workflow 2.5.0 → 2.5.2

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/util.js CHANGED
@@ -189,7 +189,7 @@ const checkBlockletAccessible = exports.checkBlockletAccessible = async function
189
189
  try {
190
190
  const urlObj = new URL(url);
191
191
  urlObj.protocol = 'https';
192
- const res = await _axios.default.get((0, _ufo.joinURL)(urlObj.toString(), '/api/__blocklet__.js?type=json'), {
192
+ const res = await _axios.default.get((0, _ufo.joinURL)(urlObj.toString(), '/api/__blocklet__.js?type=json&owner=1&force=1&nocache=1'), {
193
193
  timeout,
194
194
  signal: controller === null || controller === void 0 ? void 0 : controller.signal,
195
195
  validateStatus: status => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.5.0",
3
+ "version": "2.5.2",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -49,8 +49,8 @@
49
49
  "@arcblock/react-hooks": "^3.0.27",
50
50
  "@arcblock/ux": "^3.0.27",
51
51
  "@blocklet/launcher-layout": "^3.0.27",
52
- "@blocklet/launcher-util": "2.5.0",
53
- "@blocklet/launcher-ux": "2.5.0",
52
+ "@blocklet/launcher-util": "2.5.2",
53
+ "@blocklet/launcher-ux": "2.5.2",
54
54
  "@blocklet/payment": "^1.14.8",
55
55
  "@blocklet/payment-react": "^1.19.5",
56
56
  "@emotion/react": "^11.14.0",
@@ -109,5 +109,5 @@
109
109
  "require": "./lib/locales/index.js"
110
110
  }
111
111
  },
112
- "gitHead": "26f2003250845078af921c3125ccd67f3d85137f"
112
+ "gitHead": "b801ce890ad7e3b4dedf3ad7709cfdae15058e93"
113
113
  }