@weaverse/core 0.7.70 → 0.7.71

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.js CHANGED
@@ -228,6 +228,7 @@ var Weaverse = class {
228
228
  this.isDesignMode = !published;
229
229
  this.initProjectItemData();
230
230
  if (this.isDesignMode) {
231
+ this.initStitches();
231
232
  this.triggerUpdate();
232
233
  this.loadStudio();
233
234
  }
package/dist/index.mjs CHANGED
@@ -187,6 +187,7 @@ var Weaverse = class {
187
187
  this.isDesignMode = !published;
188
188
  this.initProjectItemData();
189
189
  if (this.isDesignMode) {
190
+ this.initStitches();
190
191
  this.triggerUpdate();
191
192
  this.loadStudio();
192
193
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.70",
2
+ "version": "0.7.71",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",