@viewfly/core 0.5.4 → 0.6.0

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.
@@ -6,7 +6,7 @@ import { Injector } from './di/_api';
6
6
  */
7
7
  export interface Config {
8
8
  /** 根节点 */
9
- root: JSXInternal.JSXNode;
9
+ root: JSXInternal.ViewNode;
10
10
  /** 平台渲染器 */
11
11
  nativeRenderer: NativeRenderer;
12
12
  /** 应用的上下文 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viewfly/core",
3
- "version": "0.5.4",
3
+ "version": "0.6.0",
4
4
  "description": "Viewfly is a simple and easy-to-use JavaScript framework with an intuitive development experience.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -47,7 +47,7 @@
47
47
  "bugs": {
48
48
  "url": "https://github.com/viewfly/viewfly.git/issues"
49
49
  },
50
- "gitHead": "b66a751b23e5f9a336ac9f52438f9f9a27766762",
50
+ "gitHead": "74774f062e956a723313a1b5ad4b8eab8dc78ae8",
51
51
  "dependencies": {
52
52
  "reflect-metadata": "^0.1.13"
53
53
  }