@ttoss/cloud-vpc 0.1.11 → 0.1.12

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -25,11 +25,11 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
25
25
  }), mod);
26
26
 
27
27
  // src/index.ts
28
- var src_exports = {};
29
- __export(src_exports, {
28
+ var index_exports = {};
29
+ __export(index_exports, {
30
30
  createVpcTemplate: () => createVpcTemplate
31
31
  });
32
- module.exports = __toCommonJS(src_exports);
32
+ module.exports = __toCommonJS(index_exports);
33
33
  var NUMBER_OF_AVAILABILITY_ZONES = 3;
34
34
  var PUBLIC_ROUTER_TABLE_LOGICAL_ID = "PublicRouteTable";
35
35
  var PRIVATE_ROUTER_TABLE_LOGICAL_ID = "PrivateRouteTable";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/cloud-vpc",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Deploy a VPC with public and private subnets",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -23,14 +23,14 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@ttoss/cloudformation": "^0.10.13"
26
+ "@ttoss/cloudformation": "^0.10.14"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/jest": "^29.5.14",
30
30
  "jest": "^29.7.0",
31
31
  "tsup": "^8.3.5",
32
- "@ttoss/config": "^1.35.0",
33
- "@ttoss/test-utils": "^2.1.19"
32
+ "@ttoss/test-utils": "^2.1.20",
33
+ "@ttoss/config": "^1.35.1"
34
34
  },
35
35
  "keywords": [
36
36
  "aws",