Skip to content

Commit

Permalink
v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN committed Sep 8, 2021
1 parent a780d11 commit 2992743
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.18.0"
"version": "0.18.1"
}
4 changes: 2 additions & 2 deletions packages/indexer-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-agent",
"version": "0.18.0",
"version": "0.18.1",
"description": "Indexer agent",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@graphprotocol/common-ts": "v1.7.0",
"@graphprotocol/contracts": "v1.6.0",
"@graphprotocol/indexer-common": "^0.18.0",
"@graphprotocol/indexer-common": "^0.18.1",
"@thi.ng/heaps": "^1.2.36",
"@thi.ng/iterators": "5.1.40",
"@uniswap/sdk": "3.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/indexer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-cli",
"version": "0.18.0",
"version": "0.18.1",
"description": "Indexer CLI for The Graph Network",
"main": "dist/index.js",
"repository": "https://github.com/graphprotocol/cli",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphprotocol/common-ts": "1.7.0",
"@graphprotocol/indexer-common": "^0.18.0",
"@graphprotocol/indexer-common": "^0.18.1",
"@iarna/toml": "2.2.5",
"@thi.ng/iterators": "5.1.40",
"@urql/core": "1.13.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/indexer-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-common",
"version": "0.18.0",
"version": "0.18.1",
"description": "Common library for Graph Protocol indexer components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,10 +16,10 @@
"test:watch": "jest --runInBand --detectOpenHandles --watch --passWithNoTests --verbose"
},
"dependencies": {
"@graphprotocol/common-ts": "1.7.0",
"@graphprotocol/cost-model": "0.1.5",
"@connext/vector-types": "0.2.1",
"@connext/vector-utils": "0.2.1",
"@graphprotocol/common-ts": "1.7.0",
"@graphprotocol/cost-model": "0.1.5",
"@thi.ng/heaps": "1.2.38",
"@types/cors": "2.8.8",
"@types/express": "4.17.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-native",
"version": "0.18.0",
"version": "0.18.1",
"description": "Performance sensitive indexer code",
"main": "lib/index.js",
"author": "Zac Burns <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/indexer-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphprotocol/indexer-service",
"version": "0.18.0",
"version": "0.18.1",
"description": "Indexer service",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@google-cloud/profiler": "4.1.1",
"@graphprotocol/common-ts": "1.7.0",
"@graphprotocol/indexer-common": "^0.18.0",
"@graphprotocol/indexer-native": "^0.18.0",
"@graphprotocol/indexer-common": "^0.18.1",
"@graphprotocol/indexer-native": "^0.18.1",
"@thi.ng/cache": "1.0.59",
"@urql/core": "1.13.1",
"apollo-link-http": "1.5.17",
Expand Down

0 comments on commit 2992743

Please sign in to comment.