@mavogel/awscdk-rootmail 0.1.1 → 0.1.2

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/.jsii CHANGED
@@ -18,7 +18,7 @@
18
18
  "uuid": "^14.0.1"
19
19
  },
20
20
  "dependencies": {
21
- "@mavogel/mvc-projen": "^0.0.30",
21
+ "@mavogel/mvc-projen": "^0.0.37",
22
22
  "aws-cdk-lib": "^2.263.0",
23
23
  "constructs": "^10.5.1"
24
24
  },
@@ -9132,9 +9132,11 @@
9132
9132
  "projen.java": {},
9133
9133
  "projen.javascript": {},
9134
9134
  "projen.javascript.biome_config": {},
9135
+ "projen.polaris": {},
9135
9136
  "projen.python": {},
9136
9137
  "projen.python.uvConfig": {},
9137
9138
  "projen.release": {},
9139
+ "projen.sonarqube": {},
9138
9140
  "projen.typescript": {},
9139
9141
  "projen.vscode": {},
9140
9142
  "projen.web": {}
@@ -9617,6 +9619,6 @@
9617
9619
  "symbolId": "src/ses-receive:SESReceiveProps"
9618
9620
  }
9619
9621
  },
9620
- "version": "0.1.1",
9621
- "fingerprint": "IO1vh1wwbZjbiuBJA6wMrUWAWkziqb08l0P8u0F+J6U="
9622
+ "version": "0.1.2",
9623
+ "fingerprint": "Y1QeO6kjdS5f1M8zRP0ynAAEzNPFe70UdXiPw0steI4="
9622
9624
  }
package/lib/rootmail.js CHANGED
@@ -11,7 +11,7 @@ const ses_receive_1 = require("./ses-receive");
11
11
  * Rootmail construct
12
12
  */
13
13
  class Rootmail extends constructs_1.Construct {
14
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.1.1" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.1.2" };
15
15
  /**
16
16
  * The name parameter in SSM to store the domain name server.
17
17
  */
@@ -11,7 +11,7 @@ const ses_receipt_ruleset_activation_1 = require("./ses-receipt-ruleset-activati
11
11
  * SES Receive construct
12
12
  */
13
13
  class SESReceive extends constructs_1.Construct {
14
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.1.1" };
14
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.1.2" };
15
15
  constructor(scope, id, props) {
16
16
  super(scope, id);
17
17
  const filteredEmailSubjects = props.filteredEmailSubjects || [];
package/package.json CHANGED
@@ -66,7 +66,7 @@
66
66
  "jsii-pacmak": "^1.138.0",
67
67
  "jsii-rosetta": "~5.9.0",
68
68
  "jsonfile": "^6.2.1",
69
- "projen": "^0.101.6",
69
+ "projen": "^0.103.20",
70
70
  "ts-jest": "^29.4.11",
71
71
  "ts-node": "^10.9.2",
72
72
  "typescript": "^6.0.2"
@@ -81,7 +81,7 @@
81
81
  "@aws-sdk/client-s3": "^3.1083.0",
82
82
  "@aws-sdk/client-ses": "^3.1083.0",
83
83
  "@aws-sdk/client-ssm": "^3.1083.0",
84
- "@mavogel/mvc-projen": "^0.0.30",
84
+ "@mavogel/mvc-projen": "^0.0.37",
85
85
  "cdk-nag": "^3.0.1",
86
86
  "constructs": "^10.5.1",
87
87
  "mailparser": "^3.9.14",
@@ -119,7 +119,7 @@
119
119
  "publishConfig": {
120
120
  "access": "public"
121
121
  },
122
- "version": "0.1.1",
122
+ "version": "0.1.2",
123
123
  "jest": {
124
124
  "coverageProvider": "v8",
125
125
  "testMatch": [