@jsenv/core 37.1.3 → 37.1.5
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/dist/jsenv_core.js
CHANGED
|
@@ -11914,7 +11914,8 @@ const createPluginController = (kitchenContext) => {
|
|
|
11914
11914
|
key === "name" ||
|
|
11915
11915
|
key === "appliesDuring" ||
|
|
11916
11916
|
key === "init" ||
|
|
11917
|
-
key === "serverEvents"
|
|
11917
|
+
key === "serverEvents" ||
|
|
11918
|
+
key === "meta"
|
|
11918
11919
|
) {
|
|
11919
11920
|
return;
|
|
11920
11921
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "37.1.
|
|
3
|
+
"version": "37.1.5",
|
|
4
4
|
"description": "Tool to develop, test and build js projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -61,24 +61,24 @@
|
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@financial-times/polyfill-useragent-normaliser": "1.10.2",
|
|
63
63
|
"@jsenv/abort": "4.2.4",
|
|
64
|
-
"@jsenv/ast": "5.0.
|
|
64
|
+
"@jsenv/ast": "5.0.1",
|
|
65
65
|
"@jsenv/filesystem": "4.2.4",
|
|
66
66
|
"@jsenv/importmap": "1.2.1",
|
|
67
67
|
"@jsenv/integrity": "0.0.1",
|
|
68
68
|
"@jsenv/log": "3.4.0",
|
|
69
69
|
"@jsenv/node-esm-resolution": "1.0.1",
|
|
70
|
-
"@jsenv/js-module-fallback": "1.2.
|
|
70
|
+
"@jsenv/js-module-fallback": "1.2.1",
|
|
71
71
|
"@jsenv/runtime-compat": "1.1.0",
|
|
72
72
|
"@jsenv/server": "15.1.0",
|
|
73
73
|
"@jsenv/sourcemap": "1.1.0",
|
|
74
|
-
"@jsenv/plugin-transpilation": "1.2.
|
|
75
|
-
"@jsenv/plugin-supervisor": "1.2.
|
|
74
|
+
"@jsenv/plugin-transpilation": "1.2.2",
|
|
75
|
+
"@jsenv/plugin-supervisor": "1.2.1",
|
|
76
76
|
"@jsenv/url-meta": "8.1.0",
|
|
77
77
|
"@jsenv/urls": "2.1.0",
|
|
78
78
|
"@jsenv/utils": "2.0.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@babel/eslint-parser": "7.22.
|
|
81
|
+
"@babel/eslint-parser": "7.22.9",
|
|
82
82
|
"@babel/plugin-syntax-import-assertions": "7.22.5",
|
|
83
83
|
"babel-plugin-transform-async-to-promises": "0.8.18",
|
|
84
84
|
"@jsenv/assert": "./packages/independent/assert/",
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"@jsenv/plugin-placeholders": "./packages/related/plugin-placeholders/",
|
|
94
94
|
"@jsenv/plugin-as-js-classic": "./packages/related/plugin-as-js-classic/",
|
|
95
95
|
"@jsenv/test": "./packages/related/test/",
|
|
96
|
-
"eslint": "8.
|
|
96
|
+
"eslint": "8.45.0",
|
|
97
97
|
"eslint-plugin-html": "7.1.0",
|
|
98
98
|
"eslint-plugin-import": "2.27.5",
|
|
99
99
|
"eslint-plugin-react": "7.32.2",
|
|
100
100
|
"open": "9.1.0",
|
|
101
|
-
"playwright": "1.
|
|
101
|
+
"playwright": "1.36.1",
|
|
102
102
|
"prettier": "3.0.0"
|
|
103
103
|
}
|
|
104
104
|
}
|