@metamask/snaps-execution-environments 7.0.0 → 7.2.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.
- package/CHANGELOG.md +22 -1
- package/dist/browserify/iframe/bundle.js +5 -5
- package/dist/browserify/node-process/bundle.js +4 -4
- package/dist/browserify/node-thread/bundle.js +4 -4
- package/dist/browserify/webview/index.html +5 -5
- package/dist/browserify/worker-executor/bundle.js +5 -5
- package/dist/browserify/worker-pool/bundle.js +5 -5
- package/dist/common/BaseSnapExecutor.cjs +30 -3
- package/dist/common/BaseSnapExecutor.cjs.map +1 -1
- package/dist/common/BaseSnapExecutor.d.cts.map +1 -1
- package/dist/common/BaseSnapExecutor.d.mts.map +1 -1
- package/dist/common/BaseSnapExecutor.mjs +30 -3
- package/dist/common/BaseSnapExecutor.mjs.map +1 -1
- package/dist/common/commands.cjs +5 -0
- package/dist/common/commands.cjs.map +1 -1
- package/dist/common/commands.d.cts.map +1 -1
- package/dist/common/commands.d.mts.map +1 -1
- package/dist/common/commands.mjs +6 -1
- package/dist/common/commands.mjs.map +1 -1
- package/dist/common/endowments/commonEndowmentFactory.cjs +1 -1
- package/dist/common/endowments/commonEndowmentFactory.cjs.map +1 -1
- package/dist/common/endowments/commonEndowmentFactory.d.cts.map +1 -1
- package/dist/common/endowments/commonEndowmentFactory.d.mts.map +1 -1
- package/dist/common/endowments/commonEndowmentFactory.mjs +1 -1
- package/dist/common/endowments/commonEndowmentFactory.mjs.map +1 -1
- package/dist/common/endowments/console.cjs.map +1 -1
- package/dist/common/endowments/console.d.cts +3 -3
- package/dist/common/endowments/console.d.cts.map +1 -1
- package/dist/common/endowments/console.d.mts +3 -3
- package/dist/common/endowments/console.d.mts.map +1 -1
- package/dist/common/endowments/console.mjs.map +1 -1
- package/dist/common/endowments/crypto.cjs +1 -1
- package/dist/common/endowments/crypto.cjs.map +1 -1
- package/dist/common/endowments/crypto.mjs +1 -1
- package/dist/common/endowments/crypto.mjs.map +1 -1
- package/dist/common/endowments/index.cjs +2 -2
- package/dist/common/endowments/index.cjs.map +1 -1
- package/dist/common/endowments/index.d.cts.map +1 -1
- package/dist/common/endowments/index.d.mts.map +1 -1
- package/dist/common/endowments/index.mjs +2 -2
- package/dist/common/endowments/index.mjs.map +1 -1
- package/dist/common/endowments/math.cjs +1 -1
- package/dist/common/endowments/math.cjs.map +1 -1
- package/dist/common/endowments/math.mjs +1 -1
- package/dist/common/endowments/math.mjs.map +1 -1
- package/dist/common/endowments/network.cjs.map +1 -1
- package/dist/common/endowments/network.d.cts.map +1 -1
- package/dist/common/endowments/network.d.mts.map +1 -1
- package/dist/common/endowments/network.mjs.map +1 -1
- package/dist/common/globalObject.cjs +2 -1
- package/dist/common/globalObject.cjs.map +1 -1
- package/dist/common/globalObject.d.cts.map +1 -1
- package/dist/common/globalObject.d.mts.map +1 -1
- package/dist/common/globalObject.mjs +2 -1
- package/dist/common/globalObject.mjs.map +1 -1
- package/dist/common/validation.cjs +37 -8
- package/dist/common/validation.cjs.map +1 -1
- package/dist/common/validation.d.cts +51 -16
- package/dist/common/validation.d.cts.map +1 -1
- package/dist/common/validation.d.mts +51 -16
- package/dist/common/validation.d.mts.map +1 -1
- package/dist/common/validation.mjs +36 -8
- package/dist/common/validation.mjs.map +1 -1
- package/dist/iframe/index.cjs +1 -1
- package/dist/iframe/index.cjs.map +1 -1
- package/dist/iframe/index.mjs +1 -1
- package/dist/iframe/index.mjs.map +1 -1
- package/dist/node-process/index.cjs +1 -1
- package/dist/node-process/index.cjs.map +1 -1
- package/dist/node-process/index.mjs +1 -1
- package/dist/node-process/index.mjs.map +1 -1
- package/dist/node-thread/index.cjs +1 -1
- package/dist/node-thread/index.cjs.map +1 -1
- package/dist/node-thread/index.mjs +1 -1
- package/dist/node-thread/index.mjs.map +1 -1
- package/dist/proxy/ProxySnapExecutor.cjs +1 -2
- package/dist/proxy/ProxySnapExecutor.cjs.map +1 -1
- package/dist/proxy/ProxySnapExecutor.mjs +1 -2
- package/dist/proxy/ProxySnapExecutor.mjs.map +1 -1
- package/dist/webview/WebViewExecutorStream.cjs +3 -0
- package/dist/webview/WebViewExecutorStream.cjs.map +1 -1
- package/dist/webview/WebViewExecutorStream.d.cts.map +1 -1
- package/dist/webview/WebViewExecutorStream.d.mts.map +1 -1
- package/dist/webview/WebViewExecutorStream.mjs +3 -0
- package/dist/webview/WebViewExecutorStream.mjs.map +1 -1
- package/dist/webview/index.cjs +1 -1
- package/dist/webview/index.cjs.map +1 -1
- package/dist/webview/index.mjs +1 -1
- package/dist/webview/index.mjs.map +1 -1
- package/dist/webworker/executor/index.cjs +1 -1
- package/dist/webworker/executor/index.cjs.map +1 -1
- package/dist/webworker/executor/index.mjs +1 -1
- package/dist/webworker/executor/index.mjs.map +1 -1
- package/dist/webworker/pool/index.cjs +1 -1
- package/dist/webworker/pool/index.cjs.map +1 -1
- package/dist/webworker/pool/index.mjs +1 -1
- package/dist/webworker/pool/index.mjs.map +1 -1
- package/package.json +18 -39
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [7.2.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add support for market data to `onAssetsConversion` handler ([#3299](https://github.com/MetaMask/snaps/pull/3299))
|
|
15
|
+
- Add support for `onAssetHistoricalPrice` handler ([#3282](https://github.com/MetaMask/snaps/pull/3282))
|
|
16
|
+
|
|
17
|
+
## [7.1.0]
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- Add support for the `AddressInput` component ([#3129](https://github.com/MetaMask/snaps/pull/3129))
|
|
22
|
+
- Add support for the `AssetSelector` component ([#3166](https://github.com/MetaMask/snaps/pull/3166))
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- Bump `@metamask/snaps from `20.0.0`to`21.0.0` ([#3247](https://github.com/MetaMask/snaps/pull/3247))
|
|
27
|
+
- Bump `nanoid` from `3.1.31` to `3.3.10` ([#3228](https://github.com/MetaMask/snaps/pull/3228), [#3255](https://github.com/MetaMask/snaps/pull/3255))
|
|
28
|
+
|
|
10
29
|
## [7.0.0]
|
|
11
30
|
|
|
12
31
|
### Changed
|
|
@@ -439,7 +458,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
439
458
|
- The version of the package no longer needs to match the version of all other
|
|
440
459
|
MetaMask Snaps packages.
|
|
441
460
|
|
|
442
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.
|
|
461
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.2.0...HEAD
|
|
462
|
+
[7.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.1.0...@metamask/snaps-execution-environments@7.2.0
|
|
463
|
+
[7.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.0.0...@metamask/snaps-execution-environments@7.1.0
|
|
443
464
|
[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.14.0...@metamask/snaps-execution-environments@7.0.0
|
|
444
465
|
[6.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.13.0...@metamask/snaps-execution-environments@6.14.0
|
|
445
466
|
[6.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.12.0...@metamask/snaps-execution-environments@6.13.0
|