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 Jul 25, 2023
1 parent 0bfdfa7 commit 473db0b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 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.0.0",
"version": "1.1.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -31,15 +31,15 @@
"strftime": "^0.10.2"
},
"peerDependencies": {
"@subsquid/file-store": "^1.1.0"
"@subsquid/file-store": "^1.2.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/mocha": "^10.0.1",
"expect": "^29.6.1",
"mocha": "^10.2.0",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.1.0",
"@subsquid/file-store": "^1.2.0",
"@types/strftime": "^0.9.4"
}
}
}
8 changes: 4 additions & 4 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.0.0",
"version": "1.1.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,15 +30,15 @@
"@subsquid/util-internal-json": "^1.2.0"
},
"peerDependencies": {
"@subsquid/file-store": "^1.1.0"
"@subsquid/file-store": "^1.2.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"@types/mocha": "^10.0.1",
"expect": "^29.6.1",
"mocha": "^10.2.0",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.1.0",
"@subsquid/file-store": "^1.2.0",
"@types/strftime": "^0.9.4"
}
}
}
8 changes: 4 additions & 4 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.0.0",
"version": "1.1.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,10 +40,10 @@
"zstd.ts": "^1.1.3"
},
"peerDependencies": {
"@subsquid/file-store": "^1.1.0"
"@subsquid/file-store": "^1.2.0"
},
"devDependencies": {
"@subsquid/file-store": "^1.1.0",
"@subsquid/file-store": "^1.2.0",
"@types/int53": "^1.0.0",
"@types/lz4": "^0.6.1",
"@types/mocha": "^10.0.1",
Expand All @@ -54,4 +54,4 @@
"mocha": "^10.2.0",
"typescript": "5.1.6"
}
}
}
8 changes: 4 additions & 4 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": "1.0.0",
"version": "1.1.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,13 +30,13 @@
"upath": "^2.0.1"
},
"peerDependencies": {
"@subsquid/file-store": "^1.1.0",
"@subsquid/file-store": "^1.2.0",
"@aws-sdk/client-s3": "^3.374.0"
},
"devDependencies": {
"@types/node": "20.4.4",
"typescript": "5.1.6",
"@subsquid/file-store": "^1.1.0",
"@subsquid/file-store": "^1.2.0",
"@aws-sdk/client-s3": "^3.374.0"
}
}
}
4 changes: 2 additions & 2 deletions file-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subsquid/file-store",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -39,4 +39,4 @@
"peerDependencies": {
"@subsquid/util-internal-processor-tools": "^2.0.0"
}
}
}
8 changes: 4 additions & 4 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"@subsquid/archive-registry": "^3.2.0",
"@subsquid/evm-processor": "^1.7.3",
"@subsquid/evm-typegen": "3.2.1",
"@subsquid/file-store-csv": "~1.0.0",
"@subsquid/file-store-csv": "~1.1.0",
"dotenv": "^16.3.1",
"ethers": "^6.6.5",
"@subsquid/file-store": "^1.1.0",
"@subsquid/file-store-parquet": "^1.0.0"
"@subsquid/file-store": "^1.2.0",
"@subsquid/file-store-parquet": "^1.1.0"
},
"devDependencies": {
"@subsquid/substrate-metadata-explorer": "^1.1.2",
"@subsquid/substrate-typegen": "^2.2.1",
"@types/node": "20.4.4",
"typescript": "5.1.6"
}
}
}

0 comments on commit 473db0b

Please sign in to comment.