@webiny/app-mailer 5.37.2 → 5.37.3-beta.1

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.
@@ -18,4 +18,6 @@ var usePermission = function usePermission() {
18
18
  canChangeSettings: canChangeSettings
19
19
  };
20
20
  };
21
- exports.usePermission = usePermission;
21
+ exports.usePermission = usePermission;
22
+
23
+ //# sourceMappingURL=usePermission.js.map
package/index.js CHANGED
@@ -9,4 +9,6 @@ Object.defineProperty(exports, "Module", {
9
9
  return _Module.Module;
10
10
  }
11
11
  });
12
- var _Module = require("./plugins/Module");
12
+ var _Module = require("./plugins/Module");
13
+
14
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-mailer",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,11 +12,11 @@
12
12
  "@apollo/react-components": "3.1.5",
13
13
  "@babel/runtime": "7.22.6",
14
14
  "@emotion/react": "11.10.8",
15
- "@webiny/app-admin": "5.37.2",
16
- "@webiny/app-security": "5.37.2",
17
- "@webiny/form": "5.37.2",
18
- "@webiny/ui": "5.37.2",
19
- "@webiny/validation": "5.37.2",
15
+ "@webiny/app-admin": "5.37.3-beta.1",
16
+ "@webiny/app-security": "5.37.3-beta.1",
17
+ "@webiny/form": "5.37.3-beta.1",
18
+ "@webiny/ui": "5.37.3-beta.1",
19
+ "@webiny/validation": "5.37.3-beta.1",
20
20
  "apollo-cache": "1.3.5",
21
21
  "apollo-client": "2.6.10",
22
22
  "apollo-link": "1.2.14",
@@ -35,8 +35,8 @@
35
35
  "@babel/preset-react": "7.22.5",
36
36
  "@babel/preset-typescript": "7.22.5",
37
37
  "@types/react": "17.0.39",
38
- "@webiny/cli": "5.37.2",
39
- "@webiny/project-utils": "5.37.2",
38
+ "@webiny/cli": "5.37.3-beta.1",
39
+ "@webiny/project-utils": "5.37.3-beta.1",
40
40
  "babel-plugin-emotion": "9.2.11",
41
41
  "rimraf": "3.0.2",
42
42
  "ttypescript": "1.5.15",
@@ -55,5 +55,5 @@
55
55
  "removeViewBox": false
56
56
  }
57
57
  },
58
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
58
+ "gitHead": "59d377132f34c76cb198cd0f0eee211a56ca25b7"
59
59
  }
package/plugins/Module.js CHANGED
@@ -59,4 +59,6 @@ var MailerSettings = function MailerSettings() {
59
59
  var Module = function Module() {
60
60
  return /*#__PURE__*/_react.default.createElement(_appAdmin.Plugins, null, /*#__PURE__*/_react.default.createElement(MailerSettings, null));
61
61
  };
62
- exports.Module = Module;
62
+ exports.Module = Module;
63
+
64
+ //# sourceMappingURL=Module.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
@@ -206,4 +206,6 @@ var Settings = function Settings() {
206
206
  });
207
207
  });
208
208
  };
209
- exports.Settings = Settings;
209
+ exports.Settings = Settings;
210
+
211
+ //# sourceMappingURL=Settings.js.map
@@ -13,4 +13,6 @@ var ERROR_FIELDS = "\n {\n message\n code\n data\n }\
13
13
  var GET_SETTINGS_QUERY = (0, _graphqlTag.default)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n query GetMailerSettings {\n mailer {\n settings: getSettings {\n data ", "\n error ", "\n }\n }\n }\n"])), SETTINGS_FIELDS, ERROR_FIELDS);
14
14
  exports.GET_SETTINGS_QUERY = GET_SETTINGS_QUERY;
15
15
  var SAVE_SETTINGS_MUTATION = (0, _graphqlTag.default)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n mutation SaveTransportSettings($data: MailerTransportSettingsInput!) {\n mailer {\n settings: saveSettings(data: $data) {\n data ", "\n error ", "\n }\n }\n }\n"])), SETTINGS_FIELDS, ERROR_FIELDS);
16
- exports.SAVE_SETTINGS_MUTATION = SAVE_SETTINGS_MUTATION;
16
+ exports.SAVE_SETTINGS_MUTATION = SAVE_SETTINGS_MUTATION;
17
+
18
+ //# sourceMappingURL=graphql.js.map
@@ -6,4 +6,6 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _Settings = require("./Settings");
8
8
  var _default = _Settings.Settings;
9
- exports.default = _default;
9
+ exports.default = _default;
10
+
11
+ //# sourceMappingURL=index.js.map