@webiny/handler-aws 5.21.0 → 5.22.0-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/handler-aws",
3
- "version": "5.21.0",
3
+ "version": "5.22.0-beta.3",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,20 +14,20 @@
14
14
  ],
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@babel/runtime": "7.16.3",
18
- "@webiny/handler": "5.21.0",
19
- "@webiny/handler-args": "5.21.0",
20
- "@webiny/handler-client": "5.21.0",
21
- "@webiny/handler-http": "5.21.0",
22
- "@webiny/plugins": "5.21.0"
17
+ "@babel/runtime": "7.16.7",
18
+ "@webiny/handler": "5.22.0-beta.3",
19
+ "@webiny/handler-args": "5.22.0-beta.3",
20
+ "@webiny/handler-client": "5.22.0-beta.3",
21
+ "@webiny/handler-http": "5.22.0-beta.3",
22
+ "@webiny/plugins": "5.22.0-beta.3"
23
23
  },
24
24
  "devDependencies": {
25
- "@babel/cli": "^7.5.5",
26
- "@babel/core": "^7.5.5",
27
- "@babel/preset-env": "^7.5.5",
28
- "@babel/preset-typescript": "^7.8.3",
29
- "@webiny/cli": "^5.21.0",
30
- "@webiny/project-utils": "^5.21.0",
25
+ "@babel/cli": "^7.16.0",
26
+ "@babel/core": "^7.16.0",
27
+ "@babel/preset-env": "^7.16.4",
28
+ "@babel/preset-typescript": "^7.16.0",
29
+ "@webiny/cli": "^5.22.0-beta.3",
30
+ "@webiny/project-utils": "^5.22.0-beta.3",
31
31
  "babel-plugin-lodash": "^3.3.4",
32
32
  "merge": "^1.2.1",
33
33
  "rimraf": "^3.0.2",
@@ -41,5 +41,5 @@
41
41
  "build": "yarn webiny run build",
42
42
  "watch": "yarn webiny run watch"
43
43
  },
44
- "gitHead": "c3d4955bf74e7ffdb9628867e3b23cdfe64ea8dc"
44
+ "gitHead": "7a6b4ce3b9f31fe0702fffd28b7959c637e9a20b"
45
45
  }
@@ -1,5 +1,5 @@
1
1
  import { HttpContext } from "@webiny/handler-http/types";
2
2
  import { ContextPlugin } from "@webiny/handler/types";
3
3
  import { ArgsContext } from "@webiny/handler-args/types";
4
- declare const _default: ContextPlugin<HttpContext & ArgsContext<Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>, import("@webiny/handler/types").Context<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>>>;
4
+ declare const _default: ContextPlugin<HttpContext & ArgsContext<Record<string, any>>, import("@webiny/handler/types").Context, import("@webiny/handler/types").Context, import("@webiny/handler/types").Context, import("@webiny/handler/types").Context, import("@webiny/handler/types").Context, import("@webiny/handler/types").Context, import("@webiny/handler/types").Context, import("@webiny/handler/types").Context, import("@webiny/handler/types").Context>;
5
5
  export default _default;