@viewfly/core 1.0.0-alpha.1 → 1.0.0-alpha.2

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.
@@ -1884,7 +1884,7 @@ function viewfly(config) {
1884
1884
  return destroyed ? null : root;
1885
1885
  };
1886
1886
  }), function () {
1887
- if (destroyed) {
1887
+ if (destroyed || !autoUpdate) {
1888
1888
  return;
1889
1889
  }
1890
1890
  nextTick(() => {
package/bundles/index.js CHANGED
@@ -1886,7 +1886,7 @@ function viewfly(config) {
1886
1886
  return destroyed ? null : root;
1887
1887
  };
1888
1888
  }), function () {
1889
- if (destroyed) {
1889
+ if (destroyed || !autoUpdate) {
1890
1890
  return;
1891
1891
  }
1892
1892
  nextTick(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viewfly/core",
3
- "version": "1.0.0-alpha.1",
3
+ "version": "1.0.0-alpha.2",
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": "8a25e6e350ba9cade6036506e7fe2aba4e4396ac",
50
+ "gitHead": "494829c8d0cde30d0a35c61351c863ea14515ac2",
51
51
  "dependencies": {
52
52
  "reflect-metadata": "^0.1.13"
53
53
  }