microboard-temp 0.5.67 → 0.5.68
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
|
@@ -41654,7 +41654,7 @@ class AudioItem extends BaseItem {
|
|
|
41654
41654
|
this.transformation.deserialize(data.transformation);
|
|
41655
41655
|
}
|
|
41656
41656
|
if (data.url) {
|
|
41657
|
-
this.
|
|
41657
|
+
this.url = data.url;
|
|
41658
41658
|
}
|
|
41659
41659
|
if (data.extension) {
|
|
41660
41660
|
this.extension = data.extension;
|
package/dist/cjs/index.js
CHANGED
|
@@ -41654,7 +41654,7 @@ class AudioItem extends BaseItem {
|
|
|
41654
41654
|
this.transformation.deserialize(data.transformation);
|
|
41655
41655
|
}
|
|
41656
41656
|
if (data.url) {
|
|
41657
|
-
this.
|
|
41657
|
+
this.url = data.url;
|
|
41658
41658
|
}
|
|
41659
41659
|
if (data.extension) {
|
|
41660
41660
|
this.extension = data.extension;
|
package/dist/cjs/node.js
CHANGED
|
@@ -44127,7 +44127,7 @@ class AudioItem extends BaseItem {
|
|
|
44127
44127
|
this.transformation.deserialize(data.transformation);
|
|
44128
44128
|
}
|
|
44129
44129
|
if (data.url) {
|
|
44130
|
-
this.
|
|
44130
|
+
this.url = data.url;
|
|
44131
44131
|
}
|
|
44132
44132
|
if (data.extension) {
|
|
44133
44133
|
this.extension = data.extension;
|
package/dist/esm/browser.js
CHANGED
|
@@ -41500,7 +41500,7 @@ class AudioItem extends BaseItem {
|
|
|
41500
41500
|
this.transformation.deserialize(data.transformation);
|
|
41501
41501
|
}
|
|
41502
41502
|
if (data.url) {
|
|
41503
|
-
this.
|
|
41503
|
+
this.url = data.url;
|
|
41504
41504
|
}
|
|
41505
41505
|
if (data.extension) {
|
|
41506
41506
|
this.extension = data.extension;
|
package/dist/esm/index.js
CHANGED
|
@@ -41493,7 +41493,7 @@ class AudioItem extends BaseItem {
|
|
|
41493
41493
|
this.transformation.deserialize(data.transformation);
|
|
41494
41494
|
}
|
|
41495
41495
|
if (data.url) {
|
|
41496
|
-
this.
|
|
41496
|
+
this.url = data.url;
|
|
41497
41497
|
}
|
|
41498
41498
|
if (data.extension) {
|
|
41499
41499
|
this.extension = data.extension;
|
package/dist/esm/node.js
CHANGED
|
@@ -43961,7 +43961,7 @@ class AudioItem extends BaseItem {
|
|
|
43961
43961
|
this.transformation.deserialize(data.transformation);
|
|
43962
43962
|
}
|
|
43963
43963
|
if (data.url) {
|
|
43964
|
-
this.
|
|
43964
|
+
this.url = data.url;
|
|
43965
43965
|
}
|
|
43966
43966
|
if (data.extension) {
|
|
43967
43967
|
this.extension = data.extension;
|