@metamask/snaps-execution-environments 0.29.0 → 0.31.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 (46) hide show
  1. package/dist/common/BaseSnapExecutor.js +48 -29
  2. package/dist/common/BaseSnapExecutor.js.map +1 -1
  3. package/dist/common/commands.js +1 -2
  4. package/dist/common/commands.js.map +1 -1
  5. package/dist/common/endowments/crypto.js +2 -2
  6. package/dist/common/endowments/crypto.js.map +1 -1
  7. package/dist/common/endowments/index.js +3 -15
  8. package/dist/common/endowments/index.js.map +1 -1
  9. package/dist/common/endowments/interval.js +1 -1
  10. package/dist/common/endowments/interval.js.map +1 -1
  11. package/dist/common/endowments/math.js +6 -3
  12. package/dist/common/endowments/math.js.map +1 -1
  13. package/dist/common/endowments/network.js +8 -6
  14. package/dist/common/endowments/network.js.map +1 -1
  15. package/dist/common/endowments/timeout.js +1 -1
  16. package/dist/common/endowments/timeout.js.map +1 -1
  17. package/dist/common/keyring.js +1 -1
  18. package/dist/common/keyring.js.map +1 -1
  19. package/dist/common/sortParams.js +4 -1
  20. package/dist/common/sortParams.js.map +1 -1
  21. package/dist/common/utils.d.ts +23 -0
  22. package/dist/common/utils.js +74 -1
  23. package/dist/common/utils.js.map +1 -1
  24. package/dist/common/validation.js +1 -2
  25. package/dist/common/validation.js.map +1 -1
  26. package/dist/iframe/IFrameSnapExecutor.d.ts +3 -1
  27. package/dist/iframe/IFrameSnapExecutor.js +8 -8
  28. package/dist/iframe/IFrameSnapExecutor.js.map +1 -1
  29. package/dist/webpack/iframe/bundle.js +1 -1750
  30. package/dist/webpack/iframe/bundle.js.LICENSE.txt +2 -13
  31. package/dist/webpack/iframe/index.html +10424 -7
  32. package/dist/webpack/node-process/bundle.js +111298 -1471
  33. package/dist/webpack/node-process/lockdown.umd.min.js +1 -1
  34. package/dist/webpack/node-thread/bundle.js +111298 -1471
  35. package/dist/webpack/node-thread/lockdown.umd.min.js +1 -1
  36. package/dist/webpack/offscreen/bundle.js +1 -1750
  37. package/dist/webpack/offscreen/bundle.js.LICENSE.txt +1 -14
  38. package/dist/webpack/offscreen/index.html +10423 -7
  39. package/package.json +40 -21
  40. package/dist/iframe-test/index.d.ts +0 -1
  41. package/dist/iframe-test/index.js +0 -8
  42. package/dist/iframe-test/index.js.map +0 -1
  43. package/dist/webpack/iframe/lockdown.umd.min.js +0 -1
  44. package/dist/webpack/node-process/bundle.js.LICENSE.txt +0 -1
  45. package/dist/webpack/node-thread/bundle.js.LICENSE.txt +0 -1
  46. package/dist/webpack/offscreen/lockdown.umd.min.js +0 -1
@@ -1,16 +1,3 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- * The buffer module from node.js, for the browser.
9
- *
10
- * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
11
- * @license MIT
12
- */
13
-
14
1
  /*!
15
2
  * The buffer module from node.js, for the browser.
16
3
  *
@@ -20,6 +7,6 @@ object-assign
20
7
 
21
8
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
22
9
 
23
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
10
+ /*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */
24
11
 
25
12
  /*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */