@typeberry/jam 0.5.1-1dda9d6 → 0.5.1-52ed6dc

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
@@ -1,6 +1,6 @@
1
1
  # typeberry 🫐
2
2
 
3
- [![JAM Conformance 0.7.1](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-jam-conformance-071.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-jam-conformance-071.yml) [![W3F davxy 0.7.1](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f-davxy-071.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f-davxy-071.yml) [![W3F vectors](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-w3f.yml) [![Publish commits](https://github.com/FluffyLabs/typeberry/actions/workflows/prize-blockchain.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/prize-blockchain.yml) [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
3
+ [![Vectors - test suites](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-test-suites.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/vectors-test-suites.yml) [![E2E - @typeberry/jam](https://github.com/FluffyLabs/typeberry/actions/workflows/e2e-jam.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/e2e-jam.yml) [![QA - @typeberry/rpc](https://github.com/FluffyLabs/typeberry/actions/workflows/e2e-rpc.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/e2e-rpc.yml) [![Publish commits](https://github.com/FluffyLabs/typeberry/actions/workflows/prize-blockchain.yml/badge.svg?branch=main)](https://github.com/FluffyLabs/typeberry/actions/workflows/prize-blockchain.yml) [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
4
4
 
5
5
  Typeberry is a TypeScript implementation of [JAM protocol](https://graypaper.com/) by Fluffy Labs.
6
6
 
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env -S node --max-old-space-size=8192
2
2
  import './sourcemap-register.cjs';import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "module";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE__matrixai_quic_24dcfb1d__ from "@matrixai/quic";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE_lmdb__ from "lmdb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeberry/jam",
3
- "version": "0.5.1-1dda9d6",
3
+ "version": "0.5.1-52ed6dc",
4
4
  "description": "Typeberry - Typescript JAM implementation by Fluffy Labs team.",
5
5
  "main": "./index.js",
6
6
  "bin": {