@astrox/identity-ledgerhq 0.0.47 → 0.0.48

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/identity-ledgerhq",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
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.47",
46
- "@astrox/identity": "^0.0.47",
47
- "@astrox/principal": "^0.0.47",
45
+ "@astrox/agent": "^0.0.48",
46
+ "@astrox/identity": "^0.0.48",
47
+ "@astrox/principal": "^0.0.48",
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",
@@ -69,5 +69,5 @@
69
69
  "typescript": "^4.2.3",
70
70
  "whatwg-fetch": "^3.0.0"
71
71
  },
72
- "gitHead": "9525f08b49bea8082728658b2f1a15cc64c10e0c"
72
+ "gitHead": "3dfe2a567d3a0369f29f27ed29762e81b4b1b155"
73
73
  }