@ray-js/runtime 1.6.0-beta.9 → 1.6.1

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,3 +1,5 @@
1
+ import "core-js/modules/esnext.iterator.constructor.js";
2
+ import "core-js/modules/esnext.iterator.for-each.js";
1
3
  import "core-js/modules/web.dom-collections.iterator.js";
2
4
  /**
3
5
  * 管理 web 页面生命周期的调用
@@ -2,6 +2,8 @@ import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
3
3
  import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
4
4
  const _excluded = ["forwardedRef"];
5
+ import "core-js/modules/esnext.iterator.constructor.js";
6
+ import "core-js/modules/esnext.iterator.for-each.js";
5
7
  import "core-js/modules/web.dom-collections.iterator.js";
6
8
  import React from 'react';
7
9
  import { pageLifecycles } from '@ray-js/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/runtime",
3
- "version": "1.6.0-beta.9",
3
+ "version": "1.6.1",
4
4
  "description": "Ray cross runtime",
5
5
  "keywords": [
6
6
  "ray"
@@ -24,15 +24,15 @@
24
24
  "watch": "tsc -p ./tsconfig.build.json --module esnext --outDir lib --watch"
25
25
  },
26
26
  "dependencies": {
27
- "@ray-core/runtime": "^0.4.5"
27
+ "@ray-core/runtime": "^0.4.8"
28
28
  },
29
29
  "devDependencies": {
30
- "@ray-js/cli": "^1.6.0-beta.9",
31
- "@ray-js/types": "^1.6.0-beta.9"
30
+ "@ray-js/cli": "1.6.1",
31
+ "@ray-js/types": "1.6.1"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public",
35
- "registry": "https://registry.npmjs.org"
35
+ "registry": "https://registry.npmjs.com"
36
36
  },
37
- "gitHead": "a63a269523887feb9d8dbdd42f6e3669e3aa3fc5"
37
+ "gitHead": "cb6ffc5dc0ace4c698bf12ab2102420550964a7d"
38
38
  }