@webiny/plugins 5.37.2-beta.3 → 5.37.3-beta.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/Plugin.js CHANGED
@@ -18,4 +18,6 @@ class Plugin {
18
18
  }
19
19
  }
20
20
  exports.Plugin = Plugin;
21
- (0, _defineProperty2.default)(Plugin, "type", void 0);
21
+ (0, _defineProperty2.default)(Plugin, "type", void 0);
22
+
23
+ //# sourceMappingURL=Plugin.js.map
@@ -110,4 +110,6 @@ class PluginsContainer {
110
110
  return Object.values(this.plugins).filter(pl => pl.type === type);
111
111
  }
112
112
  }
113
- exports.PluginsContainer = PluginsContainer;
113
+ exports.PluginsContainer = PluginsContainer;
114
+
115
+ //# sourceMappingURL=PluginsContainer.js.map
package/index.js CHANGED
@@ -19,4 +19,6 @@ exports.plugins = void 0;
19
19
  var _PluginsContainer = require("./PluginsContainer");
20
20
  var _Plugin = require("./Plugin");
21
21
  const plugins = new _PluginsContainer.PluginsContainer();
22
- exports.plugins = plugins;
22
+ exports.plugins = plugins;
23
+
24
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/plugins",
3
- "version": "5.37.2-beta.3",
3
+ "version": "5.37.3-beta.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,8 +20,8 @@
20
20
  "@babel/cli": "7.22.6",
21
21
  "@babel/core": "7.22.8",
22
22
  "@types/uniqid": "5.3.2",
23
- "@webiny/cli": "5.37.2-beta.3",
24
- "@webiny/project-utils": "5.37.2-beta.3",
23
+ "@webiny/cli": "5.37.3-beta.0",
24
+ "@webiny/project-utils": "5.37.3-beta.0",
25
25
  "rimraf": "3.0.2",
26
26
  "ttypescript": "1.5.15",
27
27
  "typescript": "4.7.4"
@@ -34,5 +34,5 @@
34
34
  "build": "yarn webiny run build",
35
35
  "watch": "yarn webiny run watch"
36
36
  },
37
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
37
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
38
38
  }
package/types.js CHANGED
@@ -9,4 +9,6 @@ Object.defineProperty(exports, "PluginsContainer", {
9
9
  return _PluginsContainer.PluginsContainer;
10
10
  }
11
11
  });
12
- var _PluginsContainer = require("./PluginsContainer");
12
+ var _PluginsContainer = require("./PluginsContainer");
13
+
14
+ //# sourceMappingURL=types.js.map