@webiny/handler-client 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/HandlerClient.js CHANGED
@@ -78,4 +78,6 @@ class HandlerClient {
78
78
  }
79
79
  }
80
80
  var _default = HandlerClient;
81
- exports.default = _default;
81
+ exports.default = _default;
82
+
83
+ //# sourceMappingURL=HandlerClient.js.map
@@ -29,4 +29,6 @@ class HandlerClientPlugin extends _Plugin.Plugin {
29
29
  }
30
30
  }
31
31
  exports.HandlerClientPlugin = HandlerClientPlugin;
32
- (0, _defineProperty2.default)(HandlerClientPlugin, "type", "handler-client");
32
+ (0, _defineProperty2.default)(HandlerClientPlugin, "type", "handler-client");
33
+
34
+ //# sourceMappingURL=HandlerClientPlugin.js.map
package/index.js CHANGED
@@ -28,4 +28,6 @@ const createHandlerClient = () => ({
28
28
  context.handlerClient = new _HandlerClient.default(context);
29
29
  }
30
30
  });
31
- exports.createHandlerClient = createHandlerClient;
31
+ exports.createHandlerClient = createHandlerClient;
32
+
33
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/handler-client",
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",
@@ -15,17 +15,17 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "7.22.6",
18
- "@webiny/api": "5.37.2-beta.3",
19
- "@webiny/error": "5.37.2-beta.3",
20
- "@webiny/plugins": "5.37.2-beta.3"
18
+ "@webiny/api": "5.37.3-beta.0",
19
+ "@webiny/error": "5.37.3-beta.0",
20
+ "@webiny/plugins": "5.37.3-beta.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/cli": "7.22.6",
24
24
  "@babel/core": "7.22.8",
25
25
  "@babel/preset-env": "7.22.7",
26
26
  "@babel/preset-typescript": "7.22.5",
27
- "@webiny/cli": "5.37.2-beta.3",
28
- "@webiny/project-utils": "5.37.2-beta.3",
27
+ "@webiny/cli": "5.37.3-beta.0",
28
+ "@webiny/project-utils": "5.37.3-beta.0",
29
29
  "jest": "29.5.0",
30
30
  "rimraf": "3.0.2",
31
31
  "typescript": "4.7.4"
@@ -38,5 +38,5 @@
38
38
  "build": "yarn webiny run build",
39
39
  "watch": "yarn webiny run watch"
40
40
  },
41
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
41
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
42
42
  }
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