From 4e74a862d40051ee6ee4d2909f4aa0976f23ad34 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 1 Dec 2023 13:26:28 +0530 Subject: [PATCH] version changes 0.9.0 Signed-off-by: Amar Tumballi --- package.json | 8 ++-- packages/augment-api/package.json | 2 +- packages/chain-space/package.json | 2 +- packages/config/package.json | 2 +- packages/did/package.json | 2 +- packages/identifier/package.json | 2 +- packages/network-score/package.json | 2 +- packages/network/package.json | 2 +- packages/schema/package.json | 2 +- packages/sdk/package.json | 2 +- packages/statement/package.json | 2 +- packages/type-definitions/package.json | 2 +- packages/types/package.json | 2 +- packages/utils/package.json | 2 +- yarn.lock | 61 +++++++++++++++++++++++++- 15 files changed, 77 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index db59d5e7..2c5e7449 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "clean:docs": "rimraf docs/api", "func-test": "tsx --no-cache demo/src/func-test.ts", "set:version": "yarn workspaces foreach -pt exec npm version --no-git-tag-version", - "prepublish": "yarn workspaces foreach -p --no-private exec cp -f ../../LICENSE .", - "publish": "yarn workspaces foreach -pt --no-private npm publish", - "publish-beta": "yarn workspaces foreach -pt --no-private npm publish --tag beta", + "prepublish": "yarn workspaces foreach -Apt exec cp -f ../../LICENSE .", + "publish": "yarn workspaces foreach -Apt --exclude packages/api-cli npm publish", + "publish-beta": "yarn workspaces foreach -Apt --exclude packages/api-cli --no-private npm publish --tag beta", "lint": "eslint packages --format=codeframe", "lint:fix": "yarn lint --fix", "style": "prettier -l packages", @@ -76,6 +76,6 @@ "@polkadot/rpc-core": "10.10.1", "@polkadot/rpc-provider": "10.10.1" }, - "version": "0.8.0-7", + "version": "0.9.0-1beta5", "packageManager": "yarn@4.0.2" } diff --git a/packages/augment-api/package.json b/packages/augment-api/package.json index 7a2764af..a6badaa8 100644 --- a/packages/augment-api/package.json +++ b/packages/augment-api/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/augment-api", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "", "types": "./lib/index.d.ts", "type": "module", diff --git a/packages/chain-space/package.json b/packages/chain-space/package.json index aeeb720d..d220e4b8 100644 --- a/packages/chain-space/package.json +++ b/packages/chain-space/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/chain-space", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "CORD Chain Space", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/config/package.json b/packages/config/package.json index 60bbf7a9..3825084c 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/config", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "", "type": "commonjs", "main": "./lib/index.js", diff --git a/packages/did/package.json b/packages/did/package.json index d2b15f18..a55a60e6 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/did", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/identifier/package.json b/packages/identifier/package.json index 87b04e9d..5b8c285b 100644 --- a/packages/identifier/package.json +++ b/packages/identifier/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/identifier", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "CORD Identifier", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/network-score/package.json b/packages/network-score/package.json index 5df1cb88..5f67beab 100644 --- a/packages/network-score/package.json +++ b/packages/network-score/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/network-score", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "CORD Network Score", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/network/package.json b/packages/network/package.json index 25b497db..da1d34bc 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/network", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "", "main": "./lib/index.js", "module": "./lib/esm/index.js", diff --git a/packages/schema/package.json b/packages/schema/package.json index 5c513e1c..d9d5fd0e 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/schema", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "Schema Repository Management", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 3d53998d..c7a0642c 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/sdk", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/statement/package.json b/packages/statement/package.json index c25805fb..b55a7f49 100644 --- a/packages/statement/package.json +++ b/packages/statement/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/statement", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "CORD Statements", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/type-definitions/package.json b/packages/type-definitions/package.json index 7c411d64..c710a278 100644 --- a/packages/type-definitions/package.json +++ b/packages/type-definitions/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/type-definitions", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "Type definitions for CORD Network", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/types/package.json b/packages/types/package.json index b3f6194c..4c8cfcac 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/types", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index a745eb8a..37656b7e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@cord.network/utils", - "version": "0.8.0-3", + "version": "0.9.0-1beta5", "description": "", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", diff --git a/yarn.lock b/yarn.lock index 4cc2561b..4263ec8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2464,6 +2464,21 @@ __metadata: languageName: node linkType: hard +"@polkadot/api-augment@npm:^10.10.1": + version: 10.11.1 + resolution: "@polkadot/api-augment@npm:10.11.1" + dependencies: + "@polkadot/api-base": "npm:10.11.1" + "@polkadot/rpc-augment": "npm:10.11.1" + "@polkadot/types": "npm:10.11.1" + "@polkadot/types-augment": "npm:10.11.1" + "@polkadot/types-codec": "npm:10.11.1" + "@polkadot/util": "npm:^12.6.1" + tslib: "npm:^2.6.2" + checksum: b828e57e670a8d7269850fa710a4f35302f97fdc035eb8a5e0d7a94fc94b220bfedb1ece28c59c63cca91164ae0b1ce06b57df19c7ba3039dd3aa2f28c3cf7bd + languageName: node + linkType: hard + "@polkadot/api-base@npm:10.10.1": version: 10.10.1 resolution: "@polkadot/api-base@npm:10.10.1" @@ -2477,6 +2492,38 @@ __metadata: languageName: node linkType: hard +"@polkadot/api-base@npm:10.11.1": + version: 10.11.1 + resolution: "@polkadot/api-base@npm:10.11.1" + dependencies: + "@polkadot/rpc-core": "npm:10.11.1" + "@polkadot/types": "npm:10.11.1" + "@polkadot/util": "npm:^12.6.1" + rxjs: "npm:^7.8.1" + tslib: "npm:^2.6.2" + checksum: 618c998df82318fefbe73e72e61468e397be62dff0ebb0b377e9db62182bd8acc5a13d7e7a889d21d586cac106c548d18c126275eb83f1abe11332dc0ad23ceb + languageName: node + linkType: hard + +"@polkadot/api-cli@workspace:packages/api-cli": + version: 0.0.0-use.local + resolution: "@polkadot/api-cli@workspace:packages/api-cli" + dependencies: + "@polkadot/api": "npm:^10.10.1" + "@polkadot/api-augment": "npm:^10.10.1" + "@polkadot/keyring": "npm:^12.5.1" + "@polkadot/types": "npm:^10.10.1" + "@polkadot/util": "npm:^12.5.1" + "@polkadot/util-crypto": "npm:^12.5.1" + "@types/node": "npm:^20.8.4" + "@types/yargs": "npm:^17.0.28" + tslib: "npm:^2.6.2" + yargs: "npm:^17.7.2" + bin: + polkadot-js-api: ./runcli.mjs + languageName: unknown + linkType: soft + "@polkadot/api-derive@npm:10.10.1": version: 10.10.1 resolution: "@polkadot/api-derive@npm:10.10.1" @@ -2648,6 +2695,18 @@ __metadata: languageName: node linkType: hard +"@polkadot/types-augment@npm:10.11.1": + version: 10.11.1 + resolution: "@polkadot/types-augment@npm:10.11.1" + dependencies: + "@polkadot/types": "npm:10.11.1" + "@polkadot/types-codec": "npm:10.11.1" + "@polkadot/util": "npm:^12.6.1" + tslib: "npm:^2.6.2" + checksum: ea321d8365c3f114ad3c9cca12707188a4f7971426899e94de6766cbc355eb12d435cea2d3ffc2da83ef1d95fccc6b50b3fb926229acc09425685d59d5650afd + languageName: node + linkType: hard + "@polkadot/types-codec@npm:10.10.1": version: 10.10.1 resolution: "@polkadot/types-codec@npm:10.10.1" @@ -3270,7 +3329,7 @@ __metadata: languageName: node linkType: hard -"@types/yargs@npm:^17.0.8": +"@types/yargs@npm:^17.0.28, @types/yargs@npm:^17.0.8": version: 17.0.32 resolution: "@types/yargs@npm:17.0.32" dependencies: