hylid-bridge 2.12.0-alpha.36 → 2.12.0-alpha.38

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.
@@ -1,4 +1,4 @@
1
- import { getSystemInfo as baseGetSystemInfo } from 'miniapp-web-jsapi/lib/web/jsapi/system';
1
+ import { getSystemInfo as baseGetSystemInfo } from 'miniapp-web-jsapi/lib/web/jsapi/system/h5';
2
2
  export default function getSystemInfo(options) {
3
3
  return baseGetSystemInfo(options);
4
4
  }
@@ -1,4 +1,4 @@
1
- import { getSystemInfoSync as baseGetSystemInfoSync } from 'miniapp-web-jsapi/lib/web/jsapi/system';
1
+ import { getSystemInfoSync as baseGetSystemInfoSync } from 'miniapp-web-jsapi/lib/web/jsapi/system/h5';
2
2
  export default function getSystemInfoSync() {
3
3
  return baseGetSystemInfoSync();
4
4
  }
@@ -0,0 +1 @@
1
+ export * from '@hylid/custom-jsapi';
@@ -0,0 +1 @@
1
+ export * from '@hylid/custom-jsapi';