@friggframework/devtools 2.0.0--canary.461.637e5e4.0 → 2.0.0--canary.461.ef65c13.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.
@@ -384,6 +384,7 @@ class VpcBuilder extends InfrastructureBuilder {
384
384
  // Private Subnet 1
385
385
  result.resources.FriggPrivateSubnet1 = {
386
386
  Type: 'AWS::EC2::Subnet',
387
+ DeletionPolicy: 'Retain',
387
388
  Properties: {
388
389
  VpcId: subnetVpcId,
389
390
  CidrBlock: cidrs.private1,
@@ -399,6 +400,7 @@ class VpcBuilder extends InfrastructureBuilder {
399
400
  // Private Subnet 2
400
401
  result.resources.FriggPrivateSubnet2 = {
401
402
  Type: 'AWS::EC2::Subnet',
403
+ DeletionPolicy: 'Retain',
402
404
  Properties: {
403
405
  VpcId: subnetVpcId,
404
406
  CidrBlock: cidrs.private2,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/devtools",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "2.0.0--canary.461.637e5e4.0",
4
+ "version": "2.0.0--canary.461.ef65c13.0",
5
5
  "dependencies": {
6
6
  "@aws-sdk/client-ec2": "^3.835.0",
7
7
  "@aws-sdk/client-kms": "^3.835.0",
@@ -11,8 +11,8 @@
11
11
  "@babel/eslint-parser": "^7.18.9",
12
12
  "@babel/parser": "^7.25.3",
13
13
  "@babel/traverse": "^7.25.3",
14
- "@friggframework/schemas": "2.0.0--canary.461.637e5e4.0",
15
- "@friggframework/test": "2.0.0--canary.461.637e5e4.0",
14
+ "@friggframework/schemas": "2.0.0--canary.461.ef65c13.0",
15
+ "@friggframework/test": "2.0.0--canary.461.ef65c13.0",
16
16
  "@hapi/boom": "^10.0.1",
17
17
  "@inquirer/prompts": "^5.3.8",
18
18
  "axios": "^1.7.2",
@@ -34,8 +34,8 @@
34
34
  "serverless-http": "^2.7.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@friggframework/eslint-config": "2.0.0--canary.461.637e5e4.0",
38
- "@friggframework/prettier-config": "2.0.0--canary.461.637e5e4.0",
37
+ "@friggframework/eslint-config": "2.0.0--canary.461.ef65c13.0",
38
+ "@friggframework/prettier-config": "2.0.0--canary.461.ef65c13.0",
39
39
  "aws-sdk-client-mock": "^4.1.0",
40
40
  "aws-sdk-client-mock-jest": "^4.1.0",
41
41
  "jest": "^30.1.3",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "637e5e421b5de0794ae99dc8a6578726dfd97f27"
73
+ "gitHead": "ef65c139337b0559eaf467f419e6bc789eb72411"
74
74
  }