@visactor/vrender-core 0.16.5 → 0.16.6

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 +1,3 @@
1
+
2
+
1
3
  //# sourceMappingURL=allocator-modules.js.map
@@ -644,4 +644,5 @@ class AnimateGroup1 extends animate_1.ACustomAnimate {
644
644
  }
645
645
  }
646
646
 
647
- exports.AnimateGroup1 = AnimateGroup1;
647
+ exports.AnimateGroup1 = AnimateGroup1;
648
+ //# sourceMappingURL=custom-animate.js.map
@@ -1 +1,3 @@
1
+
2
+
1
3
  //# sourceMappingURL=allocator-modules.js.map
@@ -614,4 +614,5 @@ export class AnimateGroup1 extends ACustomAnimate {
614
614
  ratio = easingFunc(ratio), a.onUpdate(end, ratio, out);
615
615
  })), this.updating = !1);
616
616
  }
617
- }
617
+ }
618
+ //# sourceMappingURL=custom-animate.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vrender-core",
3
- "version": "0.16.5",
3
+ "version": "0.16.6",
4
4
  "description": "",
5
5
  "sideEffects": true,
6
6
  "main": "cjs/index.js",