-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
"packages/*" | ||
], | ||
"hoist": false, | ||
"version": "0.0.36" | ||
"version": "0.0.37" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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", | ||
|
@@ -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", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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", | ||
|
@@ -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" | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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", | ||
|
@@ -62,7 +62,7 @@ | |
}, | ||
"gitHead": "8173bb829917c941e37cd038bca972948cc58c5b", | ||
"dependencies": { | ||
"@astrox/principal": "^0.0.36", | ||
"@astrox/principal": "^0.0.37", | ||
"buffer": "6.0.3" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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", | ||
|
@@ -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", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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", | ||
|
@@ -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", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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", | ||
|