@pikaa-ai/pikaa 0.3.0 → 0.3.1

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -5907,7 +5907,7 @@ function getPackageMetadata() {
5907
5907
  }
5908
5908
  cachedMetadata = {
5909
5909
  name: "pikaa",
5910
- version: "0.3.0"
5910
+ version: "0.3.1"
5911
5911
  };
5912
5912
  return cachedMetadata;
5913
5913
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikaa-ai/pikaa",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "PIKAA CLI - AI coding agent that runs locally in your terminal.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",