modern-canvas 0.6.10 → 0.6.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.
package/dist/index.mjs CHANGED
@@ -5593,7 +5593,6 @@ function getNodeIid(key) {
5593
5593
  return iid;
5594
5594
  }
5595
5595
  let Node = class extends CoreObject {
5596
- meta = {};
5597
5596
  _readyed = false;
5598
5597
  constructor(properties, nodes = []) {
5599
5598
  super();
@@ -6082,6 +6081,9 @@ __decorateClass$R([
6082
6081
  __decorateClass$R([
6083
6082
  property({ fallback: "default" })
6084
6083
  ], Node.prototype, "internalMode", 2);
6084
+ __decorateClass$R([
6085
+ property({ default: () => ({}) })
6086
+ ], Node.prototype, "meta", 2);
6085
6087
  __decorateClass$R([
6086
6088
  property({ protected: true })
6087
6089
  ], Node.prototype, "mask", 2);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modern-canvas",
3
3
  "type": "module",
4
- "version": "0.6.10",
4
+ "version": "0.6.11",
5
5
  "packageManager": "pnpm@9.15.1",
6
6
  "description": "A JavaScript WebGL rendering engine.",
7
7
  "author": "wxm",