@astrox/authentication 0.0.18 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/authentication",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "author": "DFINITY Stiftung <sdk@astrox.org>",
5
5
  "license": "Apache-2.0",
6
6
  "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer",
@@ -40,9 +40,9 @@
40
40
  "test:coverage": "jest --verbose --collectCoverage"
41
41
  },
42
42
  "devDependencies": {
43
- "@astrox/agent": "^0.0.18",
44
- "@astrox/identity": "^0.0.18",
45
- "@astrox/principal": "^0.0.18",
43
+ "@astrox/agent": "^0.0.20",
44
+ "@astrox/identity": "^0.0.20",
45
+ "@astrox/principal": "^0.0.20",
46
46
  "@trust/webcrypto": "^0.9.2",
47
47
  "@types/jest": "^24.9.1",
48
48
  "@typescript-eslint/eslint-plugin": "^4.14.2",
@@ -59,5 +59,5 @@
59
59
  "typescript": "^4.2.3",
60
60
  "whatwg-fetch": "^3.0.0"
61
61
  },
62
- "gitHead": "afb33a8163d28495144d725bc39a643b7e44f1df"
62
+ "gitHead": "3856f14d314efd33983e030fe79355bd8be8779a"
63
63
  }