@typeberry/jam 0.0.3-8aa56b8 → 0.0.4-9a78ba2

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -57026,7 +57026,7 @@ async function startNetwork(config) {
57026
57026
  }
57027
57027
 
57028
57028
  ;// CONCATENATED MODULE: ./packages/jam/node/package.json
57029
- const package_namespaceObject = {"rE":"0.0.3"};
57029
+ const package_namespaceObject = {"rE":"0.0.4"};
57030
57030
  ;// CONCATENATED MODULE: ./packages/jam/node/main.ts
57031
57031
 
57032
57032
 
@@ -57293,7 +57293,7 @@ function readJsonBlock(file, chainSpec) {
57293
57293
  var minimist = __nccwpck_require__(8595);
57294
57294
  var minimist_default = /*#__PURE__*/__nccwpck_require__.n(minimist);
57295
57295
  ;// CONCATENATED MODULE: ./bin/jam/package.json
57296
- const jam_package_namespaceObject = {"rE":"0.0.3"};
57296
+ const jam_package_namespaceObject = {"rE":"0.0.4"};
57297
57297
  ;// CONCATENATED MODULE: ./bin/jam/args.ts
57298
57298
 
57299
57299
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeberry/jam",
3
- "version": "0.0.3-8aa56b8",
3
+ "version": "0.0.4-9a78ba2",
4
4
  "description": "Typeberry - Typescript JAM implementation by Fluffy Labs team.",
5
5
  "main": "./index.js",
6
6
  "bin": "./index.js",