@ledgerhq/context-module 0.0.0-rn-ble-pairing-removed-while-reconnecting-20250731150808 → 0.0.0-rn-ble-pairing-removed-while-reconnecting-20250807094338

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 (70) hide show
  1. package/lib/cjs/src/ContextModuleBuilder.js +1 -1
  2. package/lib/cjs/src/ContextModuleBuilder.js.map +1 -1
  3. package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.js +1 -1
  4. package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.js.map +3 -3
  5. package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.test.js +1 -1
  6. package/lib/cjs/src/external-plugin/domain/ExternalPluginContextLoader.test.js.map +3 -3
  7. package/lib/cjs/src/nft/data/HttpNftDataSource.js +1 -1
  8. package/lib/cjs/src/nft/data/HttpNftDataSource.js.map +2 -2
  9. package/lib/cjs/src/nft/domain/NftContextLoader.js +1 -1
  10. package/lib/cjs/src/nft/domain/NftContextLoader.js.map +3 -3
  11. package/lib/cjs/src/nft/domain/NftContextLoader.test.js +1 -1
  12. package/lib/cjs/src/nft/domain/NftContextLoader.test.js.map +2 -2
  13. package/lib/cjs/src/shared/model/TransactionSubset.js +1 -1
  14. package/lib/cjs/src/shared/model/TransactionSubset.js.map +1 -1
  15. package/lib/cjs/src/token/domain/TokenContextLoader.js +1 -1
  16. package/lib/cjs/src/token/domain/TokenContextLoader.js.map +3 -3
  17. package/lib/cjs/src/token/domain/TokenContextLoader.test.js +1 -1
  18. package/lib/cjs/src/token/domain/TokenContextLoader.test.js.map +2 -2
  19. package/lib/cjs/src/transaction/domain/TransactionContextLoader.js +1 -1
  20. package/lib/cjs/src/transaction/domain/TransactionContextLoader.js.map +3 -3
  21. package/lib/cjs/src/transaction/domain/TransactionContextLoader.test.js +1 -1
  22. package/lib/cjs/src/transaction/domain/TransactionContextLoader.test.js.map +2 -2
  23. package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.js +1 -1
  24. package/lib/cjs/src/trusted-name/domain/TrustedNameContextLoader.js.map +3 -3
  25. package/lib/cjs/src/uniswap/domain/UniswapContextLoader.js +1 -1
  26. package/lib/cjs/src/uniswap/domain/UniswapContextLoader.js.map +3 -3
  27. package/lib/cjs/src/uniswap/domain/UniswapContextLoader.test.js +1 -1
  28. package/lib/cjs/src/uniswap/domain/UniswapContextLoader.test.js.map +2 -2
  29. package/lib/esm/src/ContextModuleBuilder.js +1 -1
  30. package/lib/esm/src/ContextModuleBuilder.js.map +1 -1
  31. package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.js +1 -1
  32. package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.js.map +3 -3
  33. package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.test.js +1 -1
  34. package/lib/esm/src/external-plugin/domain/ExternalPluginContextLoader.test.js.map +3 -3
  35. package/lib/esm/src/nft/data/HttpNftDataSource.js +1 -1
  36. package/lib/esm/src/nft/data/HttpNftDataSource.js.map +2 -2
  37. package/lib/esm/src/nft/domain/NftContextLoader.js +1 -1
  38. package/lib/esm/src/nft/domain/NftContextLoader.js.map +3 -3
  39. package/lib/esm/src/nft/domain/NftContextLoader.test.js +1 -1
  40. package/lib/esm/src/nft/domain/NftContextLoader.test.js.map +2 -2
  41. package/lib/esm/src/token/domain/TokenContextLoader.js +1 -1
  42. package/lib/esm/src/token/domain/TokenContextLoader.js.map +3 -3
  43. package/lib/esm/src/token/domain/TokenContextLoader.test.js +1 -1
  44. package/lib/esm/src/token/domain/TokenContextLoader.test.js.map +2 -2
  45. package/lib/esm/src/transaction/domain/TransactionContextLoader.js +1 -1
  46. package/lib/esm/src/transaction/domain/TransactionContextLoader.js.map +3 -3
  47. package/lib/esm/src/transaction/domain/TransactionContextLoader.test.js +1 -1
  48. package/lib/esm/src/transaction/domain/TransactionContextLoader.test.js.map +2 -2
  49. package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.js +1 -1
  50. package/lib/esm/src/trusted-name/domain/TrustedNameContextLoader.js.map +3 -3
  51. package/lib/esm/src/uniswap/domain/UniswapContextLoader.js +1 -1
  52. package/lib/esm/src/uniswap/domain/UniswapContextLoader.js.map +3 -3
  53. package/lib/esm/src/uniswap/domain/UniswapContextLoader.test.js +1 -1
  54. package/lib/esm/src/uniswap/domain/UniswapContextLoader.test.js.map +2 -2
  55. package/lib/types/src/external-plugin/domain/ExternalPluginContextLoader.d.ts +1 -1
  56. package/lib/types/src/external-plugin/domain/ExternalPluginContextLoader.d.ts.map +1 -1
  57. package/lib/types/src/nft/domain/NftContextLoader.d.ts +1 -1
  58. package/lib/types/src/nft/domain/NftContextLoader.d.ts.map +1 -1
  59. package/lib/types/src/shared/model/TransactionSubset.d.ts +3 -1
  60. package/lib/types/src/shared/model/TransactionSubset.d.ts.map +1 -1
  61. package/lib/types/src/token/domain/TokenContextLoader.d.ts +1 -1
  62. package/lib/types/src/token/domain/TokenContextLoader.d.ts.map +1 -1
  63. package/lib/types/src/transaction/domain/TransactionContextLoader.d.ts +1 -1
  64. package/lib/types/src/transaction/domain/TransactionContextLoader.d.ts.map +1 -1
  65. package/lib/types/src/trusted-name/domain/TrustedNameContextLoader.d.ts +1 -1
  66. package/lib/types/src/trusted-name/domain/TrustedNameContextLoader.d.ts.map +1 -1
  67. package/lib/types/src/uniswap/domain/UniswapContextLoader.d.ts +1 -1
  68. package/lib/types/src/uniswap/domain/UniswapContextLoader.d.ts.map +1 -1
  69. package/lib/types/tsconfig.prod.tsbuildinfo +1 -1
  70. package/package.json +5 -5
