@webiny/handler 5.37.4 → 5.37.5-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,4 +37,6 @@ exports.ContextPlugin = ContextPlugin;
37
37
  const createContextPlugin = callable => {
38
38
  return (0, _api.createContextPlugin)(callable);
39
39
  };
40
- exports.createContextPlugin = createContextPlugin;
40
+ exports.createContextPlugin = createContextPlugin;
41
+
42
+ //# sourceMappingURL=Context.js.map
package/fastify.js CHANGED
@@ -424,4 +424,6 @@ const createHandler = params => {
424
424
  }
425
425
  return app;
426
426
  };
427
- exports.createHandler = createHandler;
427
+ exports.createHandler = createHandler;
428
+
429
+ //# sourceMappingURL=fastify.js.map
package/index.js CHANGED
@@ -101,4 +101,6 @@ Object.keys(_ModifyFastifyPlugin).forEach(function (key) {
101
101
  return _ModifyFastifyPlugin[key];
102
102
  }
103
103
  });
104
- });
104
+ });
105
+
106
+ //# sourceMappingURL=index.js.map
package/middleware.js CHANGED
@@ -42,4 +42,6 @@ const middleware = (functions = []) => {
42
42
  });
43
43
  };
44
44
  };
45
- exports.middleware = middleware;
45
+ exports.middleware = middleware;
46
+
47
+ //# sourceMappingURL=middleware.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/handler",
3
- "version": "5.37.4",
3
+ "version": "5.37.5-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.4",
19
- "@webiny/error": "5.37.4",
20
- "@webiny/handler-client": "5.37.4",
21
- "@webiny/plugins": "5.37.4",
22
- "@webiny/utils": "5.37.4",
18
+ "@webiny/api": "5.37.5-beta.0",
19
+ "@webiny/error": "5.37.5-beta.0",
20
+ "@webiny/handler-client": "5.37.5-beta.0",
21
+ "@webiny/plugins": "5.37.5-beta.0",
22
+ "@webiny/utils": "5.37.5-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.4",
31
- "@webiny/project-utils": "5.37.4",
30
+ "@webiny/cli": "5.37.5-beta.0",
31
+ "@webiny/project-utils": "5.37.5-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": "be5b7d29a08583657ab5abfc89bdc9512c975116"
44
+ "gitHead": "8743fd6e95c61ab2c3f65a5d856865676566ae9c"
45
45
  }
@@ -25,4 +25,6 @@ exports.BeforeHandlerPlugin = BeforeHandlerPlugin;
25
25
  const createBeforeHandlerPlugin = callable => {
26
26
  return new BeforeHandlerPlugin(callable);
27
27
  };
28
- exports.createBeforeHandlerPlugin = createBeforeHandlerPlugin;
28
+ exports.createBeforeHandlerPlugin = createBeforeHandlerPlugin;
29
+
30
+ //# sourceMappingURL=BeforeHandlerPlugin.js.map
@@ -28,4 +28,6 @@ exports.EventPlugin = EventPlugin;
28
28
  const createEvent = cb => {
29
29
  return new EventPlugin(cb);
30
30
  };
31
- exports.createEvent = createEvent;
31
+ exports.createEvent = createEvent;
32
+
33
+ //# sourceMappingURL=EventPlugin.js.map
@@ -22,4 +22,6 @@ exports.HandlerErrorPlugin = HandlerErrorPlugin;
22
22
  const createHandlerErrorPlugin = callable => {
23
23
  return new HandlerErrorPlugin(callable);
24
24
  };
25
- exports.createHandlerErrorPlugin = createHandlerErrorPlugin;
25
+ exports.createHandlerErrorPlugin = createHandlerErrorPlugin;
26
+
27
+ //# sourceMappingURL=HandlerErrorPlugin.js.map
@@ -29,4 +29,6 @@ exports.HandlerOnRequestPlugin = HandlerOnRequestPlugin;
29
29
  const createHandlerOnRequest = cb => {
30
30
  return new HandlerOnRequestPlugin(cb);
31
31
  };
32
- exports.createHandlerOnRequest = createHandlerOnRequest;
32
+ exports.createHandlerOnRequest = createHandlerOnRequest;
33
+
34
+ //# sourceMappingURL=HandlerOnRequestPlugin.js.map
@@ -22,4 +22,6 @@ exports.HandlerResultPlugin = HandlerResultPlugin;
22
22
  const createHandlerResultPlugin = callable => {
23
23
  return new HandlerResultPlugin(callable);
24
24
  };
25
- exports.createHandlerResultPlugin = createHandlerResultPlugin;
25
+ exports.createHandlerResultPlugin = createHandlerResultPlugin;
26
+
27
+ //# sourceMappingURL=HandlerResultPlugin.js.map
@@ -22,4 +22,6 @@ exports.ModifyFastifyPlugin = ModifyFastifyPlugin;
22
22
  const createModifyFastifyPlugin = cb => {
23
23
  return new ModifyFastifyPlugin(cb);
24
24
  };
25
- exports.createModifyFastifyPlugin = createModifyFastifyPlugin;
25
+ exports.createModifyFastifyPlugin = createModifyFastifyPlugin;
26
+
27
+ //# sourceMappingURL=ModifyFastifyPlugin.js.map
@@ -19,4 +19,6 @@ exports.RoutePlugin = RoutePlugin;
19
19
  const createRoute = cb => {
20
20
  return new RoutePlugin(cb);
21
21
  };
22
- exports.createRoute = createRoute;
22
+ exports.createRoute = createRoute;
23
+
24
+ //# sourceMappingURL=RoutePlugin.js.map
package/types.js CHANGED
@@ -15,4 +15,6 @@ Object.defineProperty(exports, "HTTPMethods", {
15
15
  return _fastify.HTTPMethods;
16
16
  }
17
17
  });
18
- var _fastify = require("fastify");
18
+ var _fastify = require("fastify");
19
+
20
+ //# sourceMappingURL=types.js.map