canvas-editor-engine 2.1.16 → 2.1.17

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
@@ -2168,6 +2168,7 @@ var WebComponent = function(_super) {
2168
2168
  this.throughHistoryService = new ThroughHistoryService(this.appConfig, this.appStoreRepository);
2169
2169
  this.appStore = new AppStore(this.throughHistoryService, this.appStoreRepository);
2170
2170
  this.pullProjectService = new PullProjectService(this.throughHistoryService, this.appStoreRepository);
2171
+ console.log("this.appStoreRepository", this.appStoreRepository);
2171
2172
  this.drawService = new DrawService(this.appConfig, this.appStoreRepository, this.eventService);
2172
2173
  this.downloadService = new DownloadService(this.canvasComponent);
2173
2174
  var _a = this.canvasComponent.getComponent(), canvasTemplate = _a.canvasTemplate, canvasStyle = _a.canvasStyle;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",