@polka-codes/runner 0.9.71 → 0.9.72
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 +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -40499,7 +40499,7 @@ var {
|
|
|
40499
40499
|
Help
|
|
40500
40500
|
} = import__.default;
|
|
40501
40501
|
// package.json
|
|
40502
|
-
var version = "0.9.
|
|
40502
|
+
var version = "0.9.72";
|
|
40503
40503
|
|
|
40504
40504
|
// src/runner.ts
|
|
40505
40505
|
import { execSync } from "node:child_process";
|
|
@@ -61753,7 +61753,7 @@ function detectMediaType({
|
|
|
61753
61753
|
}
|
|
61754
61754
|
return;
|
|
61755
61755
|
}
|
|
61756
|
-
var VERSION3 = "5.0.
|
|
61756
|
+
var VERSION3 = "5.0.108";
|
|
61757
61757
|
var download = async ({ url: url2 }) => {
|
|
61758
61758
|
var _a16;
|
|
61759
61759
|
const urlText = url2.toString();
|
|
@@ -66700,7 +66700,7 @@ async function generateAuthToken(options) {
|
|
|
66700
66700
|
const token = await client.getAccessToken();
|
|
66701
66701
|
return (token == null ? undefined : token.token) || null;
|
|
66702
66702
|
}
|
|
66703
|
-
var VERSION4 = "3.0.
|
|
66703
|
+
var VERSION4 = "3.0.87";
|
|
66704
66704
|
var googleVertexErrorDataSchema = exports_external.object({
|
|
66705
66705
|
error: exports_external.object({
|
|
66706
66706
|
code: exports_external.number().nullable(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polka-codes/runner",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.72",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"author": "github@polka.codes",
|
|
6
6
|
"type": "module",
|
|
@@ -18,8 +18,8 @@
|
|
|
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.71",
|
|
22
|
+
"@polka-codes/core": "0.9.71",
|
|
23
23
|
"commander": "^14.0.2",
|
|
24
24
|
"dotenv": "^17.2.3",
|
|
25
25
|
"ignore": "^7.0.5",
|