@astrox/authentication 0.0.14 → 0.0.15

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.14",
3
+ "version": "0.0.15",
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.14",
44
- "@astrox/identity": "^0.0.14",
45
- "@astrox/principal": "^0.0.14",
43
+ "@astrox/agent": "^0.0.15",
44
+ "@astrox/identity": "^0.0.15",
45
+ "@astrox/principal": "^0.0.15",
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": "fd926777277f63a38aaf2c87fd2d650703c46707"
62
+ "gitHead": "35a437c34b3a0f294c54ac8616839c16dc621056"
63
63
  }