diff --git a/lerna.json b/lerna.json index b635620..e1d2f5d 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "hoist": false, - "version": "0.0.43" + "version": "0.0.44" } diff --git a/packages/agent/package.json b/packages/agent/package.json index 71d73ca..eda3fea 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/agent", - "version": "0.0.43", + "version": "0.0.44", "author": "AstroX Network", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", @@ -44,8 +44,8 @@ "tslint": "tslint --project tsconfig.json --config tslint.json" }, "dependencies": { - "@astrox/candid": "^0.0.43", - "@astrox/principal": "^0.0.43", + "@astrox/candid": "^0.0.44", + "@astrox/principal": "^0.0.44", "base64-arraybuffer": "^0.2.0", "bignumber.js": "^9.0.0", "borc": "^2.1.1", diff --git a/packages/auth-client/package.json b/packages/auth-client/package.json index a7fa0f6..52a61d8 100644 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/auth-client", - "version": "0.0.43", + "version": "0.0.44", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity", @@ -40,10 +40,10 @@ "test:coverage": "jest --verbose --collectCoverage" }, "devDependencies": { - "@astrox/agent": "^0.0.43", - "@astrox/authentication": "^0.0.43", - "@astrox/identity": "^0.0.43", - "@astrox/principal": "^0.0.43", + "@astrox/agent": "^0.0.44", + "@astrox/authentication": "^0.0.44", + "@astrox/identity": "^0.0.44", + "@astrox/principal": "^0.0.44", "@trust/webcrypto": "^0.9.2", "@types/jest": "^24.9.1", "@typescript-eslint/eslint-plugin": "^4.14.2", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 3eab79f..1e1b1ed 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/authentication", - "version": "0.0.43", + "version": "0.0.44", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer", @@ -57,9 +57,9 @@ }, "gitHead": "8173bb829917c941e37cd038bca972948cc58c5b", "dependencies": { - "@astrox/agent": "^0.0.43", - "@astrox/identity": "^0.0.43", - "@astrox/principal": "^0.0.43", + "@astrox/agent": "^0.0.44", + "@astrox/identity": "^0.0.44", + "@astrox/principal": "^0.0.44", "buffer": "6.0.3", "simple-cbor": "^0.4.1" } diff --git a/packages/ax-types/package.json b/packages/ax-types/package.json index 510d6c0..17c8a96 100755 --- a/packages/ax-types/package.json +++ b/packages/ax-types/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/ax-types", - "version": "0.0.43", + "version": "0.0.44", "author": "AstroX Network", "license": "MIT", "description": "TypeScript definitions for ax", diff --git a/packages/candid/package.json b/packages/candid/package.json index 9105a4f..c98b38e 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/candid", - "version": "0.0.43", + "version": "0.0.44", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", @@ -61,7 +61,7 @@ }, "gitHead": "8173bb829917c941e37cd038bca972948cc58c5b", "dependencies": { - "@astrox/principal": "^0.0.43", + "@astrox/principal": "^0.0.44", "buffer": "6.0.3" } } diff --git a/packages/connection/package.json b/packages/connection/package.json index 534b5a8..30915e0 100644 --- a/packages/connection/package.json +++ b/packages/connection/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/connection", - "version": "0.0.43", + "version": "0.0.44", "author": "AstroX", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", diff --git a/packages/identity-ledgerhq/package.json b/packages/identity-ledgerhq/package.json index 9406a5d..6fdb985 100644 --- a/packages/identity-ledgerhq/package.json +++ b/packages/identity-ledgerhq/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/identity-ledgerhq", - "version": "0.0.43", + "version": "0.0.44", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer", @@ -42,9 +42,9 @@ "test:coverage": "jest --verbose --collectCoverage" }, "dependencies": { - "@astrox/agent": "^0.0.43", - "@astrox/identity": "^0.0.43", - "@astrox/principal": "^0.0.43", + "@astrox/agent": "^0.0.44", + "@astrox/identity": "^0.0.44", + "@astrox/principal": "^0.0.44", "@ledgerhq/hw-transport": "^5.49.0", "@ledgerhq/hw-transport-webhid": "^5.49.0", "@zondax/ledger-dfinity": "0.2.1", diff --git a/packages/identity/package.json b/packages/identity/package.json index cd368a0..1737def 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/identity", - "version": "0.0.43", + "version": "0.0.44", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity with the Internet Computer", @@ -40,10 +40,10 @@ "test:coverage": "jest --verbose --collectCoverage" }, "dependencies": { - "@astrox/agent": "^0.0.43", - "@astrox/candid": "^0.0.43", - "@astrox/identity": "^0.0.43", - "@astrox/principal": "^0.0.43", + "@astrox/agent": "^0.0.44", + "@astrox/candid": "^0.0.44", + "@astrox/identity": "^0.0.44", + "@astrox/principal": "^0.0.44", "borc": "^2.1.1", "buffer": "6.0.3", "js-sha256": "^0.9.0", diff --git a/packages/principal/package.json b/packages/principal/package.json index 8053bba..ae72d1e 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,6 +1,6 @@ { "name": "@astrox/principal", - "version": "0.0.43", + "version": "0.0.44", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals",