-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Sep 12, 2023
1 parent
2120cac
commit 0007dc6
Showing
22 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/evm-processor", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Data fetcher and mappings executor for EVM-based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -17,7 +17,7 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/http-client": "^1.2.2", | ||
"@subsquid/http-client": "^1.3.0", | ||
"@subsquid/logger": "^1.3.0", | ||
"@subsquid/rpc-client": "^4.4.1", | ||
"@subsquid/util-internal": "^2.5.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/ink-typegen", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Generates TypeScript API for decoding ink! events, messages and constructors", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"dependencies": { | ||
"@subsquid/ink-abi": "^3.0.0", | ||
"@subsquid/substrate-typegen": "^6.0.0", | ||
"@subsquid/substrate-typegen": "^7.0.0", | ||
"@subsquid/util-internal": "^2.5.1", | ||
"@subsquid/util-internal-code-printer": "^1.2.0", | ||
"commander": "^11.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-dump", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Raw data archiving tool for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,10 +22,10 @@ | |
"@subsquid/rpc-client": "^4.4.1", | ||
"@subsquid/substrate-data-raw": "^0.0.1", | ||
"@subsquid/util-internal": "^2.5.1", | ||
"@subsquid/util-internal-archive-layout": "^0.0.0", | ||
"@subsquid/util-internal-archive-layout": "^0.0.1", | ||
"@subsquid/util-internal-commander": "^1.3.0", | ||
"@subsquid/util-internal-counters": "^1.3.0", | ||
"@subsquid/util-internal-fs": "^0.0.0", | ||
"@subsquid/util-internal-fs": "^0.1.0", | ||
"@subsquid/util-internal-hex": "^1.2.0", | ||
"@subsquid/util-internal-range": "^0.0.0", | ||
"commander": "^11.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@subsquid/substrate-ingest", | ||
"description": "Data decoder and fetcher for substrate based chains", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
"publishConfig": { | ||
|
@@ -25,10 +25,10 @@ | |
"@subsquid/substrate-data-raw": "^0.0.1", | ||
"@subsquid/substrate-runtime": "^0.0.1", | ||
"@subsquid/util-internal": "^2.5.1", | ||
"@subsquid/util-internal-archive-layout": "^0.0.0", | ||
"@subsquid/util-internal-archive-layout": "^0.0.1", | ||
"@subsquid/util-internal-commander": "^1.3.0", | ||
"@subsquid/util-internal-counters": "^1.3.0", | ||
"@subsquid/util-internal-fs": "^0.0.0", | ||
"@subsquid/util-internal-fs": "^0.1.0", | ||
"@subsquid/util-internal-hex": "^1.2.0", | ||
"@subsquid/util-internal-http-server": "^1.2.0", | ||
"@subsquid/util-internal-json": "^1.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-metadata-explorer", | ||
"version": "2.2.1", | ||
"version": "3.0.0", | ||
"description": "Spec version explorer for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-metadata-service", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "HTTP service to expose chain metadata from substrate-dump(1) archive", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -21,7 +21,7 @@ | |
"@subsquid/logger": "^1.3.0", | ||
"@subsquid/util-internal": "^2.5.1", | ||
"@subsquid/util-internal-commander": "^1.3.0", | ||
"@subsquid/util-internal-fs": "^0.0.0", | ||
"@subsquid/util-internal-fs": "^0.1.0", | ||
"@subsquid/util-internal-http-server": "^1.2.0", | ||
"commander": "^11.0.0", | ||
"express": "^4.18.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-processor", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Data fetcher and mappings executor for substrate chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -16,7 +16,7 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/http-client": "^1.2.2", | ||
"@subsquid/http-client": "^1.3.0", | ||
"@subsquid/logger": "^1.3.0", | ||
"@subsquid/rpc-client": "^4.4.1", | ||
"@subsquid/substrate-data": "^2.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/substrate-typegen", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "Generates TypeScript definitions for substrate events and calls", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -20,9 +20,9 @@ | |
"build": "rm -rf lib && tsc" | ||
}, | ||
"dependencies": { | ||
"@subsquid/http-client": "^1.2.2", | ||
"@subsquid/http-client": "^1.3.0", | ||
"@subsquid/logger": "^1.3.0", | ||
"@subsquid/substrate-metadata-explorer": "^2.2.1", | ||
"@subsquid/substrate-metadata-explorer": "^3.0.0", | ||
"@subsquid/util-internal": "^2.5.1", | ||
"@subsquid/util-internal-code-printer": "^1.2.0", | ||
"@subsquid/util-internal-config": "^2.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/http-client", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "Small convenience layer on top of fetch", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/util-internal-archive-layout", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Utilities for Subsquid Archive filesystem layout", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -21,10 +21,10 @@ | |
"@subsquid/util-internal-range": "^0.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@subsquid/util-internal-fs": "^0.0.0" | ||
"@subsquid/util-internal-fs": "^0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@subsquid/util-internal-fs": "^0.0.0", | ||
"@subsquid/util-internal-fs": "^0.1.0", | ||
"@types/node": "^18.16.17", | ||
"typescript": "~4.9.5" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@subsquid/util-internal-fs", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Unifying wrapper around local fs and S3", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|