@@ -5,7 +5,7 @@ import type { TrustedNameDataSource } from "../../trusted-name/data/TrustedNameD
5
5
  export declare class TrustedNameContextLoader implements ContextLoader {
6
6
  private _dataSource;
7
7
  constructor(dataSource: TrustedNameDataSource);
8
- load(transactionContext: TransactionContext): Promise<ClearSignContext[]>;
8
+ load(ctx: TransactionContext): Promise<ClearSignContext[]>;
9
9
  loadField(field: TransactionFieldContext): Promise<ClearSignContext | null>;
10
10
  private isDomainValid;
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TrustedNameContextLoader.d.ts","sourceRoot":"","sources":["../../../../../src/trusted-name/domain/TrustedNameContextLoader.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAEjB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACxB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAGvF,qBACa,wBAAyB,YAAW,aAAa;IAC5D,OAAO,CAAC,WAAW,CAAwB;gBAIzC,UAAU,EAAE,qBAAqB;IAK7B,IAAI,CACR,kBAAkB,EAAE,kBAAkB,GACrC,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAoCxB,SAAS,CACb,KAAK,EAAE,uBAAuB,GAC7B,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC;IAuBnC,OAAO,CAAC,aAAa;CAQtB"}
1
+ {"version":3,"file":"TrustedNameContextLoader.d.ts","sourceRoot":"","sources":["../../../../../src/trusted-name/domain/TrustedNameContextLoader.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAEjB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACxB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAGvF,qBACa,wBAAyB,YAAW,aAAa;IAC5D,OAAO,CAAC,WAAW,CAAwB;gBAIzC,UAAU,EAAE,qBAAqB;IAK7B,IAAI,CAAC,GAAG,EAAE,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAoC1D,SAAS,CACb,KAAK,EAAE,uBAAuB,GAC7B,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC;IAuBnC,OAAO,CAAC,aAAa;CAQtB"}
@@ -7,7 +7,7 @@ export declare class UniswapContextLoader implements ContextLoader {
7
7
  private commandDecoderDataSource;
8
8
  private tokenDataSource;
9
9
  constructor(commandDecoderDataSource: CommandDecoderDataSource, tokenDataSource: TokenDataSource);
10
- load(transaction: TransactionContext): Promise<ClearSignContext[]>;
10
+ load(ctx: TransactionContext): Promise<ClearSignContext[]>;
11
11
  /**
12
12
  * Constructs the external plugin context for Uniswap external plugin command.
13
13
  *
@@ -1 +1 @@
1
- {"version":3,"file":"UniswapContextLoader.d.ts","sourceRoot":"","sources":["../../../../../src/uniswap/domain/UniswapContextLoader.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAEjB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAcpE,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AAGxF,qBACa,oBAAqB,YAAW,aAAa;IAGtD,OAAO,CAAC,wBAAwB;IAEhC,OAAO,CAAC,eAAe;gBAFf,wBAAwB,EAAE,wBAAwB,EAElD,eAAe,EAAE,eAAe;IAGpC,IAAI,CAAC,WAAW,EAAE,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAsBxE;;;;;OAKG;IACH,OAAO,CAAC,8BAA8B;IAetC;;;;;;;;;;;;;;;OAeG;YACW,yBAAyB;IA8DvC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,OAAO,CAAC,gBAAgB;IAWxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAiCG;IACH,OAAO,CAAC,wBAAwB;IA2BhC;;;;;;OAMG;IACH,OAAO,CAAC,kBAAkB;CAM3B"}
1
+ {"version":3,"file":"UniswapContextLoader.d.ts","sourceRoot":"","sources":["../../../../../src/uniswap/domain/UniswapContextLoader.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EACL,gBAAgB,EAEjB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAcpE,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AAGxF,qBACa,oBAAqB,YAAW,aAAa;IAGtD,OAAO,CAAC,wBAAwB;IAEhC,OAAO,CAAC,eAAe;gBAFf,wBAAwB,EAAE,wBAAwB,EAElD,eAAe,EAAE,eAAe;IAGpC,IAAI,CAAC,GAAG,EAAE,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAmBhE;;;;;OAKG;IACH,OAAO,CAAC,8BAA8B;IAetC;;;;;;;;;;;;;;;OAeG;YACW,yBAAyB;IA8DvC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,OAAO,CAAC,gBAAgB;IAWxB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAiCG;IACH,OAAO,CAAC,wBAAwB;IA2BhC;;;;;;OAMG;IACH,OAAO,CAAC,kBAAkB;CAM3B"}