@polka-codes/runner 0.9.8 → 0.9.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 +4 -4
package/dist/index.js CHANGED
@@ -21008,7 +21008,7 @@ var {
21008
21008
  Help
21009
21009
  } = import__.default;
21010
21010
  // package.json
21011
- var version = "0.9.8";
21011
+ var version = "0.9.9";
21012
21012
 
21013
21013
  // src/runner.ts
21014
21014
  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.9.8",
3
+ "version": "0.9.9",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",
@@ -17,9 +17,9 @@
17
17
  "build": "bun build src/index.ts --outdir dist --target node"
18
18
  },
19
19
  "dependencies": {
20
- "@polka-codes/cli-shared": "0.9.6",
21
- "@polka-codes/core": "0.9.6",
22
- "commander": "^13.0.0",
20
+ "@polka-codes/cli-shared": "0.9.8",
21
+ "@polka-codes/core": "0.9.8",
22
+ "commander": "^14.0.0",
23
23
  "dotenv": "^16.4.7",
24
24
  "ignore": "^7.0.3",
25
25
  "lodash": "^4.17.21",