@astrox/auth-client 0.0.40 → 0.0.43

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 +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/auth-client",
3
- "version": "0.0.40",
3
+ "version": "0.0.43",
4
4
  "author": "DFINITY Stiftung <sdk@astrox.org>",
5
5
  "license": "Apache-2.0",
6
6
  "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity",
@@ -40,10 +40,10 @@
40
40
  "test:coverage": "jest --verbose --collectCoverage"
41
41
  },
42
42
  "devDependencies": {
43
- "@astrox/agent": "^0.0.40",
44
- "@astrox/authentication": "^0.0.40",
45
- "@astrox/identity": "^0.0.40",
46
- "@astrox/principal": "^0.0.40",
43
+ "@astrox/agent": "^0.0.43",
44
+ "@astrox/authentication": "^0.0.43",
45
+ "@astrox/identity": "^0.0.43",
46
+ "@astrox/principal": "^0.0.43",
47
47
  "@trust/webcrypto": "^0.9.2",
48
48
  "@types/jest": "^24.9.1",
49
49
  "@typescript-eslint/eslint-plugin": "^4.14.2",
@@ -52,13 +52,12 @@
52
52
  "eslint-plugin-jsdoc": "^31.6.0",
53
53
  "jest": "^26.6.3",
54
54
  "jest-expect-message": "^1.0.2",
55
- "node-fetch": "2.6.1",
56
55
  "text-encoding": "^0.7.0",
57
56
  "ts-jest": "^26.5.4",
58
57
  "tslint": "^5.20.0",
59
- "typedoc": "^0.20.32",
58
+ "typedoc": "^0.22.15",
60
59
  "typescript": "^4.2.3",
61
60
  "whatwg-fetch": "^3.0.0"
62
61
  },
63
- "gitHead": "f508846d1c447d38ea667a83212a1df83c38131f"
62
+ "gitHead": "cb9192eb2eb61b24242376febe1ef85b4fdf7f6f"
64
63
  }