@polka-codes/cli-shared 0.9.70 → 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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -56271,7 +56271,7 @@ function detectMediaType({
56271
56271
  }
56272
56272
  return;
56273
56273
  }
56274
- var VERSION3 = "5.0.106";
56274
+ var VERSION3 = "5.0.108";
56275
56275
  var download = async ({ url: url2 }) => {
56276
56276
  var _a16;
56277
56277
  const urlText = url2.toString();
@@ -61232,7 +61232,7 @@ async function generateAuthToken(options) {
61232
61232
  const token = await client.getAccessToken();
61233
61233
  return (token == null ? undefined : token.token) || null;
61234
61234
  }
61235
- var VERSION4 = "3.0.86";
61235
+ var VERSION4 = "3.0.87";
61236
61236
  var googleVertexErrorDataSchema = exports_external.object({
61237
61237
  error: exports_external.object({
61238
61238
  code: exports_external.number().nullable(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli-shared",
3
- "version": "0.9.70",
3
+ "version": "0.9.72",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",
@@ -17,12 +17,12 @@
17
17
  "build": "bun build src/index.ts --outdir dist --target node"
18
18
  },
19
19
  "dependencies": {
20
- "@ai-sdk/google-vertex": "^3.0.86",
20
+ "@ai-sdk/google-vertex": "^3.0.87",
21
21
  "@ai-sdk/provider": "^2.0.0",
22
22
  "@ai-sdk/provider-utils": "^3.0.18",
23
23
  "@inquirer/prompts": "^8.0.2",
24
- "@polka-codes/core": "0.9.68",
25
- "ai": "^5.0.106",
24
+ "@polka-codes/core": "0.9.71",
25
+ "ai": "^5.0.108",
26
26
  "chalk": "^5.6.2",
27
27
  "ignore": "^7.0.5",
28
28
  "lodash-es": "^4.17.21",