@metamask/snaps-execution-environments 0.33.1-flask.1 → 0.34.1-flask.1
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 +55 -45
- package/dist/browserify/iframe/bundle.js +1581 -1383
- package/dist/browserify/node-process/bundle.js +1177 -555
- package/dist/browserify/node-thread/bundle.js +1177 -555
- package/dist/browserify/offscreen/bundle.js +812 -346
- package/dist/browserify/worker-executor/bundle.js +1582 -1384
- package/dist/browserify/worker-pool/bundle.js +814 -348
- package/dist/common/BaseSnapExecutor.js +11 -4
- package/dist/common/BaseSnapExecutor.js.map +1 -1
- package/dist/common/globalEvents.d.ts +1 -0
- package/dist/common/validation.d.ts +1 -1
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.34.1-flask.1]
|
|
10
|
+
### Changed
|
|
11
|
+
- Deploy `iframe-execution-environment` from this repository ([#1406](https://github.com/MetaMask/snaps/pull/1406))
|
|
12
|
+
|
|
13
|
+
## [0.34.0-flask.1]
|
|
14
|
+
### Changed
|
|
15
|
+
- Improve JSON sanitization ([#1405](https://github.com/MetaMask/snaps/pull/1405), [#1457](https://github.com/MetaMask/snaps/pull/1457))
|
|
16
|
+
|
|
9
17
|
## [0.33.1-flask.1]
|
|
10
18
|
### Changed
|
|
11
19
|
- No changes this release.
|
|
@@ -256,48 +264,50 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
256
264
|
- Previously, default endowments were specified in the execution environment itself. Now, all endowments must be specified in the `executeSnap` RPC parameters, except for the `wallet` API object.
|
|
257
265
|
- Add endowments to the global `self` in addition to `window` ([#263](https://github.com/MetaMask/snaps-monorepo/pull/263))
|
|
258
266
|
|
|
259
|
-
[Unreleased]: https://github.com/MetaMask/snaps
|
|
260
|
-
[0.
|
|
261
|
-
[0.
|
|
262
|
-
[0.
|
|
263
|
-
[0.
|
|
264
|
-
[0.32.
|
|
265
|
-
[0.
|
|
266
|
-
[0.
|
|
267
|
-
[0.
|
|
268
|
-
[0.
|
|
269
|
-
[0.
|
|
270
|
-
[0.
|
|
271
|
-
[0.
|
|
272
|
-
[0.
|
|
273
|
-
[0.26.
|
|
274
|
-
[0.
|
|
275
|
-
[0.
|
|
276
|
-
[0.
|
|
277
|
-
[0.
|
|
278
|
-
[0.
|
|
279
|
-
[0.
|
|
280
|
-
[0.22.
|
|
281
|
-
[0.22.
|
|
282
|
-
[0.
|
|
283
|
-
[0.
|
|
284
|
-
[0.
|
|
285
|
-
[0.
|
|
286
|
-
[0.
|
|
287
|
-
[0.
|
|
288
|
-
[0.
|
|
289
|
-
[0.
|
|
290
|
-
[0.
|
|
291
|
-
[0.
|
|
292
|
-
[0.
|
|
293
|
-
[0.
|
|
294
|
-
[0.
|
|
295
|
-
[0.
|
|
296
|
-
[0.
|
|
297
|
-
[0.
|
|
298
|
-
[0.10.
|
|
299
|
-
[0.10.
|
|
300
|
-
[0.10.
|
|
301
|
-
[0.10.
|
|
302
|
-
[0.10.
|
|
303
|
-
[0.10.
|
|
267
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/v0.34.1-flask.1...HEAD
|
|
268
|
+
[0.34.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.34.0-flask.1...v0.34.1-flask.1
|
|
269
|
+
[0.34.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.1-flask.1...v0.34.0-flask.1
|
|
270
|
+
[0.33.1-flask.1]: https://github.com/MetaMask/snaps/compare/v0.33.0-flask.1...v0.33.1-flask.1
|
|
271
|
+
[0.33.0-flask.1]: https://github.com/MetaMask/snaps/compare/v0.32.2...v0.33.0-flask.1
|
|
272
|
+
[0.32.2]: https://github.com/MetaMask/snaps/compare/v0.32.1...v0.32.2
|
|
273
|
+
[0.32.1]: https://github.com/MetaMask/snaps/compare/v0.32.0...v0.32.1
|
|
274
|
+
[0.32.0]: https://github.com/MetaMask/snaps/compare/v0.31.0...v0.32.0
|
|
275
|
+
[0.31.0]: https://github.com/MetaMask/snaps/compare/v0.30.0...v0.31.0
|
|
276
|
+
[0.30.0]: https://github.com/MetaMask/snaps/compare/v0.29.0...v0.30.0
|
|
277
|
+
[0.29.0]: https://github.com/MetaMask/snaps/compare/v0.28.0...v0.29.0
|
|
278
|
+
[0.28.0]: https://github.com/MetaMask/snaps/compare/v0.27.1...v0.28.0
|
|
279
|
+
[0.27.1]: https://github.com/MetaMask/snaps/compare/v0.27.0...v0.27.1
|
|
280
|
+
[0.27.0]: https://github.com/MetaMask/snaps/compare/v0.26.2...v0.27.0
|
|
281
|
+
[0.26.2]: https://github.com/MetaMask/snaps/compare/v0.26.1...v0.26.2
|
|
282
|
+
[0.26.1]: https://github.com/MetaMask/snaps/compare/v0.26.0...v0.26.1
|
|
283
|
+
[0.26.0]: https://github.com/MetaMask/snaps/compare/v0.25.0...v0.26.0
|
|
284
|
+
[0.25.0]: https://github.com/MetaMask/snaps/compare/v0.24.1...v0.25.0
|
|
285
|
+
[0.24.1]: https://github.com/MetaMask/snaps/compare/v0.24.0...v0.24.1
|
|
286
|
+
[0.24.0]: https://github.com/MetaMask/snaps/compare/v0.23.0...v0.24.0
|
|
287
|
+
[0.23.0]: https://github.com/MetaMask/snaps/compare/v0.22.3...v0.23.0
|
|
288
|
+
[0.22.3]: https://github.com/MetaMask/snaps/compare/v0.22.2...v0.22.3
|
|
289
|
+
[0.22.2]: https://github.com/MetaMask/snaps/compare/v0.22.1...v0.22.2
|
|
290
|
+
[0.22.1]: https://github.com/MetaMask/snaps/compare/v0.22.0...v0.22.1
|
|
291
|
+
[0.22.0]: https://github.com/MetaMask/snaps/compare/v0.21.0...v0.22.0
|
|
292
|
+
[0.21.0]: https://github.com/MetaMask/snaps/compare/v0.20.0...v0.21.0
|
|
293
|
+
[0.20.0]: https://github.com/MetaMask/snaps/compare/v0.19.1...v0.20.0
|
|
294
|
+
[0.19.1]: https://github.com/MetaMask/snaps/compare/v0.19.0...v0.19.1
|
|
295
|
+
[0.19.0]: https://github.com/MetaMask/snaps/compare/v0.18.1...v0.19.0
|
|
296
|
+
[0.18.1]: https://github.com/MetaMask/snaps/compare/v0.18.0...v0.18.1
|
|
297
|
+
[0.18.0]: https://github.com/MetaMask/snaps/compare/v0.17.0...v0.18.0
|
|
298
|
+
[0.17.0]: https://github.com/MetaMask/snaps/compare/v0.16.0...v0.17.0
|
|
299
|
+
[0.16.0]: https://github.com/MetaMask/snaps/compare/v0.15.0...v0.16.0
|
|
300
|
+
[0.15.0]: https://github.com/MetaMask/snaps/compare/v0.14.0...v0.15.0
|
|
301
|
+
[0.14.0]: https://github.com/MetaMask/snaps/compare/v0.13.0...v0.14.0
|
|
302
|
+
[0.13.0]: https://github.com/MetaMask/snaps/compare/v0.12.0...v0.13.0
|
|
303
|
+
[0.12.0]: https://github.com/MetaMask/snaps/compare/v0.11.1...v0.12.0
|
|
304
|
+
[0.11.1]: https://github.com/MetaMask/snaps/compare/v0.11.0...v0.11.1
|
|
305
|
+
[0.11.0]: https://github.com/MetaMask/snaps/compare/v0.10.7...v0.11.0
|
|
306
|
+
[0.10.7]: https://github.com/MetaMask/snaps/compare/v0.10.6...v0.10.7
|
|
307
|
+
[0.10.6]: https://github.com/MetaMask/snaps/compare/v0.10.5...v0.10.6
|
|
308
|
+
[0.10.5]: https://github.com/MetaMask/snaps/compare/v0.10.4...v0.10.5
|
|
309
|
+
[0.10.4]: https://github.com/MetaMask/snaps/compare/v0.10.3...v0.10.4
|
|
310
|
+
[0.10.3]: https://github.com/MetaMask/snaps/compare/v0.10.2...v0.10.3
|
|
311
|
+
[0.10.2]: https://github.com/MetaMask/snaps/compare/v0.10.1...v0.10.2
|
|
312
|
+
[0.10.1]: https://github.com/MetaMask/snaps/compare/v0.10.0...v0.10.1
|
|
313
|
+
[0.10.0]: https://github.com/MetaMask/snaps/releases/tag/v0.10.0
|