@eminent337/aery 0.1.113 → 0.1.115

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "title": "Pi Coding Agent Theme",
3
+ "title": "Aery Coding Agent Theme",
4
4
  "description": "Theme schema for Pi coding agent",
5
5
  "type": "object",
6
6
  "required": ["name", "colors"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eminent337/aery",
3
- "version": "0.1.113",
3
+ "version": "0.1.115",
4
4
  "description": "Aery — AI coding agent by Aryee",
5
5
  "type": "module",
6
6
  "aeryConfig": {
@@ -39,8 +39,8 @@
39
39
  "prepublishOnly": "npm run clean && ../../node_modules/.bin/tsgo -p tsconfig.build.json && ../../node_modules/.bin/shx chmod +x dist/cli.js && npm run copy-assets"
40
40
  },
41
41
  "dependencies": {
42
- "@eminent337/aery-ai": "0.67.125",
43
- "@eminent337/aery-core": "0.67.118",
42
+ "@eminent337/aery-ai": "0.67.127",
43
+ "@eminent337/aery-core": "0.67.120",
44
44
  "@eminent337/aery-tui": "0.67.68",
45
45
  "@mariozechner/jiti": "2.6.2",
46
46
  "@silvia-odwyer/photon-node": "^0.3.4",