@weaverse/core 0.7.15 → 0.7.16

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.ts CHANGED
@@ -85,7 +85,7 @@ interface WeaverseElement {
85
85
  interface ElementsMap {
86
86
  [key: string]: WeaverseElement;
87
87
  }
88
- declare type CatalogGroup = "essential" | "composition" | "other";
88
+ declare type CatalogGroup = "essential" | "composition" | "shopify";
89
89
  interface ElementCatalog {
90
90
  name: string;
91
91
  icon?: string;
package/dist/index.js CHANGED
File without changes
package/dist/index.mjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.15",
2
+ "version": "0.7.16",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",