ramm 0.0.56 → 0.0.57

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/dist/ramm.js +4 -0
  2. package/package.json +1 -1
package/dist/ramm.js CHANGED
@@ -168,6 +168,10 @@ var packages = {
168
168
  nftables: {
169
169
  name: "nftables",
170
170
  command: "nft"
171
+ },
172
+ podman: {
173
+ name: "podman",
174
+ command: "podman"
171
175
  }
172
176
  };
173
177
  var installSystemPackage = async (packageEnt, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ramm",
3
3
  "type": "module",
4
- "version": "0.0.56",
4
+ "version": "0.0.57",
5
5
  "scripts": {
6
6
  "build": "bun build ./src/ramm.ts --target bun --outdir ./dist && cp ./src/bun.sh ./dist/bun.sh",
7
7
  "types": "tsc --project tsconfig.types.json"