@weaverse/core 2.4.0 → 2.4.1

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.d.mts CHANGED
@@ -216,7 +216,6 @@ type PositionInputValue = "top left" | "top center" | "top right" | "center left
216
216
  type InputType = "blog" | "collection" | "collection-list" | "color" | "datepicker" | "image" | "map-autocomplete" | "position" | "product" | "product-list" | "range" | "richtext" | "select" | "switch" | "text" | "textarea" | "toggle-group";
217
217
  declare global {
218
218
  interface Window {
219
- Blinkloader: any;
220
219
  weaverseStudio: any;
221
220
  }
222
221
  }
package/dist/index.d.ts CHANGED
@@ -216,7 +216,6 @@ type PositionInputValue = "top left" | "top center" | "top right" | "center left
216
216
  type InputType = "blog" | "collection" | "collection-list" | "color" | "datepicker" | "image" | "map-autocomplete" | "position" | "product" | "product-list" | "range" | "richtext" | "select" | "switch" | "text" | "textarea" | "toggle-group";
217
217
  declare global {
218
218
  interface Window {
219
- Blinkloader: any;
220
219
  weaverseStudio: any;
221
220
  }
222
221
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.4.0",
2
+ "version": "2.4.1",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",