@polka-codes/runner 0.9.66 → 0.9.68
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.
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -38418,7 +38418,7 @@ var {
|
|
|
38418
38418
|
Help
|
|
38419
38419
|
} = import__.default;
|
|
38420
38420
|
// package.json
|
|
38421
|
-
var version = "0.9.
|
|
38421
|
+
var version = "0.9.68";
|
|
38422
38422
|
|
|
38423
38423
|
// src/runner.ts
|
|
38424
38424
|
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.
|
|
3
|
+
"version": "0.9.68",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"author": "github@polka.codes",
|
|
6
6
|
"type": "module",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@ai-sdk/provider": "^2.0.0",
|
|
21
|
-
"@polka-codes/cli-shared": "0.9.
|
|
22
|
-
"@polka-codes/core": "0.9.
|
|
21
|
+
"@polka-codes/cli-shared": "0.9.67",
|
|
22
|
+
"@polka-codes/core": "0.9.67",
|
|
23
23
|
"commander": "^14.0.2",
|
|
24
24
|
"dotenv": "^17.2.3",
|
|
25
25
|
"ignore": "^7.0.5",
|
|
26
26
|
"ws": "^8.18.3",
|
|
27
27
|
"yaml": "^2.8.1",
|
|
28
|
-
"zod": "^4.1.
|
|
28
|
+
"zod": "^4.1.13"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist",
|