@astrox/identity-ledgerhq 0.0.28 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -755,6 +755,21 @@
755
755
  "version": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
756
756
  "signature": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
757
757
  "affectsGlobalScope": false
758
+ },
759
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": {
760
+ "version": "8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",
761
+ "signature": "8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649",
762
+ "affectsGlobalScope": false
763
+ },
764
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": {
765
+ "version": "209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",
766
+ "signature": "209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05",
767
+ "affectsGlobalScope": false
768
+ },
769
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": {
770
+ "version": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
771
+ "signature": "2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b",
772
+ "affectsGlobalScope": false
758
773
  }
759
774
  },
760
775
  "options": {
@@ -782,6 +797,15 @@
782
797
  "configFilePath": "../tsconfig-cjs.json"
783
798
  },
784
799
  "referencedMap": {
800
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": [
801
+ "../node_modules/@types/node/util.d.ts"
802
+ ],
803
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": [
804
+ "../node_modules/@types/node/util.d.ts"
805
+ ],
806
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": [
807
+ "../node_modules/@types/node/util.d.ts"
808
+ ],
785
809
  "../../agent/lib/cjs/actor.d.ts": [
786
810
  "../../agent/lib/cjs/agent/index.d.ts",
787
811
  "../../agent/lib/cjs/errors.d.ts",
@@ -1518,6 +1542,15 @@
1518
1542
  ]
1519
1543
  },
1520
1544
  "exportedModulesMap": {
1545
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts": [
1546
+ "../node_modules/@types/node/util.d.ts"
1547
+ ],
1548
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts": [
1549
+ "../node_modules/@types/node/util.d.ts"
1550
+ ],
1551
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts": [
1552
+ "../node_modules/@types/node/util.d.ts"
1553
+ ],
1521
1554
  "../../agent/lib/cjs/actor.d.ts": [
1522
1555
  "../../agent/lib/cjs/agent/index.d.ts",
1523
1556
  "../../agent/lib/cjs/errors.d.ts",
@@ -2241,6 +2274,9 @@
2241
2274
  ]
2242
2275
  },
2243
2276
  "semanticDiagnosticsPerFile": [
2277
+ "../../../node_modules/.pnpm/@types+minimatch@3.0.5/node_modules/@types/minimatch/index.d.ts",
2278
+ "../../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts",
2279
+ "../../../node_modules/.pnpm/@types+parse-json@4.0.0/node_modules/@types/parse-json/index.d.ts",
2244
2280
  "../../agent/lib/cjs/actor.d.ts",
2245
2281
  "../../agent/lib/cjs/agent/api.d.ts",
2246
2282
  "../../agent/lib/cjs/agent/http/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astrox/identity-ledgerhq",
3
- "version": "0.0.28",
3
+ "version": "0.0.32",
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.28",
46
- "@astrox/identity": "^0.0.28",
47
- "@astrox/principal": "^0.0.28",
45
+ "@astrox/agent": "^0.0.32",
46
+ "@astrox/identity": "^0.0.32",
47
+ "@astrox/principal": "^0.0.32",
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",
@@ -70,5 +70,5 @@
70
70
  "typescript": "^4.2.3",
71
71
  "whatwg-fetch": "^3.0.0"
72
72
  },
73
- "gitHead": "85ac063356cc515aaaef695cd3de32539de2733e"
73
+ "gitHead": "89808c580ea0dd1cce1f1b4c84aae0b476b6b700"
74
74
  }