goatdee-canvas 0.0.9 → 0.0.11

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
@@ -19344,7 +19344,7 @@ const GoatdeeCanvas = forwardRef((props, ref) => {
19344
19344
  const init = async () => {
19345
19345
  // 打印版本
19346
19346
  try {
19347
- console.log(`[GoatdeeCanvas] version: ${"0.0.9"}`);
19347
+ console.log(`[GoatdeeCanvas] version: ${"0.0.11"}`);
19348
19348
  }
19349
19349
  catch (_a) { }
19350
19350
  await loadWasm();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goatdee-canvas",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Goatdee Canvas",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",