kastell 1.8.2 → 1.9.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.
package/README.md CHANGED
@@ -45,7 +45,7 @@ Running `kastell` without any arguments launches an **interactive search menu**
45
45
  ██║ ██╗ ██║ ██║ ███████║ ██║ ███████╗███████╗███████╗
46
46
  ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚══════╝╚══════╝╚══════╝
47
47
 
48
- KASTELL v1.8.2 · Your infrastructure, fortified.
48
+ KASTELL v1.9.0 · Your infrastructure, fortified.
49
49
 
50
50
  $ kastell init --template production → deploy a new server
51
51
  $ kastell status --all → check all servers
package/README.tr.md CHANGED
@@ -45,7 +45,7 @@ npx kastell
45
45
  ██║ ██╗ ██║ ██║ ███████║ ██║ ███████╗███████╗███████╗
46
46
  ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚══════╝╚══════╝╚══════╝
47
47
 
48
- KASTELL v1.8.2 · Your infrastructure, fortified.
48
+ KASTELL v1.9.0 · Your infrastructure, fortified.
49
49
 
50
50
  $ kastell init --template production → deploy a new server
51
51
  $ kastell status --all → check all servers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kastell",
3
- "version": "1.8.2",
3
+ "version": "1.9.0",
4
4
  "description": "CLI toolkit for provisioning, securing, and managing self-hosted servers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",