From 8adf5c4f8a7f00cda030e3e53daca89e46b47f9e Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Fri, 2 Aug 2024 04:49:21 +0000 Subject: [PATCH] [SKIP CI] Prerelease --- .yarn/versions/a48f5a85.yml | 9 +++ packages/cli/README.md | 32 +++++------ packages/cli/package.json | 4 +- packages/common-substrate/package.json | 5 +- packages/common/package.json | 5 +- packages/node-core/package.json | 5 +- packages/node/package.json | 5 +- packages/query/package.json | 5 +- packages/types-core/package.json | 5 +- packages/types/package.json | 5 +- packages/utils/package.json | 5 +- yarn.lock | 78 +++++++++++++++++--------- 12 files changed, 103 insertions(+), 60 deletions(-) create mode 100644 .yarn/versions/a48f5a85.yml diff --git a/.yarn/versions/a48f5a85.yml b/.yarn/versions/a48f5a85.yml new file mode 100644 index 0000000000..b183cbfab3 --- /dev/null +++ b/.yarn/versions/a48f5a85.yml @@ -0,0 +1,9 @@ +undecided: + - "@subql/common" + - "@subql/common-substrate" + - "@subql/node" + - "@subql/node-core" + - "@subql/query" + - "@subql/types" + - "@subql/types-core" + - "@subql/utils" diff --git a/packages/cli/README.md b/packages/cli/README.md index d95ab4007f..15b1a8ffa6 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/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 @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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]` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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` @@ -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)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index fb19d9656f..afb58c0139 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" @@ -88,5 +88,5 @@ "resolutions": { "node-fetch": "2.6.7" }, - "stableVersion": "5.1.1" + "stableVersion": "5.1.2-0" } diff --git a/packages/common-substrate/package.json b/packages/common-substrate/package.json index 335f2a0752..fa7df6f0b7 100644 --- a/packages/common-substrate/package.json +++ b/packages/common-substrate/package.json @@ -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", @@ -20,5 +20,6 @@ "peerDependencies": { "class-transformer": "*", "class-validator": "*" - } + }, + "stableVersion": "4.2.0" } diff --git a/packages/common/package.json b/packages/common/package.json index 6539d2f2fb..a4985fccea 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common", - "version": "5.0.0", + "version": "5.0.1-0", "description": "", "scripts": { "build": "rm -rf dist && tsc -b", @@ -27,5 +27,6 @@ "@types/js-yaml": "^4.0.9", "@types/semver": "^7.5.8", "@types/update-notifier": "^6" - } + }, + "stableVersion": "5.0.0" } diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 95d6009937..8d794f087d 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -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", @@ -44,5 +44,6 @@ "toposort-class": "^1.0.1", "vm2": "^3.9.19", "yargs": "^17.7.2" - } + }, + "stableVersion": "14.0.0" } diff --git a/packages/node/package.json b/packages/node/package.json index 8fb87d00a9..0e0957484f 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "5.1.0", + "version": "5.1.1-0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -52,5 +52,6 @@ "files": [ "/dist", "/bin" - ] + ], + "stableVersion": "5.1.0" } diff --git a/packages/query/package.json b/packages/query/package.json index eed31b3e9a..3b0ac683dd 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.13.3", + "version": "2.13.4-0", "description": "", "bin": { "subql-query": "./bin/run" @@ -66,5 +66,6 @@ "@types/lodash": "^4.17.7", "@types/yargs": "^16.0.4", "nodemon": "^3.1.4" - } + }, + "stableVersion": "2.13.3" } diff --git a/packages/types-core/package.json b/packages/types-core/package.json index e5b0243f03..8faa4ee5b2 100644 --- a/packages/types-core/package.json +++ b/packages/types-core/package.json @@ -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", @@ -17,5 +17,6 @@ ], "devDependencies": { "package-json-type": "^1.0.3" - } + }, + "stableVersion": "1.0.0" } diff --git a/packages/types/package.json b/packages/types/package.json index 4924ca3be5..9c27730f16 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -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", @@ -24,5 +24,6 @@ }, "devDependencies": { "@polkadot/api": "^12.2.3" - } + }, + "stableVersion": "3.10.0" } diff --git a/packages/utils/package.json b/packages/utils/package.json index 466f594e25..85bfa7d311 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.13.1", + "version": "2.13.2-0", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -28,5 +28,6 @@ "devDependencies": { "@types/detect-port": "^1.3.5", "@types/pino": "^6.3.12" - } + }, + "stableVersion": "2.13.1" } diff --git a/yarn.lock b/yarn.lock index 46e1d8b0ed..cd759404a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6800,24 +6800,6 @@ __metadata: languageName: unknown linkType: soft -"@subql/common@^5.0.0, @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/js-yaml": ^4.0.9 - "@types/semver": ^7.5.8 - "@types/update-notifier": ^6 - axios: ^0.28.0 - class-transformer: ^0.5.1 - class-validator: ^0.14.1 - js-yaml: ^4.1.0 - reflect-metadata: ^0.1.14 - semver: ^7.6.3 - update-notifier: ^5.1.0 - languageName: unknown - linkType: soft - "@subql/common@npm:^4.0.0, @subql/common@npm:^4.1.1": version: 4.1.1 resolution: "@subql/common@npm:4.1.1" @@ -6835,6 +6817,41 @@ __metadata: languageName: node linkType: hard +"@subql/common@npm:^5.0.0": + version: 5.0.0 + resolution: "@subql/common@npm:5.0.0" + dependencies: + "@subql/types-core": 1.0.0 + axios: ^0.28.0 + class-transformer: ^0.5.1 + class-validator: ^0.14.0 + fs-extra: ^10.1.0 + js-yaml: ^4.1.0 + reflect-metadata: ^0.1.13 + semver: ^7.5.2 + update-notifier: 5.1.0 + checksum: ce520fd2a95240ba69425e3a9cadd0a3bdb4e07c4fbd22162e4f864d611d2651fdab1c178dd5128e1aa0ade5bb6f2f9a8c10c33ed0e43380f225b96437627817 + 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/js-yaml": ^4.0.9 + "@types/semver": ^7.5.8 + "@types/update-notifier": ^6 + axios: ^0.28.0 + class-transformer: ^0.5.1 + class-validator: ^0.14.1 + js-yaml: ^4.1.0 + reflect-metadata: ^0.1.14 + semver: ^7.6.3 + 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" @@ -6973,14 +6990,6 @@ __metadata: languageName: node linkType: hard -"@subql/types-core@^1.0.0, @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: - package-json-type: ^1.0.3 - languageName: unknown - linkType: soft - "@subql/types-core@npm:0.10.0, @subql/types-core@npm:^0.10.0": version: 0.10.0 resolution: "@subql/types-core@npm:0.10.0" @@ -6990,6 +6999,15 @@ __metadata: languageName: node linkType: hard +"@subql/types-core@npm:1.0.0, @subql/types-core@npm:^1.0.0": + version: 1.0.0 + resolution: "@subql/types-core@npm:1.0.0" + dependencies: + package-json-type: ^1.0.3 + checksum: 3bed1a6a0b2b8f68d5c13306ee59f68d049d0917eb1588594f96cb125eebc51f321f910157b068a0b5f8a3a36a72fae8c96a22ea77b5adc0410e84330d887405 + languageName: node + linkType: hard + "@subql/types-core@npm:^0.9.0": version: 0.9.1 resolution: "@subql/types-core@npm:0.9.1" @@ -6999,6 +7017,14 @@ __metadata: 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: + package-json-type: ^1.0.3 + languageName: unknown + linkType: soft + "@subql/types-cosmos@npm:3.5.1": version: 3.5.1 resolution: "@subql/types-cosmos@npm:3.5.1"