@my-react/react-reconciler-compact 0.0.16 → 0.0.17

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.
@@ -7113,7 +7113,7 @@ function requireIndex_development () {
7113
7113
  _this.isAppMounted = false;
7114
7114
  _this.isAppCrashed = false;
7115
7115
  _this.isAppUnmounted = false;
7116
- _this.version = "0.3.25";
7116
+ _this.version = "0.3.26";
7117
7117
  _this.id = Math.random().toString(16).slice(2);
7118
7118
  _this.mode = "development" ;
7119
7119
  _this.renderMode = "render";
@@ -7369,7 +7369,7 @@ function requireIndex_development () {
7369
7369
  });
7370
7370
  }); };
7371
7371
 
7372
- var version = "0.3.25";
7372
+ var version = "0.3.26";
7373
7373
 
7374
7374
  exports$1.CustomRenderDispatch = CustomRenderDispatch;
7375
7375
  exports$1.MyReactFiberNode = MyReactFiberNode;
@@ -9154,7 +9154,7 @@ var Reconciler = function (_config) {
9154
9154
  };
9155
9155
  };
9156
9156
 
9157
- var version = "0.0.16";
9157
+ var version = "0.0.17";
9158
9158
  var createReconciler = Reconciler;
9159
9159
  var defaultOnUncaughtError = function (error) {
9160
9160
  console.error("Uncaught", error);
@@ -6430,7 +6430,7 @@ function requireIndex_production () {
6430
6430
  _this.isAppMounted = false;
6431
6431
  _this.isAppCrashed = false;
6432
6432
  _this.isAppUnmounted = false;
6433
- _this.version = "0.3.25";
6433
+ _this.version = "0.3.26";
6434
6434
  _this.id = Math.random().toString(16).slice(2);
6435
6435
  _this.mode = "production";
6436
6436
  _this.renderMode = "render";
@@ -6666,7 +6666,7 @@ function requireIndex_production () {
6666
6666
  });
6667
6667
  }); };
6668
6668
 
6669
- var version = "0.3.25";
6669
+ var version = "0.3.26";
6670
6670
 
6671
6671
  exports$1.CustomRenderDispatch = CustomRenderDispatch;
6672
6672
  exports$1.MyReactFiberNode = MyReactFiberNode;
@@ -8068,7 +8068,7 @@ var Reconciler = function (_config) {
8068
8068
  };
8069
8069
  };
8070
8070
 
8071
- var version = "0.0.16";
8071
+ var version = "0.0.17";
8072
8072
  var createReconciler = Reconciler;
8073
8073
  var defaultOnUncaughtError = function (error) {
8074
8074
  console.error("Uncaught", error);
@@ -6426,7 +6426,7 @@ function requireIndex_production () {
6426
6426
  _this.isAppMounted = false;
6427
6427
  _this.isAppCrashed = false;
6428
6428
  _this.isAppUnmounted = false;
6429
- _this.version = "0.3.25";
6429
+ _this.version = "0.3.26";
6430
6430
  _this.id = Math.random().toString(16).slice(2);
6431
6431
  _this.mode = "production";
6432
6432
  _this.renderMode = "render";
@@ -6662,7 +6662,7 @@ function requireIndex_production () {
6662
6662
  });
6663
6663
  }); };
6664
6664
 
6665
- var version = "0.3.25";
6665
+ var version = "0.3.26";
6666
6666
 
6667
6667
  exports$1.CustomRenderDispatch = CustomRenderDispatch;
6668
6668
  exports$1.MyReactFiberNode = MyReactFiberNode;
@@ -13873,7 +13873,7 @@ function requireIndex_development () {
13873
13873
  _this.isAppMounted = false;
13874
13874
  _this.isAppCrashed = false;
13875
13875
  _this.isAppUnmounted = false;
13876
- _this.version = "0.3.25";
13876
+ _this.version = "0.3.26";
13877
13877
  _this.id = Math.random().toString(16).slice(2);
13878
13878
  _this.mode = "development" ;
13879
13879
  _this.renderMode = "render";
@@ -14129,7 +14129,7 @@ function requireIndex_development () {
14129
14129
  });
14130
14130
  }); };
14131
14131
 
14132
- var version = "0.3.25";
14132
+ var version = "0.3.26";
14133
14133
 
14134
14134
  exports$1.CustomRenderDispatch = CustomRenderDispatch;
14135
14135
  exports$1.MyReactFiberNode = MyReactFiberNode;
@@ -15917,7 +15917,7 @@ var Reconciler = function (_config) {
15917
15917
  };
15918
15918
  };
15919
15919
 
15920
- var version = "0.0.16";
15920
+ var version = "0.0.17";
15921
15921
  var createReconciler = Reconciler;
15922
15922
  var defaultOnUncaughtError = function (error) {
15923
15923
  console.error("Uncaught", error);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "@my-react/react-reconciler-compact",
4
4
  "author": "MrWangJustToDo",
5
5
  "license": "MIT",
6
- "version": "0.0.16",
6
+ "version": "0.0.17",
7
7
  "main": "index.js",
8
8
  "types": "index.d.ts",
9
9
  "files": [
@@ -100,11 +100,11 @@
100
100
  }
101
101
  ],
102
102
  "devDependencies": {
103
- "@my-react/react-reconciler": "^0.3.25",
104
- "@my-react/react-shared": "^0.3.25",
103
+ "@my-react/react-reconciler": "^0.3.26",
104
+ "@my-react/react-shared": "^0.3.26",
105
105
  "@types/react-reconciler": "^0.32.3"
106
106
  },
107
107
  "peerDependencies": {
108
- "@my-react/react": ">=0.3.25"
108
+ "@my-react/react": ">=0.3.26"
109
109
  }
110
110
  }