@typeberry/convert 0.7.1 → 0.7.2-2500768
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 +2 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4626,7 +4626,7 @@ function seeThrough(v) {
|
|
|
4626
4626
|
}
|
|
4627
4627
|
|
|
4628
4628
|
;// CONCATENATED MODULE: ./packages/core/utils/package.json
|
|
4629
|
-
const package_namespaceObject = {"rE":"0.7.
|
|
4629
|
+
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"0.7.2-2500768"}');
|
|
4630
4630
|
;// CONCATENATED MODULE: ./packages/core/utils/result.ts
|
|
4631
4631
|
|
|
4632
4632
|
/**
|
|
@@ -11368,7 +11368,7 @@ const DEFAULT_CONFIG = "default";
|
|
|
11368
11368
|
const NODE_DEFAULTS = {
|
|
11369
11369
|
name: isBrowser() ? "browser" : external_node_os_default().hostname(),
|
|
11370
11370
|
config: [DEFAULT_CONFIG],
|
|
11371
|
-
pvm: PvmBackend.
|
|
11371
|
+
pvm: PvmBackend.BuiltIn,
|
|
11372
11372
|
};
|
|
11373
11373
|
/** Chain spec chooser. */
|
|
11374
11374
|
var KnownChainSpec;
|