modern-canvas 0.14.10 → 0.14.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5020,10 +5020,10 @@ let I = class extends Pe {
5020
5020
  }
5021
5021
  };
5022
5022
  ie([
5023
- h({ fallback: as() })
5023
+ h({ default: () => as() })
5024
5024
  ], I.prototype, "id", 2);
5025
5025
  ie([
5026
- h({ fallback: as() })
5026
+ h({ default: () => as() })
5027
5027
  ], I.prototype, "name", 2);
5028
5028
  ie([
5029
5029
  h({ fallback: "inherit" })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modern-canvas",
3
3
  "type": "module",
4
- "version": "0.14.10",
4
+ "version": "0.14.11",
5
5
  "packageManager": "pnpm@10.19.0",
6
6
  "description": "A JavaScript WebGL rendering engine. only the ESM.",
7
7
  "author": "wxm",