@catladder/cli 1.121.0 → 1.121.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,58 @@
1
1
  {
2
2
  "name": "@catladder/cli",
3
+ "description": "Panter cli tool for Kubernetes",
3
4
  "author": "Marco Wettstein <maw@panter.ch>",
4
5
  "homepage": "https://git.panter.ch/catladder/catladder/#readme",
5
6
  "bugs": "https://git.panter.ch/catladder/catladder/issues",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://git.panter.ch/catladder/catladder.git",
10
+ "directory": "cli"
11
+ },
12
+ "keywords": [
13
+ "GitLab",
14
+ "cloud",
15
+ "cli",
16
+ "gitlab-ci",
17
+ "ci/cd",
18
+ "pipeline",
19
+ "deployment",
20
+ "devops",
21
+ "automation",
22
+ "typescript"
23
+ ],
24
+ "contributors": [
25
+ {
26
+ "name": "Marco Wettstein",
27
+ "email": "maw@panter.ch"
28
+ },
29
+ {
30
+ "name": "Michael Leu",
31
+ "email": "leu@panter.ch"
32
+ },
33
+ {
34
+ "name": "Luboš Matejčík",
35
+ "email": "lma@panter.ch"
36
+ },
37
+ {
38
+ "name": "Kaspar Vollenweider",
39
+ "email": "vok@panter.ch"
40
+ },
41
+ {
42
+ "name": "Silvan Adrian",
43
+ "email": "sia@panter.ch"
44
+ },
45
+ {
46
+ "name": "Stefan Bakocs",
47
+ "email": "stb@panter.ch"
48
+ },
49
+ {
50
+ "name": "Lukas Brezina",
51
+ "email": "brl@panter.ch"
52
+ }
53
+ ],
6
54
  "license": "MIT",
55
+ "version": "1.121.2",
7
56
  "scripts": {
8
57
  "lint": "eslint \"src/**/*.ts\"",
9
58
  "lint:fix": "eslint \"src/**/*.ts\" --fix",
@@ -24,7 +73,7 @@
24
73
  "node": ">=12.0.0"
25
74
  },
26
75
  "devDependencies": {
27
- "@catladder/pipeline": "1.121.0",
76
+ "@catladder/pipeline": "1.121.2",
28
77
  "@kubernetes/client-node": "^0.16.2",
29
78
  "@tsconfig/node14": "^1.0.1",
30
79
  "@types/common-tags": "^1.8.0",
@@ -56,6 +105,5 @@
56
105
  "tmp-promise": "^2.0.2",
57
106
  "typescript": "^4.5.4",
58
107
  "vorpal": "^1.12.0"
59
- },
60
- "version": "1.121.0"
108
+ }
61
109
  }