@astrox/authentication 0.0.18 → 0.0.28

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/authentication",
3
- "version": "0.0.18",
3
+ "version": "0.0.28",
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,6 @@
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",
46
43
  "@trust/webcrypto": "^0.9.2",
47
44
  "@types/jest": "^24.9.1",
48
45
  "@typescript-eslint/eslint-plugin": "^4.14.2",
@@ -59,5 +56,12 @@
59
56
  "typescript": "^4.2.3",
60
57
  "whatwg-fetch": "^3.0.0"
61
58
  },
62
- "gitHead": "afb33a8163d28495144d725bc39a643b7e44f1df"
59
+ "gitHead": "85ac063356cc515aaaef695cd3de32539de2733e",
60
+ "dependencies": {
61
+ "@astrox/agent": "^0.0.28",
62
+ "@astrox/identity": "^0.0.28",
63
+ "@astrox/principal": "^0.0.28",
64
+ "buffer": "6.0.3",
65
+ "simple-cbor": "^0.4.1"
66
+ }
63
67
  }