@ledgerhq/device-trusted-app-kit-ledger-keyring-protocol 0.0.0-intent-queue-6-20251114101759 → 0.0.0-intent-queue-6-20251204103625

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.
Files changed (62) hide show
  1. package/lib/cjs/api/app-binder/AddToTrustchainDeviceActionTypes.js.map +1 -1
  2. package/lib/cjs/api/crypto/CryptoService.js.map +1 -1
  3. package/lib/cjs/api/model/Errors.js +1 -1
  4. package/lib/cjs/api/model/Errors.js.map +1 -1
  5. package/lib/cjs/internal/app-binder/LedgerKeyringProtocolBinder.js +1 -1
  6. package/lib/cjs/internal/app-binder/LedgerKeyringProtocolBinder.js.map +1 -1
  7. package/lib/cjs/internal/app-binder/device-action/AddToTrustchainDeviceAction.js +1 -1
  8. package/lib/cjs/internal/app-binder/device-action/AddToTrustchainDeviceAction.js.map +1 -1
  9. package/lib/cjs/internal/app-binder/device-action/AuthenticateWithDeviceDeviceAction.js +1 -1
  10. package/lib/cjs/internal/app-binder/device-action/AuthenticateWithDeviceDeviceAction.js.map +1 -1
  11. package/lib/cjs/internal/app-binder/device-action/AuthenticateWithKeypairDeviceAction.js +1 -1
  12. package/lib/cjs/internal/app-binder/device-action/AuthenticateWithKeypairDeviceAction.js.map +2 -2
  13. package/lib/cjs/internal/app-binder/device-action/models/AuthenticateWithDeviceDeviceActionTypes.js.map +1 -1
  14. package/lib/cjs/internal/app-binder/device-action/models/AuthenticateWithKeypairDeviceActionTypes.js +1 -1
  15. package/lib/cjs/internal/app-binder/device-action/models/AuthenticateWithKeypairDeviceActionTypes.js.map +1 -1
  16. package/lib/cjs/internal/app-binder/task/ExtractEncryptionKeyTask.js.map +2 -2
  17. package/lib/cjs/internal/app-binder/task/SignChallengeWithKeypairTask.js +1 -1
  18. package/lib/cjs/internal/app-binder/task/SignChallengeWithKeypairTask.js.map +2 -2
  19. package/lib/cjs/internal/app-binder/task/SignChallengeWithKeypairTask.test.js +1 -1
  20. package/lib/cjs/internal/app-binder/task/SignChallengeWithKeypairTask.test.js.map +2 -2
  21. package/lib/cjs/internal/use-cases/authentication/AuthenticateUseCase.js +1 -1
  22. package/lib/cjs/internal/use-cases/authentication/AuthenticateUseCase.js.map +1 -1
  23. package/lib/cjs/internal/use-cases/authentication/DecryptDataUseCase.js.map +1 -1
  24. package/lib/cjs/internal/use-cases/authentication/EncryptDataUseCase.js.map +1 -1
  25. package/lib/cjs/internal/utils/LKRPBlockStream.js +1 -1
  26. package/lib/cjs/internal/utils/LKRPBlockStream.js.map +2 -2
  27. package/lib/cjs/package.json +36 -32
  28. package/lib/esm/api/app-binder/AddToTrustchainDeviceActionTypes.js.map +1 -1
  29. package/lib/esm/api/crypto/CryptoService.js.map +1 -1
  30. package/lib/esm/api/model/Errors.js +1 -1
  31. package/lib/esm/api/model/Errors.js.map +1 -1
  32. package/lib/esm/internal/app-binder/LedgerKeyringProtocolBinder.js +1 -1
  33. package/lib/esm/internal/app-binder/LedgerKeyringProtocolBinder.js.map +1 -1
  34. package/lib/esm/internal/app-binder/device-action/AddToTrustchainDeviceAction.js +1 -1
  35. package/lib/esm/internal/app-binder/device-action/AddToTrustchainDeviceAction.js.map +1 -1
  36. package/lib/esm/internal/app-binder/device-action/AuthenticateWithDeviceDeviceAction.js +1 -1
  37. package/lib/esm/internal/app-binder/device-action/AuthenticateWithDeviceDeviceAction.js.map +1 -1
  38. package/lib/esm/internal/app-binder/device-action/AuthenticateWithKeypairDeviceAction.js +1 -1
  39. package/lib/esm/internal/app-binder/device-action/AuthenticateWithKeypairDeviceAction.js.map +2 -2
  40. package/lib/esm/internal/app-binder/task/ExtractEncryptionKeyTask.js.map +2 -2
  41. package/lib/esm/internal/app-binder/task/SignChallengeWithKeypairTask.js +1 -1
  42. package/lib/esm/internal/app-binder/task/SignChallengeWithKeypairTask.js.map +2 -2
  43. package/lib/esm/internal/app-binder/task/SignChallengeWithKeypairTask.test.js +1 -1
  44. package/lib/esm/internal/app-binder/task/SignChallengeWithKeypairTask.test.js.map +2 -2
  45. package/lib/esm/internal/use-cases/authentication/AuthenticateUseCase.js.map +1 -1
  46. package/lib/esm/internal/use-cases/authentication/DecryptDataUseCase.js.map +1 -1
  47. package/lib/esm/internal/use-cases/authentication/EncryptDataUseCase.js.map +1 -1
  48. package/lib/esm/internal/utils/LKRPBlockStream.js +2 -2
  49. package/lib/esm/internal/utils/LKRPBlockStream.js.map +2 -2
  50. package/lib/esm/package.json +36 -32
  51. package/lib/types/api/app-binder/AddToTrustchainDeviceActionTypes.d.ts +1 -1
  52. package/lib/types/internal/app-binder/LedgerKeyringProtocolBinder.d.ts +2 -2
  53. package/lib/types/internal/app-binder/device-action/AuthenticateWithDeviceDeviceAction.d.ts +1 -1
  54. package/lib/types/internal/app-binder/device-action/AuthenticateWithKeypairDeviceAction.d.ts +2 -2
  55. package/lib/types/internal/app-binder/device-action/models/AuthenticateWithDeviceDeviceActionTypes.d.ts +1 -1
  56. package/lib/types/internal/app-binder/device-action/models/AuthenticateWithKeypairDeviceActionTypes.d.ts +1 -1
  57. package/lib/types/internal/app-binder/task/ExtractEncryptionKeyTask.d.ts +1 -1
  58. package/lib/types/internal/app-binder/task/SignChallengeWithKeypairTask.d.ts +2 -2
  59. package/lib/types/internal/use-cases/authentication/AuthenticateUseCase.d.ts +1 -1
  60. package/lib/types/internal/utils/LKRPBlockStream.d.ts +1 -1
  61. package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
  62. package/package.json +35 -31
