@feng3d/reactivity 1.0.11 → 1.0.12

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.
package/dist/index.js CHANGED
@@ -1870,6 +1870,7 @@ class ReactiveObject {
1870
1870
  this._effectScope = null;
1871
1871
  }
1872
1872
  }
1873
+ console.log("@feng3d/reactivity v1.0.12");
1873
1874
  export {
1874
1875
  EffectScope,
1875
1876
  ReactiveObject,