@polka-codes/cli 0.9.31 → 0.9.33

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -58608,7 +58608,7 @@ var {
58608
58608
  Help
58609
58609
  } = import__.default;
58610
58610
  // package.json
58611
- var version = "0.9.31";
58611
+ var version = "0.9.33";
58612
58612
 
58613
58613
  // src/commands/chat.ts
58614
58614
  import { readFile as readFile3 } from "node:fs/promises";
@@ -109353,6 +109353,7 @@ ${result.output.formattedReview}`;
109353
109353
  });
109354
109354
 
109355
109355
  // src/index.ts
109356
+ globalThis.AI_SDK_LOG_WARNINGS = false;
109356
109357
  var program2 = new Command;
109357
109358
  program2.name("polka").description("Polka Codes CLI").version(version);
109358
109359
  program2.argument("[task]", "The task to execute").action(runTask);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli",
3
- "version": "0.9.31",
3
+ "version": "0.9.33",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",