@webiny/api-mailer 6.2.0 → 6.3.0-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.
@@ -1 +1,4 @@
1
- export declare const DummyTransportFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const DummyTransportFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const EncryptionFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const EncryptionFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const GetSettingsFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const GetSettingsFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const MailerServiceFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const MailerServiceFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const SaveSettingsFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const SaveSettingsFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const SendMailFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const SendMailFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
@@ -1 +1,4 @@
1
- export declare const SmtpTransportFeature: import("@webiny/feature/api/createFeature.js").FeatureDefinition<unknown>;
1
+ export declare const SmtpTransportFeature: {
2
+ name: string;
3
+ register(container: import("@webiny/di").Container): void;
4
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-mailer",
3
- "version": "6.2.0",
3
+ "version": "6.3.0-beta.0",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -15,35 +15,35 @@
15
15
  "description": "The API to send e-mails.",
16
16
  "license": "MIT",
17
17
  "dependencies": {
18
- "@webiny/api": "6.2.0",
19
- "@webiny/api-headless-cms": "6.2.0",
20
- "@webiny/error": "6.2.0",
21
- "@webiny/feature": "6.2.0",
22
- "@webiny/handler-graphql": "6.2.0",
23
- "@webiny/plugins": "6.2.0",
18
+ "@webiny/api": "6.3.0-beta.0",
19
+ "@webiny/api-headless-cms": "6.3.0-beta.0",
20
+ "@webiny/error": "6.3.0-beta.0",
21
+ "@webiny/feature": "6.3.0-beta.0",
22
+ "@webiny/handler-graphql": "6.3.0-beta.0",
23
+ "@webiny/plugins": "6.3.0-beta.0",
24
24
  "nodemailer": "8.0.5",
25
25
  "zod": "4.3.6"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/nodemailer": "8.0.0",
29
- "@webiny/api-core": "6.2.0",
30
- "@webiny/build-tools": "6.2.0",
31
- "@webiny/db-dynamodb": "6.2.0",
32
- "@webiny/handler": "6.2.0",
33
- "@webiny/handler-aws": "6.2.0",
34
- "@webiny/handler-db": "6.2.0",
35
- "@webiny/project-utils": "6.2.0",
29
+ "@webiny/api-core": "6.3.0-beta.0",
30
+ "@webiny/build-tools": "6.3.0-beta.0",
31
+ "@webiny/db-dynamodb": "6.3.0-beta.0",
32
+ "@webiny/handler": "6.3.0-beta.0",
33
+ "@webiny/handler-aws": "6.3.0-beta.0",
34
+ "@webiny/handler-db": "6.3.0-beta.0",
35
+ "@webiny/project-utils": "6.3.0-beta.0",
36
36
  "graphql": "16.13.2",
37
37
  "jest-dynalite": "3.6.1",
38
38
  "rimraf": "6.1.3",
39
- "typescript": "5.9.3",
39
+ "typescript": "6.0.3",
40
40
  "vitest": "4.1.4"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public",
44
44
  "directory": "dist"
45
45
  },
46
- "gitHead": "3d3148358b6febbc857371930871743bec3b3939",
46
+ "gitHead": "94c21e58aebc9855bf1ae972423281faa0f5c135",
47
47
  "adio": {
48
48
  "ignore": {
49
49
  "src": [