@webiny/handler 5.37.3-beta.2 → 5.37.4-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/Context.js CHANGED
@@ -37,6 +37,4 @@ exports.ContextPlugin = ContextPlugin;
37
37
  const createContextPlugin = callable => {
38
38
  return (0, _api.createContextPlugin)(callable);
39
39
  };
40
- exports.createContextPlugin = createContextPlugin;
41
-
42
- //# sourceMappingURL=Context.js.map
40
+ exports.createContextPlugin = createContextPlugin;
package/fastify.js CHANGED
@@ -424,6 +424,4 @@ const createHandler = params => {
424
424
  }
425
425
  return app;
426
426
  };
427
- exports.createHandler = createHandler;
428
-
429
- //# sourceMappingURL=fastify.js.map
427
+ exports.createHandler = createHandler;
package/index.js CHANGED
@@ -101,6 +101,4 @@ Object.keys(_ModifyFastifyPlugin).forEach(function (key) {
101
101
  return _ModifyFastifyPlugin[key];
102
102
  }
103
103
  });
104
- });
105
-
106
- //# sourceMappingURL=index.js.map
104
+ });
package/middleware.js CHANGED
@@ -42,6 +42,4 @@ const middleware = (functions = []) => {
42
42
  });
43
43
  };
44
44
  };
45
- exports.middleware = middleware;
46
-
47
- //# sourceMappingURL=middleware.js.map
45
+ exports.middleware = middleware;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/handler",
3
- "version": "5.37.3-beta.2",
3
+ "version": "5.37.4-beta.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,11 +15,11 @@
15
15
  "@babel/runtime": "7.22.6",
16
16
  "@fastify/compress": "6.2.0",
17
17
  "@fastify/cookie": "8.3.0",
18
- "@webiny/api": "5.37.3-beta.2",
19
- "@webiny/error": "5.37.3-beta.2",
20
- "@webiny/handler-client": "5.37.3-beta.2",
21
- "@webiny/plugins": "5.37.3-beta.2",
22
- "@webiny/utils": "5.37.3-beta.2",
18
+ "@webiny/api": "5.37.4-beta.0",
19
+ "@webiny/error": "5.37.4-beta.0",
20
+ "@webiny/handler-client": "5.37.4-beta.0",
21
+ "@webiny/plugins": "5.37.4-beta.0",
22
+ "@webiny/utils": "5.37.4-beta.0",
23
23
  "fastify": "4.11.0"
24
24
  },
25
25
  "devDependencies": {
@@ -27,8 +27,8 @@
27
27
  "@babel/core": "7.22.8",
28
28
  "@babel/preset-env": "7.22.7",
29
29
  "@babel/preset-typescript": "7.22.5",
30
- "@webiny/cli": "5.37.3-beta.2",
31
- "@webiny/project-utils": "5.37.3-beta.2",
30
+ "@webiny/cli": "5.37.4-beta.0",
31
+ "@webiny/project-utils": "5.37.4-beta.0",
32
32
  "rimraf": "3.0.2",
33
33
  "ttypescript": "1.5.15",
34
34
  "typescript": "4.7.4"
@@ -41,5 +41,5 @@
41
41
  "build": "yarn webiny run build",
42
42
  "watch": "yarn webiny run watch"
43
43
  },
44
- "gitHead": "c454fc068c68c86bd817b21291e51c845296c15a"
44
+ "gitHead": "2b8d53b8aec843ba8fe5590cfd4aa82f95c4adad"
45
45
  }
@@ -25,6 +25,4 @@ exports.BeforeHandlerPlugin = BeforeHandlerPlugin;
25
25
  const createBeforeHandlerPlugin = callable => {
26
26
  return new BeforeHandlerPlugin(callable);
27
27
  };
28
- exports.createBeforeHandlerPlugin = createBeforeHandlerPlugin;
29
-
30
- //# sourceMappingURL=BeforeHandlerPlugin.js.map
28
+ exports.createBeforeHandlerPlugin = createBeforeHandlerPlugin;
@@ -28,6 +28,4 @@ exports.EventPlugin = EventPlugin;
28
28
  const createEvent = cb => {
29
29
  return new EventPlugin(cb);
30
30
  };
31
- exports.createEvent = createEvent;
32
-
33
- //# sourceMappingURL=EventPlugin.js.map
31
+ exports.createEvent = createEvent;
@@ -22,6 +22,4 @@ exports.HandlerErrorPlugin = HandlerErrorPlugin;
22
22
  const createHandlerErrorPlugin = callable => {
23
23
  return new HandlerErrorPlugin(callable);
24
24
  };
25
- exports.createHandlerErrorPlugin = createHandlerErrorPlugin;
26
-
27
- //# sourceMappingURL=HandlerErrorPlugin.js.map
25
+ exports.createHandlerErrorPlugin = createHandlerErrorPlugin;
@@ -29,6 +29,4 @@ exports.HandlerOnRequestPlugin = HandlerOnRequestPlugin;
29
29
  const createHandlerOnRequest = cb => {
30
30
  return new HandlerOnRequestPlugin(cb);
31
31
  };
32
- exports.createHandlerOnRequest = createHandlerOnRequest;
33
-
34
- //# sourceMappingURL=HandlerOnRequestPlugin.js.map
32
+ exports.createHandlerOnRequest = createHandlerOnRequest;
@@ -22,6 +22,4 @@ exports.HandlerResultPlugin = HandlerResultPlugin;
22
22
  const createHandlerResultPlugin = callable => {
23
23
  return new HandlerResultPlugin(callable);
24
24
  };
25
- exports.createHandlerResultPlugin = createHandlerResultPlugin;
26
-
27
- //# sourceMappingURL=HandlerResultPlugin.js.map
25
+ exports.createHandlerResultPlugin = createHandlerResultPlugin;
@@ -22,6 +22,4 @@ exports.ModifyFastifyPlugin = ModifyFastifyPlugin;
22
22
  const createModifyFastifyPlugin = cb => {
23
23
  return new ModifyFastifyPlugin(cb);
24
24
  };
25
- exports.createModifyFastifyPlugin = createModifyFastifyPlugin;
26
-
27
- //# sourceMappingURL=ModifyFastifyPlugin.js.map
25
+ exports.createModifyFastifyPlugin = createModifyFastifyPlugin;
@@ -19,6 +19,4 @@ exports.RoutePlugin = RoutePlugin;
19
19
  const createRoute = cb => {
20
20
  return new RoutePlugin(cb);
21
21
  };
22
- exports.createRoute = createRoute;
23
-
24
- //# sourceMappingURL=RoutePlugin.js.map
22
+ exports.createRoute = createRoute;
package/types.js CHANGED
@@ -15,6 +15,4 @@ Object.defineProperty(exports, "HTTPMethods", {
15
15
  return _fastify.HTTPMethods;
16
16
  }
17
17
  });
18
- var _fastify = require("fastify");
19
-
20
- //# sourceMappingURL=types.js.map
18
+ var _fastify = require("fastify");