Skip to content

Commit

Permalink
chore: release v.0.11.0 (#557)
Browse files Browse the repository at this point in the history
The idleManager release

upgrading to this version will change default behavior in @dfinity/auth-client.

default delegation expiration is now 8 hours if not specified
Idle manager will now log users out after 10 minutes
idle manager can be disabled and its timeout is also configurable
HttpAgent now makes calls using a nonce
HttpAgent identities can be invalidated or replaced
  • Loading branch information
krpeacock committed Apr 7, 2022
1 parent 65e17f9 commit 5fc86a0
Show file tree
Hide file tree
Showing 12 changed files with 1,849 additions and 5,640 deletions.
12 changes: 6 additions & 6 deletions demos/ledgerhq/package.json
Expand Up @@ -2,11 +2,11 @@
"name": "ic-agent-ledgerhq-app",
"private": true,
"dependencies": {
"@dfinity/agent": "^0.10.4",
"@dfinity/authentication": "^0.10.4",
"@dfinity/identity": "^0.10.4",
"@dfinity/identity-ledgerhq": "^0.10.4",
"@dfinity/principal": "^0.10.4",
"@dfinity/agent": "^0.11.0",
"@dfinity/authentication": "^0.11.0",
"@dfinity/identity": "^0.11.0",
"@dfinity/identity-ledgerhq": "^0.11.0",
"@dfinity/principal": "^0.11.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"events": "^3.2.0",
Expand All @@ -27,5 +27,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.10.4"
"version": "0.11.0"
}
10 changes: 5 additions & 5 deletions demos/sample-javascript/package.json
Expand Up @@ -2,10 +2,10 @@
"name": "ic-agent-sample-javascript-app",
"private": true,
"dependencies": {
"@dfinity/agent": "^0.10.4",
"@dfinity/authentication": "^0.10.4",
"@dfinity/identity": "^0.10.4",
"@dfinity/principal": "^0.10.4",
"@dfinity/agent": "^0.11.0",
"@dfinity/authentication": "^0.11.0",
"@dfinity/identity": "^0.11.0",
"@dfinity/principal": "^0.11.0",
"assert": "^2.0.0",
"events": "^3.2.0",
"html-webpack-plugin": "^5.1.0",
Expand All @@ -24,5 +24,5 @@
"test:coverage": "",
"test": ""
},
"version": "0.10.4"
"version": "0.11.0"
}
10 changes: 5 additions & 5 deletions e2e/node/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@do-not-publish/ic-node-e2e-tests",
"version": "0.10.4",
"version": "0.11.0",
"scripts": {
"ci": "npm run e2e",
"e2e": "jest --verbose",
Expand All @@ -16,10 +16,10 @@
"test": ""
},
"dependencies": {
"@dfinity/agent": "^0.10.4",
"@dfinity/authentication": "^0.10.4",
"@dfinity/identity": "^0.10.4",
"@dfinity/principal": "^0.10.4",
"@dfinity/agent": "^0.11.0",
"@dfinity/authentication": "^0.11.0",
"@dfinity/identity": "^0.11.0",
"@dfinity/principal": "^0.11.0",
"@trust/webcrypto": "^0.9.2",
"@types/base64-js": "^1.2.5",
"@types/jest": "^26.0.23",
Expand Down

0 comments on commit 5fc86a0

Please sign in to comment.