@vm0/runner 3.19.2 → 3.19.4

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
@@ -4695,7 +4695,7 @@ var snapshotCommand = new Command5("snapshot").description("Generate a Firecrack
4695
4695
  );
4696
4696
 
4697
4697
  // src/index.ts
4698
- var version = true ? "3.19.2" : "0.1.0";
4698
+ var version = true ? "3.19.4" : "0.1.0";
4699
4699
  program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
4700
4700
  program.addCommand(startCommand);
4701
4701
  program.addCommand(doctorCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/runner",
3
- "version": "3.19.2",
3
+ "version": "3.19.4",
4
4
  "description": "Self-hosted runner for VM0 agents",
5
5
  "repository": {
6
6
  "type": "git",