goatdee-canvas 0.0.89 → 0.0.90

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
@@ -6423,7 +6423,7 @@ function useCanvasLifecycle(args) {
6423
6423
  (async () => {
6424
6424
  var _a;
6425
6425
  try {
6426
- console.log(`[GoatdeeCanvas] version: ${"0.0.89"}`);
6426
+ console.log(`[GoatdeeCanvas] version: ${"0.0.90"}`);
6427
6427
  }
6428
6428
  catch (_b) { }
6429
6429
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goatdee-canvas",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "description": "Goatdee Canvas",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",