diff --git a/evm/evm-processor/package.json b/evm/evm-processor/package.json index ca81de0f9..ef01648fe 100644 --- a/evm/evm-processor/package.json +++ b/evm/evm-processor/package.json @@ -20,7 +20,7 @@ "@subsquid/http-client": "^1.2.0", "@subsquid/logger": "^1.3.0", "@subsquid/rpc-client": "^4.4.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-hex": "^1.2.0", "@subsquid/util-internal-processor-tools": "^2.0.0" }, diff --git a/evm/evm-typegen/package.json b/evm/evm-typegen/package.json index c3d5bb89d..f6d0d1eff 100644 --- a/evm/evm-typegen/package.json +++ b/evm/evm-typegen/package.json @@ -21,7 +21,7 @@ "dependencies": { "@subsquid/http-client": "^1.2.0", "@subsquid/logger": "^1.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-code-printer": "^1.2.0", "@subsquid/util-internal-commander": "^1.3.0", "commander": "^11.0.0" diff --git a/graphql/graphql-server/package.json b/graphql/graphql-server/package.json index c61177298..d51d25d4d 100644 --- a/graphql/graphql-server/package.json +++ b/graphql/graphql-server/package.json @@ -27,7 +27,7 @@ "@subsquid/openreader": "^4.3.1", "@subsquid/typeorm-config": "^3.2.0", "@subsquid/logger": "^1.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-commander": "^1.3.0", "@subsquid/util-internal-http-server": "^1.2.0", "apollo-server-core": "^3.12.0", diff --git a/graphql/openreader/package.json b/graphql/openreader/package.json index 6c68144b0..7d7483a8a 100644 --- a/graphql/openreader/package.json +++ b/graphql/openreader/package.json @@ -28,7 +28,7 @@ "@graphql-tools/merge": "^8", "@subsquid/graphiql-console": "^0.3.0", "@subsquid/logger": "^1.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-commander": "^1.3.0", "@subsquid/util-internal-hex": "^1.2.0", "@subsquid/util-internal-http-server": "^1.2.0", diff --git a/ops/workspace/package.json b/ops/workspace/package.json index 54e0802d4..fc038c1a0 100644 --- a/ops/workspace/package.json +++ b/ops/workspace/package.json @@ -7,7 +7,7 @@ "build": "rm -rf lib && tsc" }, "dependencies": { - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "commander": "^11.0.0", "jsonc-parser": "^3.2.0", "latest-version": "^5.1.0", diff --git a/ops/xcm-typegen/package.json b/ops/xcm-typegen/package.json index eaaa0269d..51fc83f24 100644 --- a/ops/xcm-typegen/package.json +++ b/ops/xcm-typegen/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "@subsquid/substrate-metadata": "^3.3.0", - "@subsquid/substrate-typegen": "^4.0.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/substrate-typegen": "^5.0.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-code-printer": "^1.2.0" }, "devDependencies": { diff --git a/substrate/frontier/package.json b/substrate/frontier/package.json index 270986fea..4616cbbee 100644 --- a/substrate/frontier/package.json +++ b/substrate/frontier/package.json @@ -1,6 +1,6 @@ { "name": "@subsquid/frontier", - "version": "2.0.1", + "version": "3.0.0", "description": "A set of tools to decode EVM transactions and logs coming from Frontier pallets", "license": "GPL-3.0-or-later", "repository": "git@github.com:subsquid/squid.git", @@ -19,7 +19,7 @@ }, "dependencies": { "@subsquid/substrate-metadata": "^3.3.0", - "@subsquid/util-internal": "^2.4.0" + "@subsquid/util-internal": "^2.5.0" }, "peerDependencies": { "ethers": "^6.6.5" diff --git a/substrate/ink-abi/package.json b/substrate/ink-abi/package.json index 12fe614c8..0ca56e024 100644 --- a/substrate/ink-abi/package.json +++ b/substrate/ink-abi/package.json @@ -19,7 +19,7 @@ "dependencies": { "@subsquid/scale-codec": "^2.2.0", "@subsquid/substrate-metadata": "^3.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-hex": "^1.2.0", "ajv": "^8.12.0" }, diff --git a/substrate/ink-typegen/package.json b/substrate/ink-typegen/package.json index b65af6533..d214e17c2 100644 --- a/substrate/ink-typegen/package.json +++ b/substrate/ink-typegen/package.json @@ -1,6 +1,6 @@ { "name": "@subsquid/ink-typegen", - "version": "2.0.0", + "version": "2.0.1", "description": "Generates TypeScript API for decoding ink! events, messages and constructors", "license": "GPL-3.0-or-later", "repository": "git@github.com:subsquid/squid.git", @@ -15,8 +15,8 @@ }, "dependencies": { "@subsquid/ink-abi": "^2.2.0", - "@subsquid/substrate-typegen": "^4.0.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/substrate-typegen": "^5.0.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-code-printer": "^1.2.0", "commander": "^11.0.0" }, diff --git a/substrate/substrate-data-raw/package.json b/substrate/substrate-data-raw/package.json index 64eefcbaa..b2b015b8e 100644 --- a/substrate/substrate-data-raw/package.json +++ b/substrate/substrate-data-raw/package.json @@ -16,7 +16,7 @@ "build": "rm -rf lib && tsc" }, "dependencies": { - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-ingest-tools": "^0.0.0", "@subsquid/util-internal-range": "^0.0.0" }, diff --git a/substrate/substrate-data/package.json b/substrate/substrate-data/package.json index a6dfb26d1..9b4c43a1e 100644 --- a/substrate/substrate-data/package.json +++ b/substrate/substrate-data/package.json @@ -1,6 +1,6 @@ { "name": "@subsquid/substrate-data", - "version": "0.0.1", + "version": "1.0.0", "description": "Data fetcher and parser for substrate based chains", "license": "GPL-3.0-or-later", "repository": "git@github.com:subsquid/squid.git", @@ -18,7 +18,7 @@ "dependencies": { "@subsquid/scale-codec": "^2.2.0", "@subsquid/substrate-data-raw": "^0.0.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-hex": "^1.2.0", "@subsquid/util-internal-ingest-tools": "^0.0.0", "@subsquid/util-internal-range": "^0.0.0", diff --git a/substrate/substrate-dump/package.json b/substrate/substrate-dump/package.json index 5ca981897..dd8fecf16 100644 --- a/substrate/substrate-dump/package.json +++ b/substrate/substrate-dump/package.json @@ -21,7 +21,7 @@ "@subsquid/logger": "^1.3.0", "@subsquid/rpc-client": "^4.4.0", "@subsquid/substrate-data-raw": "^0.0.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-archive-layout": "^0.0.0", "@subsquid/util-internal-commander": "^1.3.0", "@subsquid/util-internal-counters": "^1.3.0", diff --git a/substrate/substrate-ingest/package.json b/substrate/substrate-ingest/package.json index 51a9dbdde..c46fd550b 100644 --- a/substrate/substrate-ingest/package.json +++ b/substrate/substrate-ingest/package.json @@ -1,7 +1,7 @@ { "name": "@subsquid/substrate-ingest", "description": "Data decoder and fetcher for substrate based chains", - "version": "3.1.0", + "version": "3.1.1", "license": "GPL-3.0-or-later", "repository": "git@github.com:subsquid/squid.git", "publishConfig": { @@ -21,10 +21,10 @@ "dependencies": { "@subsquid/logger": "^1.3.0", "@subsquid/rpc-client": "^4.4.0", - "@subsquid/substrate-data": "^0.0.1", + "@subsquid/substrate-data": "^1.0.0", "@subsquid/substrate-data-raw": "^0.0.0", "@subsquid/substrate-metadata": "^3.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-archive-layout": "^0.0.0", "@subsquid/util-internal-commander": "^1.3.0", "@subsquid/util-internal-counters": "^1.3.0", diff --git a/substrate/substrate-metadata-explorer/package.json b/substrate/substrate-metadata-explorer/package.json index 0e5376ebc..b94231ed4 100644 --- a/substrate/substrate-metadata-explorer/package.json +++ b/substrate/substrate-metadata-explorer/package.json @@ -22,7 +22,7 @@ "@subsquid/http-client": "^1.2.0", "@subsquid/logger": "^1.3.0", "@subsquid/rpc-client": "^4.4.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-commander": "^1.3.0", "@subsquid/util-internal-hex": "^1.2.0", "@subsquid/util-internal-read-lines": "^1.2.0", diff --git a/substrate/substrate-metadata/package.json b/substrate/substrate-metadata/package.json index 4adf6e6a7..4a53dc816 100644 --- a/substrate/substrate-metadata/package.json +++ b/substrate/substrate-metadata/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@subsquid/scale-codec": "^2.2.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-naming": "^1.2.0" }, "devDependencies": { diff --git a/substrate/substrate-processor/package.json b/substrate/substrate-processor/package.json index cba5b4f08..d7de514b5 100644 --- a/substrate/substrate-processor/package.json +++ b/substrate/substrate-processor/package.json @@ -1,6 +1,6 @@ { "name": "@subsquid/substrate-processor", - "version": "4.0.1", + "version": "5.0.0", "description": "Data fetcher and mappings executor for substrate chains", "license": "GPL-3.0-or-later", "repository": "git@github.com:subsquid/squid.git", @@ -20,8 +20,8 @@ "@subsquid/logger": "^1.3.0", "@subsquid/rpc-client": "^4.4.0", "@subsquid/scale-codec": "^2.2.0", - "@subsquid/substrate-data": "^0.0.1", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/substrate-data": "^1.0.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-hex": "^1.2.0", "@subsquid/util-internal-json": "^1.2.0", "@subsquid/util-internal-processor-tools": "^2.0.0" diff --git a/substrate/substrate-typegen/package.json b/substrate/substrate-typegen/package.json index ea0ece8c8..029026edf 100644 --- a/substrate/substrate-typegen/package.json +++ b/substrate/substrate-typegen/package.json @@ -1,6 +1,6 @@ { "name": "@subsquid/substrate-typegen", - "version": "4.0.0", + "version": "5.0.0", "description": "Generates TypeScript definitions for substrate events and calls", "license": "GPL-3.0-or-later", "repository": "git@github.com:subsquid/squid.git", @@ -24,7 +24,7 @@ "@subsquid/scale-codec": "^2.2.0", "@subsquid/substrate-metadata": "^3.3.0", "@subsquid/substrate-metadata-explorer": "^2.2.1", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-code-printer": "^1.2.0", "@subsquid/util-internal-config": "^2.2.0", "@subsquid/util-internal-read-lines": "^1.2.0", diff --git a/test/astar-erc20/package.json b/test/astar-erc20/package.json index 7dcb8cf02..771c101d1 100644 --- a/test/astar-erc20/package.json +++ b/test/astar-erc20/package.json @@ -7,10 +7,10 @@ "evm-typegen": "npx squid-evm-typegen --input src/erc20.json --output src/erc20.ts" }, "dependencies": { - "@subsquid/frontier": "^2.0.1", + "@subsquid/frontier": "^3.0.0", "@subsquid/graphql-server": "^4.2.1", "@subsquid/substrate-metadata": "^3.3.0", - "@subsquid/substrate-processor": "^4.0.1", + "@subsquid/substrate-processor": "^5.0.0", "@subsquid/typeorm-migration": "^1.2.1", "@subsquid/typeorm-store": "^1.2.1", "@subsquid/util-internal-json": "^1.2.0", diff --git a/test/balances/package.json b/test/balances/package.json index 2e10d989f..becb45ff9 100644 --- a/test/balances/package.json +++ b/test/balances/package.json @@ -8,7 +8,7 @@ "dependencies": { "@subsquid/graphql-server": "^4.2.1", "@subsquid/ss58": "^1.2.0", - "@subsquid/substrate-processor": "^4.0.1", + "@subsquid/substrate-processor": "^5.0.0", "@subsquid/typeorm-migration": "^1.2.1", "@subsquid/typeorm-store": "^1.2.1", "@subsquid/big-decimal": "^1.0.0", @@ -18,7 +18,7 @@ }, "devDependencies": { "@subsquid/substrate-metadata-explorer": "^2.2.1", - "@subsquid/substrate-typegen": "^4.0.0", + "@subsquid/substrate-typegen": "^5.0.0", "@subsquid/typeorm-codegen": "^1.3.1", "@types/node": "^18.16.17", "typescript": "~4.9.5" diff --git a/test/data/package.json b/test/data/package.json index 7e6a6315e..bffe78cea 100644 --- a/test/data/package.json +++ b/test/data/package.json @@ -10,7 +10,7 @@ "@subsquid/scale-codec": "^2.2.0", "@subsquid/substrate-metadata": "^3.3.0", "@subsquid/substrate-metadata-explorer": "^2.2.1", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-counters": "^1.3.0", "@subsquid/util-internal-hex": "^1.2.0", "@subsquid/util-internal-read-lines": "^1.2.0", diff --git a/test/shibuya-psp22/package.json b/test/shibuya-psp22/package.json index fe5abc007..f44fc0693 100644 --- a/test/shibuya-psp22/package.json +++ b/test/shibuya-psp22/package.json @@ -9,7 +9,7 @@ "@subsquid/ss58": "^1.2.0", "@subsquid/graphql-server": "^4.2.1", "@subsquid/substrate-metadata": "^3.3.0", - "@subsquid/substrate-processor": "^4.0.1", + "@subsquid/substrate-processor": "^5.0.0", "@subsquid/typeorm-migration": "^1.2.1", "@subsquid/typeorm-store": "^1.2.1", "@subsquid/ink-abi": "^2.2.0", @@ -18,8 +18,8 @@ "typeorm": "^0.3.16" }, "devDependencies": { - "@subsquid/ink-typegen": "^2.0.0", - "@subsquid/substrate-typegen": "^4.0.0", + "@subsquid/ink-typegen": "^2.0.1", + "@subsquid/substrate-typegen": "^5.0.0", "@subsquid/typeorm-codegen": "^1.3.1", "@types/node": "^18.16.17", "typescript": "~4.9.5" diff --git a/test/types/package.json b/test/types/package.json index 295680bea..72cbe22d6 100644 --- a/test/types/package.json +++ b/test/types/package.json @@ -7,7 +7,7 @@ "test": "./test.sh" }, "dependencies": { - "@subsquid/substrate-typegen": "^4.0.0", + "@subsquid/substrate-typegen": "^5.0.0", "@types/node": "^18.16.17", "typescript": "~4.9.5" } diff --git a/typeorm/typeorm-codegen/package.json b/typeorm/typeorm-codegen/package.json index d5c64a102..243071a2c 100644 --- a/typeorm/typeorm-codegen/package.json +++ b/typeorm/typeorm-codegen/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@subsquid/openreader": "^4.3.1", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-code-printer": "^1.2.0", "@subsquid/util-naming": "^1.2.0", "commander": "^11.0.0" diff --git a/typeorm/typeorm-migration/package.json b/typeorm/typeorm-migration/package.json index 02996a528..18324b78e 100644 --- a/typeorm/typeorm-migration/package.json +++ b/typeorm/typeorm-migration/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@subsquid/typeorm-config": "^3.2.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-code-printer": "^1.2.0", "commander": "^11.0.0", "dotenv": "^16.1.4" diff --git a/typeorm/typeorm-store/package.json b/typeorm/typeorm-store/package.json index 2ebd3a51e..f8bd309bb 100644 --- a/typeorm/typeorm-store/package.json +++ b/typeorm/typeorm-store/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@subsquid/typeorm-config": "^3.2.0", - "@subsquid/util-internal": "^2.4.0" + "@subsquid/util-internal": "^2.5.0" }, "peerDependencies": { "typeorm": "^0.3.16" diff --git a/util/chain-status-service/package.json b/util/chain-status-service/package.json index ea26654c5..a36db652a 100644 --- a/util/chain-status-service/package.json +++ b/util/chain-status-service/package.json @@ -15,7 +15,7 @@ "dependencies": { "@subsquid/logger": "^1.3.0", "@subsquid/rpc-client": "^4.4.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-http-server": "^1.2.0", "@subsquid/util-timeout": "^2.3.0", "express": "^4.18.2" diff --git a/util/commands/package.json b/util/commands/package.json index 828aa8d8b..2a32798e2 100644 --- a/util/commands/package.json +++ b/util/commands/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@subsquid/logger": "^1.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-config": "^2.2.0", "glob": "^8.1.0", "supports-color": "^8.1.1" diff --git a/util/http-client/package.json b/util/http-client/package.json index 2e2a0b2b9..049fbe0e2 100644 --- a/util/http-client/package.json +++ b/util/http-client/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@subsquid/logger": "^1.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "node-fetch": "^3.3.1" }, "devDependencies": { diff --git a/util/rpc-client/package.json b/util/rpc-client/package.json index 04c6f6915..750ecda30 100644 --- a/util/rpc-client/package.json +++ b/util/rpc-client/package.json @@ -18,7 +18,7 @@ "dependencies": { "@subsquid/http-client": "^1.2.0", "@subsquid/logger": "^1.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-binary-heap": "^1.0.0", "@subsquid/util-internal-counters": "^1.3.0", "websocket": "^1.0.34" diff --git a/util/util-internal-archive-layout/package.json b/util/util-internal-archive-layout/package.json index fc9e2f1df..704dfd4a0 100644 --- a/util/util-internal-archive-layout/package.json +++ b/util/util-internal-archive-layout/package.json @@ -16,7 +16,7 @@ "build": "rm -rf lib && tsc" }, "dependencies": { - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-hex": "^1.2.0", "@subsquid/util-internal-range": "^0.0.0" }, diff --git a/util/util-internal-ingest-tools/package.json b/util/util-internal-ingest-tools/package.json index 5dbcf0d34..e6a792226 100644 --- a/util/util-internal-ingest-tools/package.json +++ b/util/util-internal-ingest-tools/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@subsquid/logger": "^1.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-range": "^0.0.0" }, "devDependencies": { diff --git a/util/util-internal-processor-tools/package.json b/util/util-internal-processor-tools/package.json index cd964bfa2..d2e0928dd 100644 --- a/util/util-internal-processor-tools/package.json +++ b/util/util-internal-processor-tools/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@subsquid/logger": "^1.3.0", - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-counters": "^1.3.0", "@subsquid/util-internal-prometheus-server": "^1.2.0", "@subsquid/util-internal-range": "^0.0.0", diff --git a/util/util-internal-range/package.json b/util/util-internal-range/package.json index 9b9dc64ff..262741046 100644 --- a/util/util-internal-range/package.json +++ b/util/util-internal-range/package.json @@ -17,7 +17,7 @@ "test": "node lib/test.js" }, "dependencies": { - "@subsquid/util-internal": "^2.4.0", + "@subsquid/util-internal": "^2.5.0", "@subsquid/util-internal-binary-heap": "^1.0.0" }, "devDependencies": { diff --git a/util/util-internal/package.json b/util/util-internal/package.json index 0b8cb80fa..ddbace643 100644 --- a/util/util-internal/package.json +++ b/util/util-internal/package.json @@ -1,6 +1,6 @@ { "name": "@subsquid/util-internal", - "version": "2.4.0", + "version": "2.5.0", "description": "Squid framework utilities for internal use", "license": "GPL-3.0-or-later", "repository": "git@github.com:subsquid/squid.git",