diff --git a/.yarn/versions/a9d498ca.yml b/.yarn/versions/a9d498ca.yml new file mode 100644 index 0000000000..9e00d69d4e --- /dev/null +++ b/.yarn/versions/a9d498ca.yml @@ -0,0 +1,10 @@ +undecided: + - "@subql/common" + - "@subql/common-substrate" + - "@subql/node" + - "@subql/node-core" + - "@subql/query" + - "@subql/testing" + - "@subql/types" + - "@subql/types-core" + - "@subql/utils" diff --git a/packages/cli/README.md b/packages/cli/README.md index b5d740ba77..bb3421fe59 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.15.1-1 linux-x64 node-v18.20.3 +@subql/cli/4.15.1-2 linux-x64 node-v18.20.3 $ 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/v4.15.1-1/lib/commands/build/index.js)_ +_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/codegen/index.js)_ +_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/codegen/generate.js)_ +_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/deployment/index.js)_ +_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/deployment/delete.js)_ +_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/deployment/deploy.js)_ +_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/deployment/promote.js)_ +_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/init.js)_ +_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/migrate.js)_ +_See code: [lib/commands/migrate.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/multi-chain/add.js)_ +_See code: [lib/commands/multi-chain/add.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/multi-chain/deploy.js)_ +_See code: [lib/commands/multi-chain/deploy.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/project/index.js)_ +_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/project/create-project.js)_ +_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/project/delete-project.js)_ +_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v4.15.1-2/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/v4.15.1-1/lib/commands/publish.js)_ +_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v4.15.1-2/lib/commands/publish.js)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index a44c56709f..2c3b5a5376 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "4.15.1-1", + "version": "4.15.1-2", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -89,5 +89,5 @@ "resolutions": { "node-fetch": "2.6.7" }, - "stableVersion": "4.15.1-0" + "stableVersion": "4.15.1-1" } diff --git a/packages/common-substrate/package.json b/packages/common-substrate/package.json index cead53e9a3..6d60a30a7c 100644 --- a/packages/common-substrate/package.json +++ b/packages/common-substrate/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-substrate", - "version": "4.0.0", + "version": "4.0.1-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": "4.0.0" } diff --git a/packages/common/package.json b/packages/common/package.json index 6d66a06e8b..f8be48cbd5 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common", - "version": "4.0.0", + "version": "4.0.1-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": "4.0.0" } diff --git a/packages/node-core/package.json b/packages/node-core/package.json index 5d5e666c2f..1c57b151c2 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "10.10.1-0", + "version": "10.10.1-1", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -49,5 +49,5 @@ "devDependencies": { "@types/async-lock": "^1" }, - "stableVersion": "10.10.0" + "stableVersion": "10.10.1-0" } diff --git a/packages/node/package.json b/packages/node/package.json index b9b372a411..7063548cdd 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "4.7.1-0", + "version": "4.7.1-1", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -55,5 +55,5 @@ "/dist", "/bin" ], - "stableVersion": "4.7.0" + "stableVersion": "4.7.1-0" } diff --git a/packages/query/package.json b/packages/query/package.json index b979656361..c904565650 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.13.2-2", + "version": "2.13.2-3", "description": "", "bin": { "subql-query": "./bin/run" @@ -71,5 +71,5 @@ "@types/yargs": "^16.0.4", "nodemon": "^2.0.15" }, - "stableVersion": "2.13.2-1" + "stableVersion": "2.13.2-2" } diff --git a/packages/testing/package.json b/packages/testing/package.json index 2e0b42d9f1..2fa0284e16 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@subql/testing", - "version": "2.2.0", + "version": "2.2.1-0", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rm -rf dist && tsc -b", @@ -14,5 +14,6 @@ "packageManager": "yarn@3.1.1", "dependencies": { "@subql/types-core": "workspace:^" - } + }, + "stableVersion": "2.2.0" } diff --git a/packages/types-core/package.json b/packages/types-core/package.json index dff3bb4aec..126ae40832 100644 --- a/packages/types-core/package.json +++ b/packages/types-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-core", - "version": "0.9.0", + "version": "0.9.1-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.9.0" } diff --git a/packages/types/package.json b/packages/types/package.json index fb553ea020..304670a3e6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types", - "version": "3.8.1-0", + "version": "3.8.1-1", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -25,5 +25,5 @@ "devDependencies": { "@polkadot/api": "11.2.1" }, - "stableVersion": "3.8.0" + "stableVersion": "3.8.1-0" } diff --git a/packages/utils/package.json b/packages/utils/package.json index e70b5ade48..811db34b24 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.12.0", + "version": "2.12.1-0", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -30,5 +30,6 @@ }, "devDependencies": { "@types/semver": "^7" - } + }, + "stableVersion": "2.12.0" } diff --git a/yarn.lock b/yarn.lock index 559fda557e..a7b10c285f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6387,19 +6387,11 @@ __metadata: languageName: unknown linkType: soft -"@subql/common@^4.0.0, @subql/common@workspace:*, @subql/common@workspace:packages/common": - version: 0.0.0-use.local - resolution: "@subql/common@workspace:packages/common" +"@subql/common@npm:^3.9.1-0": + version: 3.9.1-0-modular-0.0.1 + resolution: "@subql/common@npm:3.9.1-0-modular-0.0.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.8.1-1-modular-0.0.1 axios: ^0.28.0 class-transformer: ^0.5.1 class-validator: ^0.14.0 @@ -6409,14 +6401,15 @@ __metadata: reflect-metadata: ^0.1.13 semver: ^7.5.2 update-notifier: 5.1.0 - languageName: unknown - linkType: soft + checksum: 80dc30b4ac5ab4f34ddcb011f425acbd40ca4909e343653108ac03d07abae33f7df0d35b34de1fbe00021adab5a162d61372c4d9689ae3a8e4a7755bbacc69ed + languageName: node + linkType: hard -"@subql/common@npm:^3.9.1-0": - version: 3.9.1-0-modular-0.0.1 - resolution: "@subql/common@npm:3.9.1-0-modular-0.0.1" +"@subql/common@npm:^4.0.0": + version: 4.0.0 + resolution: "@subql/common@npm:4.0.0" dependencies: - "@subql/types-core": 0.8.1-1-modular-0.0.1 + "@subql/types-core": 0.9.0 axios: ^0.28.0 class-transformer: ^0.5.1 class-validator: ^0.14.0 @@ -6426,10 +6419,35 @@ __metadata: reflect-metadata: ^0.1.13 semver: ^7.5.2 update-notifier: 5.1.0 - checksum: 80dc30b4ac5ab4f34ddcb011f425acbd40ca4909e343653108ac03d07abae33f7df0d35b34de1fbe00021adab5a162d61372c4d9689ae3a8e4a7755bbacc69ed + checksum: 7c3b0f88aa9d6b388ce6129d1bb385d7269edd441b5970522e42911ac812862d9d2336a92dca8f3aa5b0bf4d56c2de32ccc68fa986f44de26d6fd027a492bdf0 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.28.0 + 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" @@ -6576,14 +6594,6 @@ __metadata: languageName: node linkType: hard -"@subql/types-core@^0.9.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.8.1-1-modular-0.0.1, @subql/types-core@npm:^0.8.1-1": version: 0.8.1-1-modular-0.0.1 resolution: "@subql/types-core@npm:0.8.1-1-modular-0.0.1" @@ -6593,6 +6603,23 @@ __metadata: languageName: node linkType: hard +"@subql/types-core@npm:0.9.0, @subql/types-core@npm:^0.9.0": + version: 0.9.0 + resolution: "@subql/types-core@npm:0.9.0" + dependencies: + package-json-type: ^1.0.3 + checksum: e219221a2d8ebcb8281295ee67665e32b96924da32da67735cf041621b46a88f8e1787a0dab1f01c3af22af907aa862627f5b5fcbce48943cbb3050c04e70ccc + 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.0": version: 3.5.0 resolution: "@subql/types-cosmos@npm:3.5.0"