@metamask-previews/transaction-controller 52.2.0-preview-9838d8a5 → 52.2.0-preview-d5a460dc

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 (31) hide show
  1. package/dist/TransactionController.cjs +1 -0
  2. package/dist/TransactionController.cjs.map +1 -1
  3. package/dist/TransactionController.d.cts.map +1 -1
  4. package/dist/TransactionController.d.mts.map +1 -1
  5. package/dist/TransactionController.mjs +1 -0
  6. package/dist/TransactionController.mjs.map +1 -1
  7. package/dist/helpers/PendingTransactionTracker.cjs +6 -2
  8. package/dist/helpers/PendingTransactionTracker.cjs.map +1 -1
  9. package/dist/helpers/PendingTransactionTracker.d.cts +5 -2
  10. package/dist/helpers/PendingTransactionTracker.d.cts.map +1 -1
  11. package/dist/helpers/PendingTransactionTracker.d.mts +5 -2
  12. package/dist/helpers/PendingTransactionTracker.d.mts.map +1 -1
  13. package/dist/helpers/PendingTransactionTracker.mjs +6 -2
  14. package/dist/helpers/PendingTransactionTracker.mjs.map +1 -1
  15. package/dist/helpers/TransactionPoller.cjs +12 -8
  16. package/dist/helpers/TransactionPoller.cjs.map +1 -1
  17. package/dist/helpers/TransactionPoller.d.cts +7 -3
  18. package/dist/helpers/TransactionPoller.d.cts.map +1 -1
  19. package/dist/helpers/TransactionPoller.d.mts +7 -3
  20. package/dist/helpers/TransactionPoller.d.mts.map +1 -1
  21. package/dist/helpers/TransactionPoller.mjs +11 -7
  22. package/dist/helpers/TransactionPoller.mjs.map +1 -1
  23. package/dist/utils/feature-flags.cjs +22 -1
  24. package/dist/utils/feature-flags.cjs.map +1 -1
  25. package/dist/utils/feature-flags.d.cts +33 -0
  26. package/dist/utils/feature-flags.d.cts.map +1 -1
  27. package/dist/utils/feature-flags.d.mts +33 -0
  28. package/dist/utils/feature-flags.d.mts.map +1 -1
  29. package/dist/utils/feature-flags.mjs +20 -0
  30. package/dist/utils/feature-flags.mjs.map +1 -1
  31. package/package.json +1 -1
@@ -1949,6 +1949,7 @@ _TransactionController_internalEvents = new WeakMap(), _TransactionController_me
1949
1949
  getGlobalLock: () => __classPrivateFieldGet(this, _TransactionController_multichainTrackingHelper, "f").acquireNonceLockForChainIdKey({
1950
1950
  chainId,
1951
1951
  }),
1952
+ messenger: this.messagingSystem,
1952
1953
  publishTransaction: (_ethQuery, transactionMeta) => this.publishTransaction(_ethQuery, transactionMeta, {
1953
1954
  skipSubmitHistory: true,
1954
1955
  }),