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 3, 2023
1 parent 0d5f0fb commit 7a74626
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions file-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/file-store-csv",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,15 +31,15 @@
"strftime": "^0.10.2"
},
"peerDependencies": {
"@subsquid/file-store": "^1.4.0"
"@subsquid/file-store": "^2.0.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/mocha": "^10.0.1",
"expect": "^29.6.2",
"mocha": "^10.2.0",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.4.0",
"@subsquid/file-store": "^2.0.0",
"@types/strftime": "^0.9.4"
}
}
6 changes: 3 additions & 3 deletions file-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/file-store-json",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,15 +30,15 @@
"@subsquid/util-internal-json": "^1.2.0"
},
"peerDependencies": {
"@subsquid/file-store": "^1.4.0"
"@subsquid/file-store": "^2.0.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/mocha": "^10.0.1",
"expect": "^29.6.2",
"mocha": "^10.2.0",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.4.0",
"@subsquid/file-store": "^2.0.0",
"@types/strftime": "^0.9.4"
}
}
6 changes: 3 additions & 3 deletions file-parquet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/file-store-parquet",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,10 +40,10 @@
"zstd.ts": "^1.1.3"
},
"peerDependencies": {
"@subsquid/file-store": "^1.4.0"
"@subsquid/file-store": "^2.0.0"
},
"devDependencies": {
"@subsquid/file-store": "^1.4.0",
"@subsquid/file-store": "^2.0.0",
"@types/int53": "^1.0.0",
"@types/lz4": "^0.6.1",
"@types/mocha": "^10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions file-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/file-store-s3",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,13 +30,13 @@
"upath": "^2.0.1"
},
"peerDependencies": {
"@subsquid/file-store": "^1.4.0",
"@subsquid/file-store": "^2.0.0",
"@aws-sdk/client-s3": "^3.388.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.4.0",
"@subsquid/file-store": "^2.0.0",
"@aws-sdk/client-s3": "^3.388.0"
}
}
2 changes: 1 addition & 1 deletion file-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/file-store",
"version": "1.4.0",
"version": "2.0.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion test/dest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"dotenv": "^16.3.1",
"@subsquid/file-store-s3": "^2.0.0"
"@subsquid/file-store-s3": "^2.0.1"
},
"devDependencies": {
"@types/node": "20.4.4",
Expand Down
6 changes: 3 additions & 3 deletions test/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@subsquid/archive-registry": "^3.2.0",
"@subsquid/evm-processor": "^1.8.0",
"@subsquid/evm-typegen": "3.2.1",
"@subsquid/file-store-csv": "~1.2.0",
"@subsquid/file-store-csv": "~1.2.1",
"dotenv": "^16.3.1",
"ethers": "^6.7.0",
"@subsquid/file-store": "^1.4.0",
"@subsquid/file-store-parquet": "^1.1.0"
"@subsquid/file-store": "^2.0.0",
"@subsquid/file-store-parquet": "^1.1.1"
},
"devDependencies": {
"@subsquid/substrate-metadata-explorer": "^1.1.2",
Expand Down

0 comments on commit 7a74626

Please sign in to comment.