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.
- package/dist/index.mjs +1 -0
- 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;
|