@astrox/authentication 0.0.24 → 0.0.30

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.24",
3
+ "version": "0.0.30",
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.24",
44
- "@astrox/identity": "^0.0.24",
45
- "@astrox/principal": "^0.0.24",
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": "d30a12d7f9c700aff21fea4a3e9909fbf86dbce2"
59
+ "gitHead": "cdc0c3902de9937879058c4544488e350fcfa660",
60
+ "dependencies": {
61
+ "@astrox/agent": "^0.0.30",
62
+ "@astrox/identity": "^0.0.30",
63
+ "@astrox/principal": "^0.0.30",
64
+ "buffer": "6.0.3",
65
+ "simple-cbor": "^0.4.1"
66
+ }
63
67
  }