@metamask/snaps-execution-environments 9.1.0 → 10.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 +19 -1
- package/dist/common/commands.cjs +7 -2
- 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 +8 -3
- package/dist/common/commands.mjs.map +1 -1
- package/dist/common/validation.cjs +20 -3
- package/dist/common/validation.cjs.map +1 -1
- package/dist/common/validation.d.cts +35 -26
- package/dist/common/validation.d.cts.map +1 -1
- package/dist/common/validation.d.mts +35 -26
- package/dist/common/validation.d.mts.map +1 -1
- package/dist/common/validation.mjs +19 -3
- package/dist/common/validation.mjs.map +1 -1
- package/dist/webpack/iframe/bundle.js +1 -1
- package/dist/webpack/iframe/bundle.js.LICENSE.txt +2 -0
- package/dist/webpack/iframe/index.html +104 -37
- package/dist/webpack/node-process/bundle.js +3987 -3670
- package/dist/webpack/node-process/bundle.js.LICENSE.txt +3988 -3669
- package/dist/webpack/node-thread/bundle.js +3987 -3670
- package/dist/webpack/node-thread/bundle.js.LICENSE.txt +3988 -3669
- package/dist/webpack/webview/bundle.js.LICENSE.txt +2 -0
- package/dist/webpack/webview/index.html +105 -38
- package/package.json +11 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-execution-environments",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"description": "Snap sandbox environments for executing SES javascript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"test:browser": "vitest",
|
|
62
62
|
"test:browser:firefox": "vitest --config ./vitest.config.firefox.mts",
|
|
63
63
|
"test:clean": "jest --clearCache",
|
|
64
|
-
"test:post": "
|
|
64
|
+
"test:post": "tsx ../../scripts/update-coverage.mts && rimraf coverage/jest coverage/vite",
|
|
65
65
|
"test:verbose": "jest --verbose",
|
|
66
66
|
"test:watch": "jest --watch"
|
|
67
67
|
},
|
|
@@ -70,19 +70,19 @@
|
|
|
70
70
|
"@metamask/object-multiplex": "^2.1.0",
|
|
71
71
|
"@metamask/post-message-stream": "^10.0.0",
|
|
72
72
|
"@metamask/providers": "^22.1.0",
|
|
73
|
-
"@metamask/rpc-errors": "^7.0.
|
|
74
|
-
"@metamask/snaps-sdk": "^
|
|
75
|
-
"@metamask/snaps-utils": "^
|
|
73
|
+
"@metamask/rpc-errors": "^7.0.3",
|
|
74
|
+
"@metamask/snaps-sdk": "^9.2.0",
|
|
75
|
+
"@metamask/snaps-utils": "^11.1.0",
|
|
76
76
|
"@metamask/superstruct": "^3.2.1",
|
|
77
|
-
"@metamask/utils": "^11.4.
|
|
77
|
+
"@metamask/utils": "^11.4.2",
|
|
78
78
|
"readable-stream": "^3.6.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
82
82
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
83
|
-
"@lavamoat/allow-scripts": "^3.3.
|
|
83
|
+
"@lavamoat/allow-scripts": "^3.3.4",
|
|
84
84
|
"@lavamoat/lavatube": "^1.0.0",
|
|
85
|
-
"@lavamoat/webpack": "^
|
|
85
|
+
"@lavamoat/webpack": "^1.0.0",
|
|
86
86
|
"@metamask/auto-changelog": "^5.0.2",
|
|
87
87
|
"@swc/core": "1.11.31",
|
|
88
88
|
"@swc/jest": "^0.2.38",
|
|
@@ -97,23 +97,20 @@
|
|
|
97
97
|
"depcheck": "^1.4.7",
|
|
98
98
|
"eslint": "^9.11.0",
|
|
99
99
|
"html-webpack-plugin": "^5.5.0",
|
|
100
|
-
"istanbul-lib-coverage": "^3.2.0",
|
|
101
|
-
"istanbul-lib-report": "^3.0.0",
|
|
102
|
-
"istanbul-reports": "^3.1.5",
|
|
103
100
|
"jest": "^29.0.2",
|
|
104
101
|
"jest-environment-node": "^29.5.0",
|
|
105
102
|
"jest-fetch-mock": "^3.0.3",
|
|
106
103
|
"jest-silent-reporter": "^0.6.0",
|
|
107
|
-
"lavamoat": "^9.0.
|
|
104
|
+
"lavamoat": "^9.0.10",
|
|
108
105
|
"prettier": "^3.3.3",
|
|
109
106
|
"rimraf": "^4.1.2",
|
|
110
107
|
"serve-handler": "^6.1.5",
|
|
111
|
-
"ses": "^1.13.
|
|
108
|
+
"ses": "^1.13.1",
|
|
112
109
|
"stream-browserify": "^3.0.0",
|
|
113
110
|
"terser": "^5.17.7",
|
|
114
111
|
"ts-loader": "^9.5.2",
|
|
115
|
-
"ts-node": "^10.9.1",
|
|
116
112
|
"tsconfig-paths-webpack-plugin": "^4.0.1",
|
|
113
|
+
"tsx": "^4.20.3",
|
|
117
114
|
"typescript": "~5.3.3",
|
|
118
115
|
"vite": "^6.2.7",
|
|
119
116
|
"vite-tsconfig-paths": "^4.0.5",
|