@astrox/authentication 0.0.40 → 0.0.41

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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/authentication",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
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",
@@ -48,19 +48,18 @@
48
48
  "eslint-plugin-jsdoc": "^31.6.0",
49
49
  "jest": "^26.6.3",
50
50
  "jest-expect-message": "^1.0.2",
51
- "node-fetch": "2.6.1",
52
51
  "text-encoding": "^0.7.0",
53
52
  "ts-jest": "^26.5.4",
54
53
  "tslint": "^5.20.0",
55
- "typedoc": "^0.20.32",
54
+ "typedoc": "^0.22.15",
56
55
  "typescript": "^4.2.3",
57
56
  "whatwg-fetch": "^3.0.0"
58
57
  },
59
- "gitHead": "f508846d1c447d38ea667a83212a1df83c38131f",
58
+ "gitHead": "2a2eb6233a01800741b1e00e6e7b5f8eb4507ccb",
60
59
  "dependencies": {
61
- "@astrox/agent": "^0.0.40",
62
- "@astrox/identity": "^0.0.40",
63
- "@astrox/principal": "^0.0.40",
60
+ "@astrox/agent": "^0.0.41",
61
+ "@astrox/identity": "^0.0.41",
62
+ "@astrox/principal": "^0.0.41",
64
63
  "buffer": "6.0.3",
65
64
  "simple-cbor": "^0.4.1"
66
65
  }