From dbf29b833abe85a81f55b9c959907bd20be9d363 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Tue, 17 Oct 2023 02:51:38 +0000 Subject: [PATCH] [SKIP CI] Prerelease --- .yarn/versions/827765ec.yml | 11 +++++ packages/cli/README.md | 51 ++++++-------------- packages/cli/package.json | 4 +- packages/common-substrate/package.json | 5 +- packages/common/package.json | 5 +- packages/node-core/package.json | 4 +- packages/node/package.json | 5 +- packages/query/package.json | 4 +- packages/testing/package.json | 4 +- packages/types-core/package.json | 5 +- packages/types/package.json | 4 +- packages/utils/package.json | 4 +- packages/validator/package.json | 4 +- yarn.lock | 65 ++++++++++++++++++-------- 14 files changed, 98 insertions(+), 77 deletions(-) create mode 100644 .yarn/versions/827765ec.yml diff --git a/.yarn/versions/827765ec.yml b/.yarn/versions/827765ec.yml new file mode 100644 index 0000000000..fd3e2452df --- /dev/null +++ b/.yarn/versions/827765ec.yml @@ -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" diff --git a/packages/cli/README.md b/packages/cli/README.md index f5a90ffb01..a81c8d9053 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -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 @@ -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) @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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]` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index d1916f958f..cc4564b045 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" @@ -89,5 +89,5 @@ "resolutions": { "node-fetch": "2.6.7" }, - "stableVersion": "4.0.3" + "stableVersion": "4.0.4-0" } diff --git a/packages/common-substrate/package.json b/packages/common-substrate/package.json index d6aa6bbf32..69c7e66470 100644 --- a/packages/common-substrate/package.json +++ b/packages/common-substrate/package.json @@ -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", @@ -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" } diff --git a/packages/common/package.json b/packages/common/package.json index d7f88bce4c..3491b185c7 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common", - "version": "3.1.2", + "version": "3.1.3-0", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -34,5 +34,6 @@ "@types/semver": "^7.3.9", "@types/tar": "^6.1.1", "@types/update-notifier": "^6" - } + }, + "stableVersion": "3.1.2" } diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 28b48cc105..933171968e 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -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", @@ -46,5 +46,5 @@ "devDependencies": { "@types/async-lock": "^1" }, - "stableVersion": "6.0.3-0" + "stableVersion": "6.0.3-1" } diff --git a/packages/node/package.json b/packages/node/package.json index 1ea2e48070..6709ab4d7b 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "3.0.6", + "version": "3.0.7-0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -60,5 +60,6 @@ "files": [ "/dist", "/bin" - ] + ], + "stableVersion": "3.0.6" } diff --git a/packages/query/package.json b/packages/query/package.json index e2b574fc8b..6c5c217213 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.5.1-0", + "version": "2.5.1-1", "description": "", "bin": { "subql-query": "./bin/run" @@ -68,5 +68,5 @@ "@types/yargs": "^16.0.4", "nodemon": "^2.0.15" }, - "stableVersion": "2.5.0" + "stableVersion": "2.5.1-0" } diff --git a/packages/testing/package.json b/packages/testing/package.json index f923cf3755..87a6c11845 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -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", @@ -15,5 +15,5 @@ "dependencies": { "@subql/types-core": "workspace:^" }, - "stableVersion": "2.0.2" + "stableVersion": "2.0.3-0" } diff --git a/packages/types-core/package.json b/packages/types-core/package.json index d869be1c42..c388e7dd31 100644 --- a/packages/types-core/package.json +++ b/packages/types-core/package.json @@ -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", @@ -17,5 +17,6 @@ ], "dependencies": { "package-json-type": "^1.0.3" - } + }, + "stableVersion": "0.1.1" } diff --git a/packages/types/package.json b/packages/types/package.json index 06f5faad5e..3b9c091bc7 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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", @@ -25,5 +25,5 @@ "devDependencies": { "@polkadot/api": "^10" }, - "stableVersion": "3.1.2" + "stableVersion": "3.1.3-0" } diff --git a/packages/utils/package.json b/packages/utils/package.json index b20faa8091..7007f48cfb 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.4.4", + "version": "2.4.5-0", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -32,5 +32,5 @@ "devDependencies": { "@types/semver": "^7" }, - "stableVersion": "2.4.4-1" + "stableVersion": "2.4.4" } diff --git a/packages/validator/package.json b/packages/validator/package.json index 455b9cc09b..551bd7bbfe 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -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", @@ -32,5 +32,5 @@ "devDependencies": { "@types/js-yaml": "^4.0.5" }, - "stableVersion": "2.2.1-1" + "stableVersion": "2.2.1-2" } diff --git a/yarn.lock b/yarn.lock index 549b19f1d8..293b4f011e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6388,19 +6388,11 @@ __metadata: languageName: unknown linkType: soft -"@subql/common@^3.1.0, @subql/common@^3.1.1, @subql/common@workspace:*, @subql/common@workspace:packages/common": - version: 0.0.0-use.local - resolution: "@subql/common@workspace:packages/common" +"@subql/common@npm:3.1.1": + version: 3.1.1 + resolution: "@subql/common@npm:3.1.1" dependencies: - "@subql/types-core": "workspace:*" - "@types/bn.js": 4.11.6 - "@types/detect-port": ^1 - "@types/fs-extra": ^9.0.13 - "@types/js-yaml": ^4.0.5 - "@types/pino": ^6.3.12 - "@types/semver": ^7.3.9 - "@types/tar": ^6.1.1 - "@types/update-notifier": ^6 + "@subql/types-core": 0.1.1 axios: ^0.27.2 class-transformer: ^0.5.1 class-validator: ^0.14.0 @@ -6410,12 +6402,13 @@ __metadata: reflect-metadata: ^0.1.13 semver: ^7.5.2 update-notifier: 5.1.0 - languageName: unknown - linkType: soft + checksum: 1d1e3070f0a2f2368a7ba24f9b98012ca88362d51e7e53ed146026aa8c2844e8d58335496a19341facf4422aa2cac89b05e87860b0a4f73e542ca91f8240cdd0 + languageName: node + linkType: hard -"@subql/common@npm:3.1.1": - version: 3.1.1 - resolution: "@subql/common@npm:3.1.1" +"@subql/common@npm:^3.1.0, @subql/common@npm:^3.1.1": + version: 3.1.2 + resolution: "@subql/common@npm:3.1.2" dependencies: "@subql/types-core": 0.1.1 axios: ^0.27.2 @@ -6427,10 +6420,35 @@ __metadata: reflect-metadata: ^0.1.13 semver: ^7.5.2 update-notifier: 5.1.0 - checksum: 1d1e3070f0a2f2368a7ba24f9b98012ca88362d51e7e53ed146026aa8c2844e8d58335496a19341facf4422aa2cac89b05e87860b0a4f73e542ca91f8240cdd0 + checksum: e979fac54089276de67a3a498bdf53396ac3726542d9f38350bced06f45921ab937a885a9c6cf183f3f5e7c82877c8ce9e27a5a5bf1f6fae6113baf68b4b3e55 languageName: node linkType: hard +"@subql/common@workspace:*, @subql/common@workspace:packages/common": + version: 0.0.0-use.local + resolution: "@subql/common@workspace:packages/common" + dependencies: + "@subql/types-core": "workspace:*" + "@types/bn.js": 4.11.6 + "@types/detect-port": ^1 + "@types/fs-extra": ^9.0.13 + "@types/js-yaml": ^4.0.5 + "@types/pino": ^6.3.12 + "@types/semver": ^7.3.9 + "@types/tar": ^6.1.1 + "@types/update-notifier": ^6 + axios: ^0.27.2 + class-transformer: ^0.5.1 + class-validator: ^0.14.0 + fs-extra: ^10.1.0 + ipfs-http-client: 56 + js-yaml: ^4.1.0 + reflect-metadata: ^0.1.13 + semver: ^7.5.2 + update-notifier: 5.1.0 + languageName: unknown + linkType: soft + "@subql/node-core@workspace:*, @subql/node-core@workspace:packages/node-core": version: 0.0.0-use.local resolution: "@subql/node-core@workspace:packages/node-core" @@ -6568,7 +6586,16 @@ __metadata: languageName: node linkType: hard -"@subql/types-core@0.1.1, @subql/types-core@^0.1.0, @subql/types-core@^0.1.1, @subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core": +"@subql/types-core@npm:0.1.1, @subql/types-core@npm:^0.1.0, @subql/types-core@npm:^0.1.1": + version: 0.1.1 + resolution: "@subql/types-core@npm:0.1.1" + dependencies: + package-json-type: ^1.0.3 + checksum: 6a88547e5091795d2f9f24b5373ce531066bc04602b18f05cad77c5d1953523be479801447cd85e4f03468997e988b8c853fdb409631f8a396525cc723978afa + languageName: node + linkType: hard + +"@subql/types-core@workspace:*, @subql/types-core@workspace:^, @subql/types-core@workspace:packages/types-core": version: 0.0.0-use.local resolution: "@subql/types-core@workspace:packages/types-core" dependencies: