Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 17, 2023
1 parent 326b4bf commit dbf29b8
Show file tree
Hide file tree
Showing 14 changed files with 98 additions and 77 deletions.
11 changes: 11 additions & 0 deletions .yarn/versions/827765ec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
undecided:
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
- "@subql/node-core"
- "@subql/query"
- "@subql/testing"
- "@subql/types"
- "@subql/types-core"
- "@subql/utils"
- "@subql/validator"
51 changes: 15 additions & 36 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/4.0.4-0 linux-x64 node-v18.18.0
@subql/cli/4.0.4-1 linux-x64 node-v18.18.0
$ subql --help [COMMAND]
USAGE
$ subql COMMAND
Expand All @@ -43,7 +43,6 @@ USAGE
- [`subql deployment:delete`](#subql-deploymentdelete)
- [`subql deployment:deploy`](#subql-deploymentdeploy)
- [`subql deployment:promote`](#subql-deploymentpromote)
- [`subql help [COMMAND]`](#subql-help-command)
- [`subql init [PROJECTNAME]`](#subql-init-projectname)
- [`subql multi-chain:add`](#subql-multi-chainadd)
- [`subql project`](#subql-project)
Expand Down Expand Up @@ -71,7 +70,7 @@ DESCRIPTION
Build this SubQuery project code
```

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

## `subql codegen`

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

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

## `subql codegen:generate`

Expand All @@ -112,7 +111,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/v4.0.4-0/lib/commands/codegen/generate.js)_
_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v4.0.4-1/lib/commands/codegen/generate.js)_

## `subql deployment`

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

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

## `subql deployment:delete`

Expand All @@ -174,7 +173,7 @@ DESCRIPTION
Delete Deployment
```

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

## `subql deployment:deploy`

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

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

## `subql deployment:promote`

Expand All @@ -233,27 +232,7 @@ DESCRIPTION
Promote Deployment
```

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

## `subql help [COMMAND]`

display help for subql

```
USAGE
$ subql help [COMMAND] [--all]
ARGUMENTS
COMMAND command to show help for
FLAGS
--all see all commands in CLI
DESCRIPTION
display help for subql
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_
_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v4.0.4-1/lib/commands/deployment/promote.js)_

## `subql init [PROJECTNAME]`

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

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

## `subql multi-chain:add`

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

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

## `subql project`

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

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

## `subql project:create-project`

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

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

## `subql project:delete-project`

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

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

## `subql publish`

Expand All @@ -384,7 +363,7 @@ DESCRIPTION
Upload this SubQuery project to IPFS
```

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

## `subql validate`

Expand All @@ -406,6 +385,6 @@ DESCRIPTION
Check a folder or github repo is a validate subquery project
```

_See code: [lib/commands/validate.js](https://github.com/packages/cli/blob/v4.0.4-0/lib/commands/validate.js)_
_See code: [lib/commands/validate.js](https://github.com/packages/cli/blob/v4.0.4-1/lib/commands/validate.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": "4.0.4-0",
"version": "4.0.4-1",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -89,5 +89,5 @@
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.0.3"
"stableVersion": "4.0.4-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": "3.1.1",
"version": "3.1.2-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,5 +27,6 @@
"@types/bn.js": "4.11.6",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
}
},
"stableVersion": "3.1.1"
}
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": "3.1.2",
"version": "3.1.3-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -34,5 +34,6 @@
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1",
"@types/update-notifier": "^6"
}
},
"stableVersion": "3.1.2"
}
4 changes: 2 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": "6.0.3-1",
"version": "6.0.3-2",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -46,5 +46,5 @@
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "6.0.3-0"
"stableVersion": "6.0.3-1"
}
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": "3.0.6",
"version": "3.0.7-0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,5 +60,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "3.0.6"
}
4 changes: 2 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.5.1-0",
"version": "2.5.1-1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -68,5 +68,5 @@
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
},
"stableVersion": "2.5.0"
"stableVersion": "2.5.1-0"
}
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/testing",
"version": "2.0.3-0",
"version": "2.0.3-1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -b",
Expand All @@ -15,5 +15,5 @@
"dependencies": {
"@subql/types-core": "workspace:^"
},
"stableVersion": "2.0.2"
"stableVersion": "2.0.3-0"
}
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": "0.1.1",
"version": "0.1.2-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,5 +17,6 @@
],
"dependencies": {
"package-json-type": "^1.0.3"
}
},
"stableVersion": "0.1.1"
}
4 changes: 2 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.1.3-0",
"version": "3.1.3-1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -25,5 +25,5 @@
"devDependencies": {
"@polkadot/api": "^10"
},
"stableVersion": "3.1.2"
"stableVersion": "3.1.3-0"
}
4 changes: 2 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.4.4",
"version": "2.4.5-0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -32,5 +32,5 @@
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "2.4.4-1"
"stableVersion": "2.4.4"
}
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/validator",
"version": "2.2.1-2",
"version": "2.2.1-3",
"description": "to validate subquery project",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -32,5 +32,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.5"
},
"stableVersion": "2.2.1-1"
"stableVersion": "2.2.1-2"
}
Loading

0 comments on commit dbf29b8

Please sign in to comment.