@typeberry/convert 0.7.5 → 0.8.0-0734dac
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/README.md +2 -2
- package/index.js +1 -1
- 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
|
-
|
|
42
|
+
v26.0.0
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
We recommend [NVM](https://github.com/nvm-sh/nvm) to install and manage different
|
|
@@ -85,7 +85,7 @@ $ docker run -e JAM_LOG=trace GP_VERSION=0.7.2 typeberry
|
|
|
85
85
|
$ docker run -v $(pwd)/database:/app/database typeberry
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
This is a two-stage build on `node:
|
|
88
|
+
This is a two-stage build on `node:26-bookworm-slim`: the first stage compiles the
|
|
89
89
|
project into a single bundle (one per worker thread) and the final image runs that
|
|
90
90
|
bundle directly via the `index.js` entrypoint, forwarding all arguments to it.
|
|
91
91
|
|
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 = {"rE":"0.
|
|
4669
|
+
const package_namespaceObject = /*#__PURE__*/JSON.parse('{"rE":"0.8.0-0734dac"}');
|
|
4670
4670
|
;// CONCATENATED MODULE: ./packages/core/utils/result.ts
|
|
4671
4671
|
|
|
4672
4672
|
/**
|