@jsenv/core 37.1.3 → 37.1.4

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.
@@ -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",
3
+ "version": "37.1.4",
4
4
  "description": "Tool to develop, test and build js projects",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -57,7 +57,8 @@ export const createPluginController = (kitchenContext) => {
57
57
  key === "name" ||
58
58
  key === "appliesDuring" ||
59
59
  key === "init" ||
60
- key === "serverEvents"
60
+ key === "serverEvents" ||
61
+ key === "meta"
61
62
  ) {
62
63
  return;
63
64
  }