microboard-temp 0.4.30 → 0.4.31
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/cjs/browser.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node.js +1 -1
- package/dist/esm/browser.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/node.js +1 -1
- package/package.json +1 -1
package/dist/cjs/browser.js
CHANGED
|
@@ -19469,7 +19469,7 @@ class BaseCommand {
|
|
|
19469
19469
|
} else {
|
|
19470
19470
|
Object.keys(op.newData).forEach((key) => {
|
|
19471
19471
|
if (item[key]) {
|
|
19472
|
-
|
|
19472
|
+
newData[key] = item[key];
|
|
19473
19473
|
}
|
|
19474
19474
|
});
|
|
19475
19475
|
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -19469,7 +19469,7 @@ class BaseCommand {
|
|
|
19469
19469
|
} else {
|
|
19470
19470
|
Object.keys(op.newData).forEach((key) => {
|
|
19471
19471
|
if (item[key]) {
|
|
19472
|
-
|
|
19472
|
+
newData[key] = item[key];
|
|
19473
19473
|
}
|
|
19474
19474
|
});
|
|
19475
19475
|
}
|
package/dist/cjs/node.js
CHANGED
|
@@ -22008,7 +22008,7 @@ class BaseCommand {
|
|
|
22008
22008
|
} else {
|
|
22009
22009
|
Object.keys(op.newData).forEach((key) => {
|
|
22010
22010
|
if (item[key]) {
|
|
22011
|
-
|
|
22011
|
+
newData[key] = item[key];
|
|
22012
22012
|
}
|
|
22013
22013
|
});
|
|
22014
22014
|
}
|
package/dist/esm/browser.js
CHANGED
|
@@ -19319,7 +19319,7 @@ class BaseCommand {
|
|
|
19319
19319
|
} else {
|
|
19320
19320
|
Object.keys(op.newData).forEach((key) => {
|
|
19321
19321
|
if (item[key]) {
|
|
19322
|
-
|
|
19322
|
+
newData[key] = item[key];
|
|
19323
19323
|
}
|
|
19324
19324
|
});
|
|
19325
19325
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -19312,7 +19312,7 @@ class BaseCommand {
|
|
|
19312
19312
|
} else {
|
|
19313
19313
|
Object.keys(op.newData).forEach((key) => {
|
|
19314
19314
|
if (item[key]) {
|
|
19315
|
-
|
|
19315
|
+
newData[key] = item[key];
|
|
19316
19316
|
}
|
|
19317
19317
|
});
|
|
19318
19318
|
}
|
package/dist/esm/node.js
CHANGED
|
@@ -21846,7 +21846,7 @@ class BaseCommand {
|
|
|
21846
21846
|
} else {
|
|
21847
21847
|
Object.keys(op.newData).forEach((key) => {
|
|
21848
21848
|
if (item[key]) {
|
|
21849
|
-
|
|
21849
|
+
newData[key] = item[key];
|
|
21850
21850
|
}
|
|
21851
21851
|
});
|
|
21852
21852
|
}
|