superapp-miniapp-invoke-native 1.0.41 → 1.0.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.
Files changed (2) hide show
  1. package/lib/main.js +2 -2
  2. package/package.json +1 -1
package/lib/main.js CHANGED
@@ -394,8 +394,8 @@ const q = (t) => {
394
394
  let r = null;
395
395
  t != null && t.mockData ? r = t.mockData : r = be(t, {
396
396
  asiaUatData: await import("./chunk/1b5f5213.js"),
397
- euSitData: await import("./chunk/7615ea07.js"),
398
- euUatData: await import("./chunk/02340160.js")
397
+ euSitData: await import("./chunk/02340160.js"),
398
+ euUatData: await import("./chunk/7615ea07.js")
399
399
  }), e(r ? r != null && r.default ? r == null ? void 0 : r.default : r : null);
400
400
  }), Ce = () => {
401
401
  let t = null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "superapp-miniapp-invoke-native",
3
3
  "type": "module",
4
- "version": "1.0.41",
4
+ "version": "1.0.42",
5
5
  "description": "Superapp中,小程序调用Native 接口的封装,如OSP项目中,需要调用Native的相机扫描,镭射扫描,获取RBAC的数据等",
6
6
  "scripts": {
7
7
  "dev": "vite",