@metamask/snaps-execution-environments 7.0.0 → 7.1.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 +14 -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/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.map +1 -1
- 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 +2 -0
- package/dist/common/validation.cjs.map +1 -1
- package/dist/common/validation.d.cts +18 -2
- package/dist/common/validation.d.cts.map +1 -1
- package/dist/common/validation.d.mts +18 -2
- package/dist/common/validation.d.mts.map +1 -1
- package/dist/common/validation.mjs +2 -0
- 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 +12 -26
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
|
+
## [7.1.0]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add support for the `AddressInput` component ([#3129](https://github.com/MetaMask/snaps/pull/3129))
|
|
15
|
+
- Add support for the `AssetSelector` component ([#3166](https://github.com/MetaMask/snaps/pull/3166))
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Bump `@metamask/snaps from `20.0.0` to `21.0.0` ([#3247](https://github.com/MetaMask/snaps/pull/3247))
|
|
20
|
+
- 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))
|
|
21
|
+
|
|
10
22
|
## [7.0.0]
|
|
11
23
|
|
|
12
24
|
### Changed
|
|
@@ -439,7 +451,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
439
451
|
- The version of the package no longer needs to match the version of all other
|
|
440
452
|
MetaMask Snaps packages.
|
|
441
453
|
|
|
442
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.
|
|
454
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.1.0...HEAD
|
|
455
|
+
[7.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@7.0.0...@metamask/snaps-execution-environments@7.1.0
|
|
443
456
|
[7.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.14.0...@metamask/snaps-execution-environments@7.0.0
|
|
444
457
|
[6.14.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.13.0...@metamask/snaps-execution-environments@6.14.0
|
|
445
458
|
[6.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@6.12.0...@metamask/snaps-execution-environments@6.13.0
|