@ttoss/cloud-vpc 0.1.11 → 0.1.13
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/dist/index.js +3 -3
- 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
|
|
29
|
-
__export(
|
|
28
|
+
var index_exports = {};
|
|
29
|
+
__export(index_exports, {
|
|
30
30
|
createVpcTemplate: () => createVpcTemplate
|
|
31
31
|
});
|
|
32
|
-
module.exports = __toCommonJS(
|
|
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.
|
|
3
|
+
"version": "0.1.13",
|
|
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.
|
|
26
|
+
"@ttoss/cloudformation": "^0.10.15"
|
|
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.
|
|
33
|
-
"@ttoss/test-utils": "^2.1.
|
|
32
|
+
"@ttoss/config": "^1.35.2",
|
|
33
|
+
"@ttoss/test-utils": "^2.1.21"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"aws",
|