@ray-js/runtime 1.6.26 → 1.6.28

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,5 +1,3 @@
1
- import "core-js/modules/esnext.iterator.constructor.js";
2
- import "core-js/modules/esnext.iterator.for-each.js";
3
1
  /**
4
2
  * 管理 web 页面生命周期的调用
5
3
  * 小程序端
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/runtime",
3
- "version": "1.6.26",
3
+ "version": "1.6.28",
4
4
  "description": "Ray cross runtime",
5
5
  "keywords": [
6
6
  "ray"
@@ -27,12 +27,12 @@
27
27
  "@ray-core/runtime": "^0.4.8"
28
28
  },
29
29
  "devDependencies": {
30
- "@ray-js/cli": "1.6.26",
31
- "@ray-js/types": "1.6.26"
30
+ "@ray-js/cli": "1.6.28",
31
+ "@ray-js/types": "1.6.28"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public",
35
35
  "registry": "https://registry.npmjs.com"
36
36
  },
37
- "gitHead": "d842231dd15303495069483a809a71dbc640ebaf"
37
+ "gitHead": "4d681e3e2c4ec74f08588ee7416938dd573721c7"
38
38
  }