Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 2, 2024
1 parent dbad2db commit 8adf5c4
Show file tree
Hide file tree
Showing 12 changed files with 103 additions and 60 deletions.
9 changes: 9 additions & 0 deletions .yarn/versions/a48f5a85.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
undecided:
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
- "@subql/node-core"
- "@subql/query"
- "@subql/types"
- "@subql/types-core"
- "@subql/utils"
32 changes: 16 additions & 16 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @subql/cli
$ subql COMMAND
running command...
$ subql (--version)
@subql/cli/5.1.2-0 linux-x64 node-v18.20.4
@subql/cli/5.1.2-1 linux-x64 node-v18.20.4
$ subql --help [COMMAND]
USAGE
$ subql COMMAND
Expand Down Expand Up @@ -71,7 +71,7 @@ DESCRIPTION
Build this SubQuery project code
```

_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/build/index.js)_
_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/build/index.js)_

## `subql codegen`

Expand All @@ -89,7 +89,7 @@ DESCRIPTION
Generate schemas for graph node
```

_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/codegen/index.js)_
_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/codegen/index.js)_

## `subql codegen:generate`

Expand All @@ -112,7 +112,7 @@ DESCRIPTION
Generate Project.yaml and mapping functions based on provided ABI
```

_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/codegen/generate.js)_
_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/codegen/generate.js)_

## `subql deployment`

Expand Down Expand Up @@ -161,7 +161,7 @@ DESCRIPTION
Deploy to hosted service
```

_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/deployment/index.js)_
_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/deployment/index.js)_

## `subql deployment:delete`

Expand All @@ -180,7 +180,7 @@ DESCRIPTION
Delete Deployment
```

_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/deployment/delete.js)_
_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/deployment/delete.js)_

## `subql deployment:deploy`

Expand Down Expand Up @@ -225,7 +225,7 @@ DESCRIPTION
Deployment to hosted service
```

_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/deployment/deploy.js)_
_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/deployment/deploy.js)_

## `subql deployment:promote`

Expand All @@ -244,7 +244,7 @@ DESCRIPTION
Promote Deployment
```

_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/deployment/promote.js)_
_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/deployment/promote.js)_

## `subql init [PROJECTNAME]`

Expand All @@ -268,7 +268,7 @@ DESCRIPTION
Initialize a scaffold subquery project
```

_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/init.js)_
_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/init.js)_

## `subql migrate`

Expand All @@ -287,7 +287,7 @@ DESCRIPTION
Schema subgraph project to subquery project
```

_See code: [lib/commands/migrate.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/migrate.js)_
_See code: [lib/commands/migrate.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/migrate.js)_

## `subql multi-chain:add`

Expand All @@ -306,7 +306,7 @@ DESCRIPTION
Add new chain manifest to multi-chain configuration
```

_See code: [lib/commands/multi-chain/add.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/multi-chain/add.js)_
_See code: [lib/commands/multi-chain/add.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/multi-chain/add.js)_

## `subql multi-chain:deploy`

Expand Down Expand Up @@ -352,7 +352,7 @@ DESCRIPTION
Multi-chain deployment to hosted service
```

_See code: [lib/commands/multi-chain/deploy.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/multi-chain/deploy.js)_
_See code: [lib/commands/multi-chain/deploy.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/multi-chain/deploy.js)_

## `subql project`

Expand All @@ -378,7 +378,7 @@ DESCRIPTION
Create/Delete project
```

_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/project/index.js)_
_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/project/index.js)_

## `subql project:create-project`

Expand All @@ -403,7 +403,7 @@ DESCRIPTION
Create Project on Hosted Service
```

_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/project/create-project.js)_
_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/project/create-project.js)_

## `subql project:delete-project`

Expand All @@ -421,7 +421,7 @@ DESCRIPTION
Delete Project on Hosted Service
```

_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/project/delete-project.js)_
_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/project/delete-project.js)_

## `subql publish`

Expand All @@ -440,6 +440,6 @@ DESCRIPTION
Upload this SubQuery project to IPFS
```

_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v5.1.2-0/lib/commands/publish.js)_
_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v5.1.2-1/lib/commands/publish.js)_

<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "5.1.2-0",
"version": "5.1.2-1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -88,5 +88,5 @@
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "5.1.1"
"stableVersion": "5.1.2-0"
}
5 changes: 3 additions & 2 deletions packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-substrate",
"version": "4.2.0",
"version": "4.2.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -20,5 +20,6 @@
"peerDependencies": {
"class-transformer": "*",
"class-validator": "*"
}
},
"stableVersion": "4.2.0"
}
5 changes: 3 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "5.0.0",
"version": "5.0.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,5 +27,6 @@
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"@types/update-notifier": "^6"
}
},
"stableVersion": "5.0.0"
}
5 changes: 3 additions & 2 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "14.0.0",
"version": "14.0.1-0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -44,5 +44,6 @@
"toposort-class": "^1.0.1",
"vm2": "^3.9.19",
"yargs": "^17.7.2"
}
},
"stableVersion": "14.0.0"
}
5 changes: 3 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "5.1.0",
"version": "5.1.1-0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -52,5 +52,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "5.1.0"
}
5 changes: 3 additions & 2 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.13.3",
"version": "2.13.4-0",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -66,5 +66,6 @@
"@types/lodash": "^4.17.7",
"@types/yargs": "^16.0.4",
"nodemon": "^3.1.4"
}
},
"stableVersion": "2.13.3"
}
5 changes: 3 additions & 2 deletions packages/types-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-core",
"version": "1.0.0",
"version": "1.0.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,5 +17,6 @@
],
"devDependencies": {
"package-json-type": "^1.0.3"
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.10.0",
"version": "3.10.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -24,5 +24,6 @@
},
"devDependencies": {
"@polkadot/api": "^12.2.3"
}
},
"stableVersion": "3.10.0"
}
5 changes: 3 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "2.13.1",
"version": "2.13.2-0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -28,5 +28,6 @@
"devDependencies": {
"@types/detect-port": "^1.3.5",
"@types/pino": "^6.3.12"
}
},
"stableVersion": "2.13.1"
}
Loading

0 comments on commit 8adf5c4

Please sign in to comment.