Skip to content

Commit

Permalink
v0.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
neeboo committed Dec 23, 2021
1 parent 5b8888e commit 634661c
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"hoist": false,
"version": "0.0.36"
"version": "0.0.37"
}
2 changes: 1 addition & 1 deletion packages/agent/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/agent",
"version": "0.0.36",
"version": "0.0.37",
"author": "AstroX Network",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to interact with the Internet Computer",
Expand Down Expand Up @@ -44,8 +44,8 @@
"tslint": "tslint --project tsconfig.json --config tslint.json"
},
"dependencies": {
"@astrox/candid": "^0.0.36",
"@astrox/principal": "^0.0.36",
"@astrox/candid": "^0.0.37",
"@astrox/principal": "^0.0.37",
"base64-arraybuffer": "^0.2.0",
"bignumber.js": "^9.0.0",
"borc": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/auth-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/auth-client",
"version": "0.0.36",
"version": "0.0.37",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
Expand Down Expand Up @@ -40,10 +40,10 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"devDependencies": {
"@astrox/agent": "^0.0.36",
"@astrox/authentication": "^0.0.36",
"@astrox/identity": "^0.0.36",
"@astrox/principal": "^0.0.36",
"@astrox/agent": "^0.0.37",
"@astrox/authentication": "^0.0.37",
"@astrox/identity": "^0.0.37",
"@astrox/principal": "^0.0.37",
"@trust/webcrypto": "^0.9.2",
"@types/jest": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^4.14.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/authentication",
"version": "0.0.36",
"version": "0.0.37",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
Expand Down Expand Up @@ -58,9 +58,9 @@
},
"gitHead": "8173bb829917c941e37cd038bca972948cc58c5b",
"dependencies": {
"@astrox/agent": "^0.0.36",
"@astrox/identity": "^0.0.36",
"@astrox/principal": "^0.0.36",
"@astrox/agent": "^0.0.37",
"@astrox/identity": "^0.0.37",
"@astrox/principal": "^0.0.37",
"buffer": "6.0.3",
"simple-cbor": "^0.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ax-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/ax-types",
"version": "0.0.36",
"version": "0.0.37",
"author": "AstroX Network",
"license": "MIT",
"description": "TypeScript definitions for ax",
Expand Down
2 changes: 1 addition & 1 deletion packages/candid/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/candid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/candid",
"version": "0.0.36",
"version": "0.0.37",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"gitHead": "8173bb829917c941e37cd038bca972948cc58c5b",
"dependencies": {
"@astrox/principal": "^0.0.36",
"@astrox/principal": "^0.0.37",
"buffer": "6.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/connection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/connection",
"version": "0.0.36",
"version": "0.0.37",
"author": "AstroX",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with candid interfaces",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity-ledgerhq/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/identity-ledgerhq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/identity-ledgerhq",
"version": "0.0.36",
"version": "0.0.37",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
Expand Down Expand Up @@ -42,9 +42,9 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"dependencies": {
"@astrox/agent": "^0.0.36",
"@astrox/identity": "^0.0.36",
"@astrox/principal": "^0.0.36",
"@astrox/agent": "^0.0.37",
"@astrox/identity": "^0.0.37",
"@astrox/principal": "^0.0.37",
"@ledgerhq/hw-transport": "^5.49.0",
"@ledgerhq/hw-transport-webhid": "^5.49.0",
"@zondax/ledger-dfinity": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/identity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/identity",
"version": "0.0.36",
"version": "0.0.37",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to manage identity with the Internet Computer",
Expand Down Expand Up @@ -40,10 +40,10 @@
"test:coverage": "jest --verbose --collectCoverage"
},
"dependencies": {
"@astrox/agent": "^0.0.36",
"@astrox/candid": "^0.0.36",
"@astrox/identity": "^0.0.36",
"@astrox/principal": "^0.0.36",
"@astrox/agent": "^0.0.37",
"@astrox/candid": "^0.0.37",
"@astrox/identity": "^0.0.37",
"@astrox/principal": "^0.0.37",
"borc": "^2.1.1",
"buffer": "6.0.3",
"js-sha256": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/principal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/principal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrox/principal",
"version": "0.0.36",
"version": "0.0.37",
"author": "DFINITY Stiftung <[email protected]>",
"license": "Apache-2.0",
"description": "JavaScript and TypeScript library to work with Internet Computer principals",
Expand Down

0 comments on commit 634661c

Please sign in to comment.