@metamask/snaps-sdk 6.10.0 → 6.12.0

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 (50) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/dist/error-wrappers.d.cts +192 -192
  3. package/dist/error-wrappers.d.mts +192 -192
  4. package/dist/internals/error-wrappers.d.cts +12 -12
  5. package/dist/internals/error-wrappers.d.mts +12 -12
  6. package/dist/jsx/components/Card.cjs.map +1 -1
  7. package/dist/jsx/components/Card.d.cts +2 -1
  8. package/dist/jsx/components/Card.d.cts.map +1 -1
  9. package/dist/jsx/components/Card.d.mts +2 -1
  10. package/dist/jsx/components/Card.d.mts.map +1 -1
  11. package/dist/jsx/components/Card.mjs.map +1 -1
  12. package/dist/jsx/validation.cjs +16 -11
  13. package/dist/jsx/validation.cjs.map +1 -1
  14. package/dist/jsx/validation.d.cts +7 -7
  15. package/dist/jsx/validation.d.cts.map +1 -1
  16. package/dist/jsx/validation.d.mts +7 -7
  17. package/dist/jsx/validation.d.mts.map +1 -1
  18. package/dist/jsx/validation.mjs +15 -10
  19. package/dist/jsx/validation.mjs.map +1 -1
  20. package/dist/types/interface.cjs +8 -1
  21. package/dist/types/interface.cjs.map +1 -1
  22. package/dist/types/interface.d.cts +7 -1
  23. package/dist/types/interface.d.cts.map +1 -1
  24. package/dist/types/interface.d.mts +7 -1
  25. package/dist/types/interface.d.mts.map +1 -1
  26. package/dist/types/interface.mjs +7 -0
  27. package/dist/types/interface.mjs.map +1 -1
  28. package/dist/types/methods/get-interface-context.cjs +3 -0
  29. package/dist/types/methods/get-interface-context.cjs.map +1 -0
  30. package/dist/types/methods/get-interface-context.d.cts +14 -0
  31. package/dist/types/methods/get-interface-context.d.cts.map +1 -0
  32. package/dist/types/methods/get-interface-context.d.mts +14 -0
  33. package/dist/types/methods/get-interface-context.d.mts.map +1 -0
  34. package/dist/types/methods/get-interface-context.mjs +2 -0
  35. package/dist/types/methods/get-interface-context.mjs.map +1 -0
  36. package/dist/types/methods/index.cjs +1 -0
  37. package/dist/types/methods/index.cjs.map +1 -1
  38. package/dist/types/methods/index.d.cts +1 -0
  39. package/dist/types/methods/index.d.cts.map +1 -1
  40. package/dist/types/methods/index.d.mts +1 -0
  41. package/dist/types/methods/index.d.mts.map +1 -1
  42. package/dist/types/methods/index.mjs +1 -0
  43. package/dist/types/methods/index.mjs.map +1 -1
  44. package/dist/types/methods/methods.cjs.map +1 -1
  45. package/dist/types/methods/methods.d.cts +5 -0
  46. package/dist/types/methods/methods.d.cts.map +1 -1
  47. package/dist/types/methods/methods.d.mts +5 -0
  48. package/dist/types/methods/methods.d.mts.map +1 -1
  49. package/dist/types/methods/methods.mjs.map +1 -1
  50. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [6.12.0]
11
+
12
+ ### Added
13
+
14
+ - Add `snap_getInterfaceContext` JSON-RPC method ([#2902](https://github.com/MetaMask/snaps/pull/2902))
15
+
16
+ ## [6.11.0]
17
+
18
+ ### Added
19
+
20
+ - Add support for `Address` in `Card` title ([#2894](https://github.com/MetaMask/snaps/pull/2894))
21
+
10
22
  ## [6.10.0]
11
23
 
12
24
  ### Added
@@ -409,7 +421,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
409
421
 
410
422
  - Initial release of this package.
411
423
 
412
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.10.0...HEAD
424
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.12.0...HEAD
425
+ [6.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.11.0...@metamask/snaps-sdk@6.12.0
426
+ [6.11.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.10.0...@metamask/snaps-sdk@6.11.0
413
427
  [6.10.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.9.0...@metamask/snaps-sdk@6.10.0
414
428
  [6.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.8.0...@metamask/snaps-sdk@6.9.0
415
429
  [6.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-sdk@6.7.0...@metamask/snaps-sdk@6.8.0