goatdee-canvas 0.0.32 → 0.0.33

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
@@ -5422,7 +5422,7 @@ const GoatdeeCanvas = forwardRef((props, ref) => {
5422
5422
  const init = async () => {
5423
5423
  // 打印版本
5424
5424
  try {
5425
- console.log(`[GoatdeeCanvas] version: ${"0.0.32"}`);
5425
+ console.log(`[GoatdeeCanvas] version: ${"0.0.33"}`);
5426
5426
  }
5427
5427
  catch (_a) { }
5428
5428
  await loadWasm();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goatdee-canvas",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "Goatdee Canvas",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",