@webiny/api 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/Benchmark.js CHANGED
@@ -159,4 +159,6 @@ class Benchmark {
159
159
  };
160
160
  }
161
161
  }
162
- exports.Benchmark = Benchmark;
162
+ exports.Benchmark = Benchmark;
163
+
164
+ //# sourceMappingURL=Benchmark.js.map
package/Context.js CHANGED
@@ -128,4 +128,6 @@ class Context {
128
128
  });
129
129
  }
130
130
  }
131
- exports.Context = Context;
131
+ exports.Context = Context;
132
+
133
+ //# sourceMappingURL=Context.js.map
package/index.js CHANGED
@@ -24,4 +24,6 @@ Object.keys(_ContextPlugin).forEach(function (key) {
24
24
  return _ContextPlugin[key];
25
25
  }
26
26
  });
27
- });
27
+ });
28
+
29
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api",
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",
@@ -13,15 +13,15 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@babel/runtime": "7.22.6",
16
- "@webiny/plugins": "5.37.2-beta.3"
16
+ "@webiny/plugins": "5.37.3-beta.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@babel/cli": "7.22.6",
20
20
  "@babel/core": "7.22.8",
21
21
  "@babel/preset-env": "7.22.7",
22
22
  "@babel/preset-typescript": "7.22.5",
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
  }
@@ -28,4 +28,6 @@ class BenchmarkPlugin extends _plugins.Plugin {
28
28
  }
29
29
  }
30
30
  exports.BenchmarkPlugin = BenchmarkPlugin;
31
- (0, _defineProperty2.default)(BenchmarkPlugin, "type", "context.benchmark");
31
+ (0, _defineProperty2.default)(BenchmarkPlugin, "type", "context.benchmark");
32
+
33
+ //# sourceMappingURL=BenchmarkPlugin.js.map
@@ -25,4 +25,6 @@ exports.ContextPlugin = ContextPlugin;
25
25
  const createContextPlugin = callable => {
26
26
  return new ContextPlugin(callable);
27
27
  };
28
- exports.createContextPlugin = createContextPlugin;
28
+ exports.createContextPlugin = createContextPlugin;
29
+
30
+ //# sourceMappingURL=ContextPlugin.js.map
package/types.js CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=types.js.map