@metamask/snaps-execution-environments 3.4.2 → 3.4.3
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 +7 -1
- package/dist/browserify/iframe/bundle.js +4 -4
- package/dist/browserify/iframe/index.html +3 -1
- package/dist/browserify/node-process/bundle.js +2 -2
- package/dist/browserify/node-thread/bundle.js +3 -3
- package/dist/browserify/offscreen/bundle.js +4 -4
- package/dist/browserify/offscreen/index.html +3 -1
- package/dist/browserify/worker-executor/bundle.js +4 -4
- package/dist/browserify/worker-pool/bundle.js +3 -3
- package/dist/browserify/worker-pool/index.html +3 -1
- package/package.json +4 -4
|
@@ -12550,6 +12550,8 @@ module.exports = {
|
|
|
12550
12550
|
|
|
12551
12551
|
})()
|
|
12552
12552
|
</script>
|
|
12553
|
-
<script src="bundle.js"></script>
|
|
12554
12553
|
</head>
|
|
12554
|
+
<body>
|
|
12555
|
+
<script src="bundle.js"></script>
|
|
12556
|
+
</body>
|
|
12555
12557
|
</html>
|