takomo 4.0.0 → 4.2.1

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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  ![node-current](https://img.shields.io/node/v/takomo)
7
7
  [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.svg)](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. In addition to stacks, you can also manage accounts, organizational units and service control policies that belong to your AWS organization.
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://docs.takomo.io for more documentation.
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.0.0",
3
+ "version": "4.2.1",
4
4
  "description": "Organize, configure and deploy CloudFormation stacks.",
5
5
  "keywords": [
6
6
  "aws",
@@ -41,8 +41,8 @@
41
41
  "watch": "tsc -p tsconfig.build.json --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@takomo/cli": "4.0.0",
45
- "semver": "7.3.5",
44
+ "@takomo/cli": "4.2.1",
45
+ "semver": "7.3.7",
46
46
  "source-map-support": "0.5.21"
47
47
  },
48
48
  "engines": {
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "86efc02fcdd4bdf3c2e02f9c4ae2a662f50bc658"
58
+ "gitHead": "dc6315bac935afe457e433a54538f171e59560b8"
59
59
  }