diff --git a/.yarn/versions/b763333b.yml b/.yarn/versions/b763333b.yml new file mode 100644 index 0000000000..9e00d69d4e --- /dev/null +++ b/.yarn/versions/b763333b.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 9f850f2794..21fd723951 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.2.6-0 linux-x64 node-v18.19.0 +@subql/cli/4.2.6-1 linux-x64 node-v18.19.0 $ subql --help [COMMAND] USAGE $ subql COMMAND @@ -69,7 +69,7 @@ DESCRIPTION Build this SubQuery project code ``` -_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/build/index.js)_ +_See code: [lib/commands/build/index.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/build/index.js)_ ## `subql codegen` @@ -87,7 +87,7 @@ DESCRIPTION Generate schemas for graph node ``` -_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/codegen/index.js)_ +_See code: [lib/commands/codegen/index.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/codegen/index.js)_ ## `subql codegen:generate` @@ -110,7 +110,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.2.6-0/lib/commands/codegen/generate.js)_ +_See code: [lib/commands/codegen/generate.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/codegen/generate.js)_ ## `subql deployment` @@ -153,7 +153,7 @@ DESCRIPTION Deploy to hosted service ``` -_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/deployment/index.js)_ +_See code: [lib/commands/deployment/index.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/deployment/index.js)_ ## `subql deployment:delete` @@ -172,7 +172,7 @@ DESCRIPTION Delete Deployment ``` -_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/deployment/delete.js)_ +_See code: [lib/commands/deployment/delete.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/deployment/delete.js)_ ## `subql deployment:deploy` @@ -212,7 +212,7 @@ DESCRIPTION Deployment to hosted service ``` -_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/deployment/deploy.js)_ +_See code: [lib/commands/deployment/deploy.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/deployment/deploy.js)_ ## `subql deployment:promote` @@ -231,7 +231,7 @@ DESCRIPTION Promote Deployment ``` -_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/deployment/promote.js)_ +_See code: [lib/commands/deployment/promote.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/deployment/promote.js)_ ## `subql init [PROJECTNAME]` @@ -255,7 +255,7 @@ DESCRIPTION Initialize a scaffold subquery project ``` -_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/init.js)_ +_See code: [lib/commands/init.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/init.js)_ ## `subql multi-chain:add` @@ -274,7 +274,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.2.6-0/lib/commands/multi-chain/add.js)_ +_See code: [lib/commands/multi-chain/add.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/multi-chain/add.js)_ ## `subql project` @@ -300,7 +300,7 @@ DESCRIPTION Create/Delete project ``` -_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/project/index.js)_ +_See code: [lib/commands/project/index.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/project/index.js)_ ## `subql project:create-project` @@ -325,7 +325,7 @@ DESCRIPTION Create Project on Hosted Service ``` -_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/project/create-project.js)_ +_See code: [lib/commands/project/create-project.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/project/create-project.js)_ ## `subql project:delete-project` @@ -343,7 +343,7 @@ DESCRIPTION Delete Project on Hosted Service ``` -_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/project/delete-project.js)_ +_See code: [lib/commands/project/delete-project.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/project/delete-project.js)_ ## `subql publish` @@ -362,6 +362,6 @@ DESCRIPTION Upload this SubQuery project to IPFS ``` -_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v4.2.6-0/lib/commands/publish.js)_ +_See code: [lib/commands/publish.js](https://github.com/packages/cli/blob/v4.2.6-1/lib/commands/publish.js)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index 21c7e4720c..789cb9557b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@subql/cli", "description": "cli for subquery", - "version": "4.2.6-0", + "version": "4.2.6-1", "author": "Ian He", "bin": { "subql": "./bin/run" @@ -91,5 +91,5 @@ "resolutions": { "node-fetch": "2.6.7" }, - "stableVersion": "4.2.5" + "stableVersion": "4.2.6-0" } diff --git a/packages/common-substrate/package.json b/packages/common-substrate/package.json index 80a5161929..ffe55c37b6 100644 --- a/packages/common-substrate/package.json +++ b/packages/common-substrate/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common-substrate", - "version": "3.2.1", + "version": "3.2.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.2.1" } diff --git a/packages/common/package.json b/packages/common/package.json index 210d155707..97b51fdafc 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subql/common", - "version": "3.3.1", + "version": "3.3.2-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.3.1" } diff --git a/packages/node-core/package.json b/packages/node-core/package.json index ccdaf80872..4ed0837cd4 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "7.2.0", + "version": "7.2.1-0", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -46,5 +46,6 @@ }, "devDependencies": { "@types/async-lock": "^1" - } + }, + "stableVersion": "7.2.0" } diff --git a/packages/node/package.json b/packages/node/package.json index 59326521f2..9a52840e33 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node", - "version": "3.5.1", + "version": "3.5.2-0", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -59,5 +59,6 @@ "files": [ "/dist", "/bin" - ] + ], + "stableVersion": "3.5.1" } diff --git a/packages/query/package.json b/packages/query/package.json index 2b6402a578..f5321ac83d 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.9.0", + "version": "2.9.1-0", "description": "", "bin": { "subql-query": "./bin/run" @@ -69,5 +69,6 @@ "@types/rimraf": "^3.0.2", "@types/yargs": "^16.0.4", "nodemon": "^2.0.15" - } + }, + "stableVersion": "2.9.0" } diff --git a/packages/testing/package.json b/packages/testing/package.json index fb22d6942f..7c8e65f7b1 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@subql/testing", - "version": "2.1.0", + "version": "2.1.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.1.0" } diff --git a/packages/types-core/package.json b/packages/types-core/package.json index 2448ce6178..4d5634f11f 100644 --- a/packages/types-core/package.json +++ b/packages/types-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types-core", - "version": "0.4.0", + "version": "0.4.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.4.0" } diff --git a/packages/types/package.json b/packages/types/package.json index 0971064f0c..fd830bbe20 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@subql/types", - "version": "3.3.0", + "version": "3.3.1-0", "description": "", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql", @@ -24,5 +24,6 @@ }, "devDependencies": { "@polkadot/api": "^10" - } + }, + "stableVersion": "3.3.0" } diff --git a/packages/utils/package.json b/packages/utils/package.json index 09c24cb138..eb76a57b13 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@subql/utils", - "version": "2.7.0", + "version": "2.7.1-0", "description": "", "packageManager": "yarn@3.1.1", "scripts": { @@ -30,5 +30,6 @@ }, "devDependencies": { "@types/semver": "^7" - } + }, + "stableVersion": "2.7.0" } diff --git a/yarn.lock b/yarn.lock index 415a3a57f2..8bc607f6b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6514,7 +6514,25 @@ __metadata: languageName: unknown linkType: soft -"@subql/common@^3.1.1, @subql/common@^3.2.0, @subql/common@^3.3.0, @subql/common@^3.3.1, @subql/common@workspace:*, @subql/common@workspace:packages/common": +"@subql/common@npm:^3.1.1, @subql/common@npm:^3.2.0, @subql/common@npm:^3.3.0, @subql/common@npm:^3.3.1": + version: 3.3.1 + resolution: "@subql/common@npm:3.3.1" + dependencies: + "@subql/types-core": 0.4.0 + 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 + checksum: cbb55958e925756b8145444b088e12a2b08873458c5df5a08deb28b5ea8bf16d19ef627a04e256a82c2e7e31820fcc787793b863ca3abf3316edff005e5f812d + 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: @@ -6687,14 +6705,6 @@ __metadata: languageName: node linkType: hard -"@subql/types-core@^0.4.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.1.1": version: 0.1.1 resolution: "@subql/types-core@npm:0.1.1" @@ -6704,6 +6714,15 @@ __metadata: languageName: node linkType: hard +"@subql/types-core@npm:0.4.0, @subql/types-core@npm:^0.4.0": + version: 0.4.0 + resolution: "@subql/types-core@npm:0.4.0" + dependencies: + package-json-type: ^1.0.3 + checksum: e3565739c7a7e74f00dd1cfb81a1d4dab00875c23b7759dec0e3dd89e5e29d49e90aec2ef8366b77113a15fe85f6dd1a33476600a21ce7779ed1444920732a90 + languageName: node + linkType: hard + "@subql/types-core@npm:^0.2.0": version: 0.2.0 resolution: "@subql/types-core@npm:0.2.0" @@ -6722,6 +6741,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.2.2": version: 3.2.2 resolution: "@subql/types-cosmos@npm:3.2.2"