@vm0/runner 2.2.1 → 2.2.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -9339,7 +9339,7 @@ var statusCommand = new Command2("status").description("Check runner connectivit
9339
9339
  });
9340
9340
 
9341
9341
  // src/index.ts
9342
- var version = true ? "2.2.1" : "0.1.0";
9342
+ var version = true ? "2.2.2" : "0.1.0";
9343
9343
  program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
9344
9344
  program.addCommand(startCommand);
9345
9345
  program.addCommand(statusCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/runner",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Self-hosted runner for VM0 agents",
5
5
  "repository": {
6
6
  "type": "git",