@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.mjs
CHANGED
|
@@ -633,7 +633,7 @@ var _BcsType = class _BcsType2 {
|
|
|
633
633
|
_write = /* @__PURE__ */ new WeakMap();
|
|
634
634
|
_serialize = /* @__PURE__ */ new WeakMap();
|
|
635
635
|
var BcsType = _BcsType;
|
|
636
|
-
var SERIALIZED_BCS_BRAND = Symbol.for("@mysten/serialized-bcs");
|
|
636
|
+
var SERIALIZED_BCS_BRAND = /* @__PURE__ */ Symbol.for("@mysten/serialized-bcs");
|
|
637
637
|
var SerializedBcs = class {
|
|
638
638
|
constructor(schema, bytes) {
|
|
639
639
|
__privateAdd(this, _schema);
|