package/package.json CHANGED
@@ -1,23 +1,4 @@
1
1
  {
2
- "name": "@ledgerhq/device-trusted-app-kit-ledger-keyring-protocol",
3
- "version": "0.0.0-intent-queue-6-20251114101759",
4
- "license": "Apache-2.0",
5
- "private": false,
6
- "exports": {
7
- ".": {
8
- "types": "./lib/types/index.d.ts",
9
- "import": "./lib/esm/index.js",
10
- "require": "./lib/cjs/index.js"
11
- },
12
- "./*": {
13
- "types": "./lib/types/*",
14
- "import": "./lib/esm/*",
15
- "require": "./lib/cjs/*"
16
- }
17
- },
18
- "files": [
19
- "./lib"
20
- ],
21
2
  "dependencies": {
22
3
  "@noble/ciphers": "^1.3.0",
23
4
  "@noble/curves": "^1.9.7",
@@ -27,29 +8,52 @@
27
8
  "reflect-metadata": "0.2.2",
28
9
  "rxjs": "7.8.2",
29
10
  "xstate": "5.19.2",
30
- "@ledgerhq/device-management-kit": "0.0.0-intent-queue-6-20251114101759",
31
- "@ledgerhq/signer-utils": "0.0.0-intent-queue-6-20251114101759"
11
+ "@ledgerhq/device-management-kit": "^0.0.0-intent-queue-6-20251204103625",
12
+ "@ledgerhq/signer-utils": "^0.0.0-intent-queue-6-20251204103625"
32
13
  },
33
14
  "devDependencies": {
34
- "@ledgerhq/eslint-config-dsdk": "0.0.2",
35
- "@ledgerhq/ldmk-tool": "0.0.1",
36
- "@ledgerhq/prettier-config-dsdk": "0.0.2",
37
- "@ledgerhq/tsconfig-dsdk": "1.0.1",
38
- "@ledgerhq/vitest-config-dmk": "0.0.0"
15
+ "@ledgerhq/eslint-config-dsdk": "^0.0.2",
16
+ "@ledgerhq/prettier-config-dsdk": "^0.0.2",
17
+ "@ledgerhq/vitest-config-dmk": "^0.0.0",
18
+ "@ledgerhq/ldmk-tool": "^0.0.1",
19
+ "@ledgerhq/tsconfig-dsdk": "^1.0.1"
39
20
  },
21
+ "exports": {
22
+ ".": {
23
+ "import": "./lib/esm/index.js",
24
+ "require": "./lib/cjs/index.js",
25
+ "types": "./lib/types/index.d.ts"
26
+ },
27
+ "./*": {
28
+ "import": "./lib/esm/*",
29
+ "require": "./lib/cjs/*",
30
+ "types": "./lib/types/*"
31
+ }
32
+ },
33
+ "files": [
34
+ "./lib"
35
+ ],
36
+ "license": "Apache-2.0",
37
+ "name": "@ledgerhq/device-trusted-app-kit-ledger-keyring-protocol",
38
+ "private": false,
39
+ "repository": {
40
+ "type": "git",
41
+ "url": "https://github.com/LedgerHQ/device-sdk-ts.git"
42
+ },
43
+ "version": "0.0.0-intent-queue-6-20251204103625",
40
44
  "scripts": {
41
- "prebuild": "rimraf lib",
42
45
  "build": "pnpm ldmk-tool build --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json",
43
46
  "dev": "concurrently \"pnpm watch:builds\" \"pnpm watch:types\"",
44
- "watch:builds": "pnpm ldmk-tool watch --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json",
45
- "watch:types": "concurrently \"tsc --watch -p tsconfig.prod.json\" \"tsc-alias --watch -p tsconfig.prod.json\"",
46
47
  "lint": "eslint",
47
48
  "lint:fix": "pnpm lint --fix",
49
+ "prebuild": "rimraf lib",
48
50
  "prettier": "prettier . --check",
49
51
  "prettier:fix": "prettier . --write",
50
- "typecheck": "tsc --noEmit",
51
52
  "test": "vitest run --passWithNoTests",
53
+ "test:coverage": "vitest run --coverage --passWithNoTests",
52
54
  "test:watch": "vitest --passWithNoTests",
53
- "test:coverage": "vitest run --coverage --passWithNoTests"
55
+ "typecheck": "tsc --noEmit",
56
+ "watch:builds": "pnpm ldmk-tool watch --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json",
57
+ "watch:types": "concurrently \"tsc --watch -p tsconfig.prod.json\" \"tsc-alias --watch -p tsconfig.prod.json\""
54
58
  }
55
59
  }