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.cjs +3 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -10
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
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);
|