@typeberry/lib 0.3.1 → 0.4.0-5a35a0a

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.cjs CHANGED
@@ -7767,7 +7767,7 @@ const DEFAULT_CONFIG = "default";
7767
7767
  const NODE_DEFAULTS = {
7768
7768
  name: isBrowser() ? "browser" : os.hostname(),
7769
7769
  config: [DEFAULT_CONFIG],
7770
- pvm: PvmBackend.BuiltIn,
7770
+ pvm: PvmBackend.Ananas,
7771
7771
  };
7772
7772
  /** Chain spec chooser. */
7773
7773
  var KnownChainSpec;
package/index.d.ts CHANGED
@@ -8189,7 +8189,7 @@ declare const DEFAULT_CONFIG = "default";
8189
8189
  declare const NODE_DEFAULTS = {
8190
8190
  name: isBrowser() ? "browser" : os.hostname(),
8191
8191
  config: [DEFAULT_CONFIG],
8192
- pvm: PvmBackend.BuiltIn,
8192
+ pvm: PvmBackend.Ananas,
8193
8193
  };
8194
8194
 
8195
8195
  /** Chain spec chooser. */
package/index.js CHANGED
@@ -7764,7 +7764,7 @@ const DEFAULT_CONFIG = "default";
7764
7764
  const NODE_DEFAULTS = {
7765
7765
  name: isBrowser() ? "browser" : os.hostname(),
7766
7766
  config: [DEFAULT_CONFIG],
7767
- pvm: PvmBackend.BuiltIn,
7767
+ pvm: PvmBackend.Ananas,
7768
7768
  };
7769
7769
  /** Chain spec chooser. */
7770
7770
  var KnownChainSpec;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeberry/lib",
3
- "version": "0.3.1",
3
+ "version": "0.4.0-5a35a0a",
4
4
  "main": "index.js",
5
5
  "author": "Fluffy Labs",
6
6
  "license": "MPL-2.0",