@catladder/cli 1.163.0 → 1.163.2

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/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@catladder/cli",
3
- "description": "Panter cli tool for Kubernetes",
3
+ "description": "Panter cli tool for cloud CI/CD and DevOps",
4
4
  "author": "Marco Wettstein <maw@panter.ch>",
5
- "homepage": "https://git.panter.ch/catladder/catladder/#readme",
5
+ "homepage": "https://catladder.git.panter.biz/catladder/docs",
6
6
  "bugs": "https://git.panter.ch/catladder/catladder/issues",
7
+ "readme": "https://git.panter.ch/catladder/catladder/-/blob/main/cli/README.md",
7
8
  "repository": {
8
9
  "type": "git",
9
10
  "url": "git+https://git.panter.ch/catladder/catladder.git",
@@ -52,7 +53,7 @@
52
53
  }
53
54
  ],
54
55
  "license": "MIT",
55
- "version": "1.163.0",
56
+ "version": "1.163.2",
56
57
  "scripts": {
57
58
  "lint": "eslint \"src/**/*.ts\"",
58
59
  "lint:fix": "eslint \"src/**/*.ts\" --fix",