@typeberry/convert 0.7.4-2289aab → 0.7.4-618aa32

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/index.js CHANGED
@@ -4666,7 +4666,7 @@ function seeThrough(v) {
4666
4666
  }
4667
4667
 
4668
4668
  ;// CONCATENATED MODULE: ./packages/core/utils/package.json
4669
- const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"0.7.4-2289aab"}');
4669
+ const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"0.7.4-618aa32"}');
4670
4670
  ;// CONCATENATED MODULE: ./packages/core/utils/result.ts
4671
4671
 
4672
4672
  /**
@@ -11409,7 +11409,7 @@ const DEFAULT_CONFIG = "default";
11409
11409
  const NODE_DEFAULTS = {
11410
11410
  name: isBrowser() ? "browser" : external_node_os_default().hostname(),
11411
11411
  config: [DEFAULT_CONFIG],
11412
- pvm: PvmBackend.BuiltIn,
11412
+ pvm: PvmBackend.Ananas,
11413
11413
  };
11414
11414
  /** Chain spec chooser. */
11415
11415
  var KnownChainSpec;