warpmetal 0.2.0 → 0.2.1

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/package.json +1 -1
  2. package/src/installer.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warpmetal",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Agent-safe CLI and skill for purchasing and managing WarpMetal VPS servers",
5
5
  "type": "module",
6
6
  "bin": {
package/src/installer.js CHANGED
@@ -17,6 +17,8 @@ const REQUIRED_FILES = [
17
17
  "warpmetal-agentctl",
18
18
  "warpmetal-sandbox-gateway",
19
19
  "warpmetal-sandbox-shell",
20
+ "warpmetal-podman-service",
21
+ "warpmetal-podman.service",
20
22
  "warpmetald",
21
23
  "warpmetald.service",
22
24
  "warpmetal-sandbox.conf",