takomo 4.0.0-alpha.2 → 4.2.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|

|
|
7
7
|
[](https://gitter.im/takomo-io/community)
|
|
8
8
|
|
|
9
|
-
Takomo makes it easy to organize, parameterize and deploy your CloudFormation stacks across multiple regions and accounts.
|
|
9
|
+
Takomo makes it easy to organize, parameterize and deploy your CloudFormation stacks across multiple regions and accounts.
|
|
10
10
|
|
|
11
11
|
# Quick Start
|
|
12
12
|
|
|
@@ -69,4 +69,4 @@ You can delete the stack with command:
|
|
|
69
69
|
|
|
70
70
|
## Next Steps
|
|
71
71
|
|
|
72
|
-
Take a look at https://
|
|
72
|
+
Take a look at https://takomo.io for more documentation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takomo",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "Organize, configure and deploy CloudFormation stacks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"watch": "tsc -p tsconfig.build.json --watch"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@takomo/cli": "4.
|
|
44
|
+
"@takomo/cli": "4.2.0",
|
|
45
45
|
"semver": "7.3.5",
|
|
46
46
|
"source-map-support": "0.5.21"
|
|
47
47
|
},
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "be25c0ddf4cfbb318181cbed041b8670d97c1476"
|
|
59
59
|
}
|