@typeberry/convert 0.5.11 → 0.6.0-40f6423

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ JAM Prize requirements
39
39
 
40
40
  ```bash
41
41
  $ node --version
42
- v 22.9.0
42
+ v24.0.0
43
43
  ```
44
44
 
45
45
  We recommend [NVM](https://github.com/nvm-sh/nvm) to install and manage different
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.5.11"};
4629
+ const package_namespaceObject = {"rE":"0.6.0"};
4630
4630
  ;// CONCATENATED MODULE: ./packages/core/utils/result.ts
4631
4631
 
4632
4632
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeberry/convert",
3
- "version": "0.5.11",
3
+ "version": "0.6.0-40f6423",
4
4
  "description": "Convert JAM-related types between different formats.",
5
5
  "main": "./index.js",
6
6
  "bin": {