Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 14, 2023
1 parent d6a66a0 commit 3051b37
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions graphql/graphql-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/graphql-server",
"version": "4.3.2",
"version": "4.4.0",
"description": "GraphQL server for squid project",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand All @@ -25,7 +25,7 @@
"@graphql-tools/utils": "^10.0.11",
"@graphql-tools/schema": "^10.0.2",
"@subsquid/openreader": "^4.4.2",
"@subsquid/typeorm-config": "^3.3.2",
"@subsquid/typeorm-config": "^4.0.0",
"@subsquid/logger": "^1.3.2",
"@subsquid/util-internal": "^3.0.0",
"@subsquid/util-internal-commander": "^1.3.2",
Expand Down
6 changes: 3 additions & 3 deletions test/astar-erc20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"@subsquid/frontier": "^4.0.2",
"@subsquid/graphql-server": "^4.3.2",
"@subsquid/graphql-server": "^4.4.0",
"@subsquid/substrate-runtime": "^1.0.2",
"@subsquid/substrate-processor": "^8.0.0",
"@subsquid/typeorm-migration": "^1.2.3",
"@subsquid/typeorm-store": "^1.2.5",
"@subsquid/typeorm-migration": "^1.2.4",
"@subsquid/typeorm-store": "^1.2.6",
"@subsquid/util-internal-json": "^1.2.2",
"dotenv": "^16.3.1",
"ethers": "^6.9.0",
Expand Down
6 changes: 3 additions & 3 deletions test/balances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@subsquid/graphql-server": "^4.3.2",
"@subsquid/graphql-server": "^4.4.0",
"@subsquid/ss58": "^2.0.2",
"@subsquid/substrate-processor": "^8.0.0",
"@subsquid/substrate-runtime": "^1.0.2",
"@subsquid/typeorm-migration": "^1.2.3",
"@subsquid/typeorm-store": "^1.2.5",
"@subsquid/typeorm-migration": "^1.2.4",
"@subsquid/typeorm-store": "^1.2.6",
"@subsquid/big-decimal": "^1.0.0",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
Expand Down
6 changes: 3 additions & 3 deletions test/erc20-transfers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@subsquid/graphql-server": "^4.3.2",
"@subsquid/graphql-server": "^4.4.0",
"@subsquid/evm-processor": "^1.9.0",
"@subsquid/typeorm-migration": "^1.2.3",
"@subsquid/typeorm-store": "^1.2.5",
"@subsquid/typeorm-migration": "^1.2.4",
"@subsquid/typeorm-store": "^1.2.6",
"dotenv": "^16.3.1",
"ethers": "^6.9.0",
"pg": "^8.11.3",
Expand Down
6 changes: 3 additions & 3 deletions test/shibuya-psp22/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
},
"dependencies": {
"@subsquid/ss58": "^2.0.2",
"@subsquid/graphql-server": "^4.3.2",
"@subsquid/graphql-server": "^4.4.0",
"@subsquid/substrate-runtime": "^1.0.2",
"@subsquid/substrate-processor": "^8.0.0",
"@subsquid/typeorm-migration": "^1.2.3",
"@subsquid/typeorm-store": "^1.2.5",
"@subsquid/typeorm-migration": "^1.2.4",
"@subsquid/typeorm-store": "^1.2.6",
"@subsquid/ink-abi": "^3.0.2",
"dotenv": "^16.3.1",
"pg": "^8.11.3",
Expand Down
2 changes: 1 addition & 1 deletion typeorm/typeorm-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/typeorm-config",
"version": "3.3.2",
"version": "4.0.0",
"description": "TypeORM conventions of a squid project",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand Down
4 changes: 2 additions & 2 deletions typeorm/typeorm-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subsquid/typeorm-migration",
"description": "TypeORM based migration tool for squids",
"version": "1.2.3",
"version": "1.2.4",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
"publishConfig": {
Expand All @@ -23,7 +23,7 @@
"build": "rm -rf lib && tsc"
},
"dependencies": {
"@subsquid/typeorm-config": "^3.3.2",
"@subsquid/typeorm-config": "^4.0.0",
"@subsquid/util-internal": "^3.0.0",
"@subsquid/util-internal-code-printer": "^1.2.2",
"commander": "^11.1.0",
Expand Down
4 changes: 2 additions & 2 deletions typeorm/typeorm-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/typeorm-store",
"version": "1.2.5",
"version": "1.2.6",
"description": "TypeORM based storage for squid mappings",
"license": "GPL-3.0-or-later",
"repository": "[email protected]:subsquid/squid.git",
Expand All @@ -18,7 +18,7 @@
"test": "make up && sleep 1 && make test && make down || (make down && exit 1)"
},
"dependencies": {
"@subsquid/typeorm-config": "^3.3.2",
"@subsquid/typeorm-config": "^4.0.0",
"@subsquid/util-internal": "^3.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 3051b37

Please sign in to comment.