Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions codegen.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema: https://api.studio.thegraph.com/query/61738/legacy-curate-gnosis/version/latest
documents: './src/*.ts'
schema: https://indexer.hyperindex.xyz/1a2f51c/v1/graphql
documents: "./src/*.ts"
generates:
src/generated/graphqlQueries.ts:
plugins:
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kleros/address-tags-sdk",
"description": "Simple library to get address information from the Kleros curated tags registry.",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -33,5 +33,9 @@
"prettier": "^2.6.2",
"tsutils": "^3.21.0",
"typescript": "^4.7.2"
},
"volta": {
"node": "16.20.2",
"yarn": "1.22.22"
}
}
Loading