@polka-codes/runner 0.8.8 → 0.8.9

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -32736,7 +32736,7 @@ var {
32736
32736
  Help
32737
32737
  } = import__.default;
32738
32738
  // package.json
32739
- var version = "0.8.8";
32739
+ var version = "0.8.9";
32740
32740
 
32741
32741
  // src/runner.ts
32742
32742
  import { execSync } from "node:child_process";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/runner",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",