-
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
May 15, 2024
1 parent
bb28d2f
commit aa3d039
Showing
12 changed files
with
20 additions
and
20 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.19.0", | ||
"version": "1.19.1", | ||
"description": "Data fetcher and mappings executor for EVM-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/fuel-dump", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Data archiving tool for Fuel", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,7 +22,7 @@ | |
"@subsquid/fuel-data": "^0.0.1", | ||
"@subsquid/http-client": "^1.4.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.2.0" | ||
"@subsquid/util-internal-dump-cli": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.18.14", | ||
|
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/fuel-ingest", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Data fetcher and normalizer for Fuel", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,7 +22,7 @@ | |
"@subsquid/fuel-data": "^0.0.1", | ||
"@subsquid/fuel-normalization": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.2", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.3", | ||
"@subsquid/util-internal-json": "^1.2.3" | ||
}, | ||
"devDependencies": { | ||
|
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/solana-dump", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Data archiving tool for Solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,7 +22,7 @@ | |
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/solana-rpc": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.2.0" | ||
"@subsquid/util-internal-dump-cli": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.18.14", | ||
|
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/solana-ingest", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Data fetcher and normalizer for Solana", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -22,7 +22,7 @@ | |
"@subsquid/solana-normalization": "^0.0.1", | ||
"@subsquid/solana-rpc-data": "^0.0.1", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.2", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.3", | ||
"@subsquid/util-internal-json": "^1.2.3", | ||
"@subsquid/util-internal-validation": "^0.5.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.4.2", | ||
"version": "0.4.3", | ||
"description": "Raw data archiving tool for substrate based chains", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -20,7 +20,7 @@ | |
"dependencies": { | ||
"@subsquid/substrate-data-raw": "^1.1.3", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.2.0", | ||
"@subsquid/util-internal-dump-cli": "^0.3.0", | ||
"@subsquid/util-internal-hex": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
|
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.6.2", | ||
"version": "3.6.3", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
"publishConfig": { | ||
|
@@ -24,7 +24,7 @@ | |
"@subsquid/substrate-data-raw": "^1.1.3", | ||
"@subsquid/substrate-runtime": "^2.0.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.2", | ||
"@subsquid/util-internal-ingest-cli": "^0.0.3", | ||
"@subsquid/util-internal-json": "^1.2.3" | ||
}, | ||
"devDependencies": { | ||
|
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.3.0", | ||
"version": "0.4.0", | ||
"description": "Utilities for Subsquid Archive filesystem layout", | ||
"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/util-internal-dump-cli", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "RPC data dumper template", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,7 +19,7 @@ | |
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-archive-layout": "^0.3.0", | ||
"@subsquid/util-internal-archive-layout": "^0.4.0", | ||
"@subsquid/util-internal-commander": "^1.4.0", | ||
"@subsquid/util-internal-counters": "^1.3.2", | ||
"@subsquid/util-internal-fs": "^0.1.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/util-internal-ingest-cli", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
"license": "GPL-3.0-or-later", | ||
"repository": "[email protected]:subsquid/squid.git", | ||
|
@@ -19,7 +19,7 @@ | |
"@subsquid/logger": "^1.3.3", | ||
"@subsquid/rpc-client": "^4.9.0", | ||
"@subsquid/util-internal": "^3.2.0", | ||
"@subsquid/util-internal-archive-layout": "^0.3.0", | ||
"@subsquid/util-internal-archive-layout": "^0.4.0", | ||
"@subsquid/util-internal-commander": "^1.4.0", | ||
"@subsquid/util-internal-fs": "^0.1.2", | ||
"@subsquid/util-internal-http-server": "^2.0.0", | ||
|