@dcl/playground-assets 7.0.6-3652441072.commit-39343cb → 7.0.6-3713220614.commit-d02ef9f
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.js
CHANGED
|
@@ -13591,6 +13591,9 @@
|
|
|
13591
13591
|
}
|
|
13592
13592
|
return newValue;
|
|
13593
13593
|
},
|
|
13594
|
+
deserialize(buffer) {
|
|
13595
|
+
return spec.deserialize(buffer);
|
|
13596
|
+
},
|
|
13594
13597
|
clearDirty() {
|
|
13595
13598
|
dirtyIterator.clear();
|
|
13596
13599
|
}
|