Skip to content

Commit

Permalink
version changes 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Amar Tumballi <[email protected]>
  • Loading branch information
amarts committed Dec 1, 2023
1 parent 97205d2 commit 4e74a86
Show file tree
Hide file tree
Showing 15 changed files with 77 additions and 18 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/augment-api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-space/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/did/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/identifier/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-score/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/statement/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-definitions/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
61 changes: 60 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4e74a86

Please sign in to comment.