takomo 3.33.1 → 3.35.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -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://takomo.io for more documentation.
72
+ Take a look at https://docs.takomo.io for more documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "takomo",
3
- "version": "3.33.1",
3
+ "version": "3.35.0",
4
4
  "description": "Organize, configure and deploy CloudFormation stacks. Manage AWS organization.",
5
5
  "keywords": [
6
6
  "aws",
@@ -13,7 +13,7 @@
13
13
  "cloudformation stacks",
14
14
  "cloudformation deployment"
15
15
  ],
16
- "homepage": "https://takomo.io",
16
+ "homepage": "https://docs.takomo.io",
17
17
  "bugs": "https://github.com/takomo-io/takomo/issues",
18
18
  "repository": {
19
19
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "watch": "tsc -p tsconfig.build.json --watch"
43
43
  },
44
44
  "dependencies": {
45
- "@takomo/cli": "3.33.1",
45
+ "@takomo/cli": "3.35.0",
46
46
  "semver": "7.3.2",
47
47
  "source-map-support": "0.5.19"
48
48
  },
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "0ea473646dd04600271af566965d5a370886bf2b"
59
+ "gitHead": "2db21567bc540ac3b68d02599b46fbeabfdaba47"
60
60
  }