@goldstack/infra-hetzner 0.1.19 → 0.1.21
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.
|
@@ -13,9 +13,7 @@
|
|
|
13
13
|
"type": "array"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
-
"required": [
|
|
17
|
-
"users"
|
|
18
|
-
],
|
|
16
|
+
"required": ["users"],
|
|
19
17
|
"title": "Hetzner Configuration",
|
|
20
18
|
"type": "object"
|
|
21
19
|
},
|
|
@@ -30,10 +28,7 @@
|
|
|
30
28
|
"type": "string"
|
|
31
29
|
}
|
|
32
30
|
},
|
|
33
|
-
"required": [
|
|
34
|
-
"name",
|
|
35
|
-
"config"
|
|
36
|
-
],
|
|
31
|
+
"required": ["name", "config"],
|
|
37
32
|
"title": "Hetzner User",
|
|
38
33
|
"type": "object"
|
|
39
34
|
},
|
|
@@ -44,9 +39,7 @@
|
|
|
44
39
|
"type": "string"
|
|
45
40
|
}
|
|
46
41
|
},
|
|
47
|
-
"required": [
|
|
48
|
-
"token"
|
|
49
|
-
],
|
|
42
|
+
"required": ["token"],
|
|
50
43
|
"type": "object"
|
|
51
44
|
}
|
|
52
45
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/infra-hetzner",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.21",
|
|
4
4
|
"description": "Utilities to work with Hetzner infrastructure via the cli.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@goldstack/infra": "0.4.
|
|
43
|
-
"@goldstack/utils-config": "0.4.
|
|
44
|
-
"@goldstack/utils-log": "0.3.
|
|
45
|
-
"@goldstack/utils-package": "0.4.
|
|
46
|
-
"@goldstack/utils-sh": "0.5.
|
|
42
|
+
"@goldstack/infra": "0.4.27",
|
|
43
|
+
"@goldstack/utils-config": "0.4.27",
|
|
44
|
+
"@goldstack/utils-log": "0.3.23",
|
|
45
|
+
"@goldstack/utils-package": "0.4.27",
|
|
46
|
+
"@goldstack/utils-sh": "0.5.26",
|
|
47
47
|
"axios": "^1.12.2",
|
|
48
48
|
"handlebars": "4.7.7"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@goldstack/utils-git": "0.2.
|
|
51
|
+
"@goldstack/utils-git": "0.2.17",
|
|
52
52
|
"@swc/core": "^1.12.11",
|
|
53
53
|
"@swc/jest": "^0.2.39",
|
|
54
54
|
"@types/jest": "^29.5.14",
|