@weaverse/core 1.2.0 → 1.2.2

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
@@ -337,4 +337,3 @@ Weaverse.WeaverseItemStore = WeaverseItemStore;
337
337
  loadScript,
338
338
  merge
339
339
  });
340
- //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -293,4 +293,3 @@ export {
293
293
  loadScript,
294
294
  merge
295
295
  };
296
- //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0",
2
+ "version": "1.2.2",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",