goatdee-canvas 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19328,7 +19328,7 @@ const GoatdeeCanvas = forwardRef((props, ref) => {
19328
19328
  const init = async () => {
19329
19329
  // 打印版本
19330
19330
  try {
19331
- console.log(`[GoatdeeCanvas] version: ${"0.0.12"}`);
19331
+ console.log(`[GoatdeeCanvas] version: ${"0.0.14"}`);
19332
19332
  }
19333
19333
  catch (_a) { }
19334
19334
  await loadWasm();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goatdee-canvas",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Goatdee Canvas",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",