Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo committed Sep 20, 2024
1 parent 22da543 commit b2fe577
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 37 deletions.
Empty file added .yarn/versions/16f627fb.yml
Empty file.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query-subgraph",
"version": "0.0.7",
"version": "0.0.8-0",
"main": "index.js",
"bin": {
"subql-query-subgraph": "./bin/run"
Expand Down Expand Up @@ -62,5 +62,6 @@
"/dist",
"/bin"
],
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"stableVersion": "0.0.7"
}
70 changes: 35 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,41 @@ __metadata:
languageName: node
linkType: hard

"@subql/query-subgraph@workspace:.":
version: 0.0.0-use.local
resolution: "@subql/query-subgraph@workspace:."
dependencies:
"@actions/core": ^1.10.1
"@apollo/client": 3.0.0
"@geut/chan": ^3.2.9
"@graphile/simplify-inflection": ^8.0.0-beta.5
"@tsconfig/node20": ^20.1.4
"@types/jest": ^29.5.12
"@types/yargs": ^17.0.33
"@typescript-eslint/eslint-plugin": ^5
"@typescript-eslint/parser": 5
dotenv: ^16.4.5
eslint: ^8.8.0
eslint-config-prettier: ^8.3.0
eslint-plugin-header: ^3.1.1
eslint-plugin-import: ^2.25.4
eslint-plugin-prettier: ^5.1.3
eslint-plugin-sort-destructure-keys: ^1.4.0
husky: ^9.1.5
jest: ^29.7.0
lint-staged: ^15.2.7
postgraphile: ^5.0.0-beta.28
prettier: ^3.3.3
pretty-quick: ^4.0.0
ts-jest: ^29.2.5
ts-node: ^10.9.2
typescript: ^5.5.4
yargs: latest
bin:
subql-query-subgraph: ./bin/run
languageName: unknown
linkType: soft

"@tsconfig/node10@npm:^1.0.7":
version: 1.0.11
resolution: "@tsconfig/node10@npm:1.0.11"
Expand Down Expand Up @@ -6434,41 +6469,6 @@ __metadata:
languageName: node
linkType: hard

"query-subgraph@workspace:.":
version: 0.0.0-use.local
resolution: "query-subgraph@workspace:."
dependencies:
"@actions/core": ^1.10.1
"@apollo/client": 3.0.0
"@geut/chan": ^3.2.9
"@graphile/simplify-inflection": ^8.0.0-beta.5
"@tsconfig/node20": ^20.1.4
"@types/jest": ^29.5.12
"@types/yargs": ^17.0.33
"@typescript-eslint/eslint-plugin": ^5
"@typescript-eslint/parser": 5
dotenv: ^16.4.5
eslint: ^8.8.0
eslint-config-prettier: ^8.3.0
eslint-plugin-header: ^3.1.1
eslint-plugin-import: ^2.25.4
eslint-plugin-prettier: ^5.1.3
eslint-plugin-sort-destructure-keys: ^1.4.0
husky: ^9.1.5
jest: ^29.7.0
lint-staged: ^15.2.7
postgraphile: ^5.0.0-beta.28
prettier: ^3.3.3
pretty-quick: ^4.0.0
ts-jest: ^29.2.5
ts-node: ^10.9.2
typescript: ^5.5.4
yargs: latest
bin:
subql-query-subgraph: ./bin/run
languageName: unknown
linkType: soft

"queue-microtask@npm:^1.2.2":
version: 1.2.3
resolution: "queue-microtask@npm:1.2.3"
Expand Down

0 comments on commit b2fe577

Please sign in to comment.