@astrox/identity-ledgerhq 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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/identity-ledgerhq",
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 manage identity and authentication with the Internet Computer",
@@ -42,9 +42,9 @@
42
42
  "test:coverage": "jest --verbose --collectCoverage"
43
43
  },
44
44
  "dependencies": {
45
- "@astrox/agent": "^0.0.40",
46
- "@astrox/identity": "^0.0.40",
47
- "@astrox/principal": "^0.0.40",
45
+ "@astrox/agent": "^0.0.43",
46
+ "@astrox/identity": "^0.0.43",
47
+ "@astrox/principal": "^0.0.43",
48
48
  "@ledgerhq/hw-transport": "^5.49.0",
49
49
  "@ledgerhq/hw-transport-webhid": "^5.49.0",
50
50
  "@zondax/ledger-dfinity": "0.2.1",
@@ -62,13 +62,12 @@
62
62
  "eslint-plugin-jsdoc": "^31.6.0",
63
63
  "jest": "^26.6.3",
64
64
  "jest-expect-message": "^1.0.2",
65
- "node-fetch": "2.6.1",
66
65
  "text-encoding": "^0.7.0",
67
66
  "ts-jest": "^26.5.4",
68
67
  "tslint": "^5.20.0",
69
- "typedoc": "^0.20.32",
68
+ "typedoc": "^0.22.15",
70
69
  "typescript": "^4.2.3",
71
70
  "whatwg-fetch": "^3.0.0"
72
71
  },
73
- "gitHead": "f508846d1c447d38ea667a83212a1df83c38131f"
72
+ "gitHead": "cb9192eb2eb61b24242376febe1ef85b4fdf7f6f"
74
73
  }