@tarojs/plugin-platform-harmony-ets 4.0.0-beta.6 → 4.0.0-beta.8

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/dist/runtime.js CHANGED
@@ -4280,6 +4280,7 @@ var apis = /*#__PURE__*/Object.freeze({
4280
4280
  ENV_TYPE: ENV_TYPE,
4281
4281
  Events: Events,
4282
4282
  History: History,
4283
+ IntersectionObserver: IntersectionObserver,
4283
4284
  addCard: addCard,
4284
4285
  addFileToFavorites: addFileToFavorites,
4285
4286
  addPhoneCalendar: addPhoneCalendar,
@@ -4669,7 +4670,7 @@ var apis = /*#__PURE__*/Object.freeze({
4669
4670
  writeBLECharacteristicValue: writeBLECharacteristicValue
4670
4671
  });
4671
4672
 
4672
- Object.assign({}, apis);
4673
+ const taro = Object.assign({}, apis);
4673
4674
  const requirePlugin = /* @__PURE__ */ permanentlyNotSupport('requirePlugin');
4674
4675
  function initNativeApi(taro) {
4675
4676
  Current.taro = taro;
@@ -4733,6 +4734,7 @@ function getAppInfo() {
4733
4734
  designWidth: config === null || config === void 0 ? void 0 : config.designWidth,
4734
4735
  };
4735
4736
  }
4737
+ initNativeApi(taro);
4736
4738
 
4737
4739
  const components = {
4738
4740
  Checkbox: {