@vleap/warps-adapter-fastset 0.1.0-beta.44 → 0.1.0-beta.45
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -664,7 +664,7 @@ var _BcsType = class _BcsType2 {
|
|
|
664
664
|
_write = /* @__PURE__ */ new WeakMap();
|
|
665
665
|
_serialize = /* @__PURE__ */ new WeakMap();
|
|
666
666
|
var BcsType = _BcsType;
|
|
667
|
-
var SERIALIZED_BCS_BRAND = Symbol.for("@mysten/serialized-bcs");
|
|
667
|
+
var SERIALIZED_BCS_BRAND = /* @__PURE__ */ Symbol.for("@mysten/serialized-bcs");
|
|
668
668
|
var SerializedBcs = class {
|
|
669
669
|
constructor(schema, bytes) {
|
|
670
670
|
__privateAdd(this, _schema);
|