goatdee-canvas 0.0.74 → 0.0.75

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.
Binary file
package/dist/index.js CHANGED
@@ -6260,7 +6260,7 @@ function useCanvasLifecycle(args) {
6260
6260
  (async () => {
6261
6261
  var _a;
6262
6262
  try {
6263
- console.log(`[GoatdeeCanvas] version: ${"0.0.74"}`);
6263
+ console.log(`[GoatdeeCanvas] version: ${"0.0.75"}`);
6264
6264
  }
6265
6265
  catch (_b) { }
6266
6266
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goatdee-canvas",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "description": "Goatdee Canvas",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",