@meta2d/core 1.0.5 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meta2d/core",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "@meta2d/core: Powerful, Beautiful, Simple, Open - Web-Based 2D At Its Best .",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -5109,7 +5109,6 @@ var Canvas = /** @class */ (function () {
5109
5109
  }
5110
5110
  dels.forEach(function (pen) {
5111
5111
  _this.store.animates.delete(pen);
5112
- _this.store.animateMap.delete(pen);
5113
5112
  });
5114
5113
  _this.render(false);
5115
5114
  _this.animateRendering = false;