canvas-editor-engine 2.3.24 → 2.3.25

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 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2576,7 +2576,7 @@ var DrawAccumulatorService = function() {
2576
2576
  }
2577
2577
  }, {
2578
2578
  get: function(target, name) {
2579
- return target[name];
2579
+ return target;
2580
2580
  },
2581
2581
  set: function(target, name, value) {
2582
2582
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "2.3.24",
3
+ "version": "2.3.25",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",