goatdee-canvas 0.0.59 → 0.0.60

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
@@ -6012,7 +6012,7 @@ function useCanvasLifecycle(args) {
6012
6012
  (async () => {
6013
6013
  var _a;
6014
6014
  try {
6015
- console.log(`[GoatdeeCanvas] version: ${"0.0.59"}`);
6015
+ console.log(`[GoatdeeCanvas] version: ${"0.0.60"}`);
6016
6016
  }
6017
6017
  catch (_b) { }
6018
6018
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goatdee-canvas",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "description": "Goatdee Canvas",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",