Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/benchmarks",
"version": "0.5.11",
"version": "0.6.0",
"description": "Benchmarks - run using ./tools/benchmark",
"private": true,
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion bin/convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/convert",
"version": "0.5.11",
"version": "0.6.0",
"description": "Convert JAM-related types between different formats.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion bin/ipc2rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/ipc2rpc",
"version": "0.5.11",
"version": "0.6.0",
"description": "JSON-RPC adapter for the JAMCODEC-IPC interface.",
"main": "index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion bin/jam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/jam",
"version": "0.5.11",
"version": "0.6.0",
"description": "Typeberry - Typescript JAM implementation by Fluffy Labs team.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion bin/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/lib",
"version": "0.5.11",
"version": "0.6.0",
"description": "Typeberry Library",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion bin/pvm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/pvm",
"version": "0.5.11",
"version": "0.6.0",
"description": "PVM program runner.",
"main": "index.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion bin/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/rpc",
"version": "0.5.11",
"version": "0.6.0",
"description": "A JSON RPC server for Typeberry.",
"license": "MPL-2.0",
"author": "Fluffy Labs",
Expand Down
2 changes: 1 addition & 1 deletion bin/tci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/tci",
"version": "0.5.11",
"version": "0.6.0",
"description": "Typeberry Common Interface - Compatibility wrapper binary with flags understood by all JAM nodes",
"main": "index.ts",
"bin": "./index.ts",
Expand Down
2 changes: 1 addition & 1 deletion bin/test-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeberry/test-runner",
"version": "0.5.11",
"version": "0.6.0",
"description": "JAM-test-vectors runner.",
"main": "index.ts",
"dependencies": {
Expand Down
Loading
Loading