canvas-editor-engine 2.3.21 → 2.3.22

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2499,6 +2499,7 @@ var Painter = function() {
2499
2499
  isUpdated = true;
2500
2500
  }
2501
2501
  if (isUpdated) {
2502
+ console.log("Painter maybe updated:", this);
2502
2503
  this.drawLayersService.updatePainterData(this);
2503
2504
  }
2504
2505
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "2.3.21",
3
+ "version": "2.3.22",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",