@cortexkit/aft-pi 0.25.0 → 0.25.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.
- package/dist/index.js +7 -7
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -32999,7 +32999,7 @@ import {
|
|
|
32999
32999
|
// package.json
|
|
33000
33000
|
var package_default = {
|
|
33001
33001
|
name: "@cortexkit/aft-pi",
|
|
33002
|
-
version: "0.25.
|
|
33002
|
+
version: "0.25.1",
|
|
33003
33003
|
type: "module",
|
|
33004
33004
|
description: "Pi coding agent extension for Agent File Tools (AFT) — tree-sitter and LSP-powered code analysis",
|
|
33005
33005
|
main: "dist/index.js",
|
|
@@ -33021,18 +33021,18 @@ var package_default = {
|
|
|
33021
33021
|
prepublishOnly: "bun run build"
|
|
33022
33022
|
},
|
|
33023
33023
|
dependencies: {
|
|
33024
|
-
"@cortexkit/aft-bridge": "0.25.
|
|
33024
|
+
"@cortexkit/aft-bridge": "0.25.1",
|
|
33025
33025
|
typebox: "^1.1.24",
|
|
33026
33026
|
"comment-json": "^5.0.0",
|
|
33027
33027
|
diff: "^8.0.4",
|
|
33028
33028
|
zod: "^4.1.8"
|
|
33029
33029
|
},
|
|
33030
33030
|
optionalDependencies: {
|
|
33031
|
-
"@cortexkit/aft-darwin-arm64": "0.25.
|
|
33032
|
-
"@cortexkit/aft-darwin-x64": "0.25.
|
|
33033
|
-
"@cortexkit/aft-linux-arm64": "0.25.
|
|
33034
|
-
"@cortexkit/aft-linux-x64": "0.25.
|
|
33035
|
-
"@cortexkit/aft-win32-x64": "0.25.
|
|
33031
|
+
"@cortexkit/aft-darwin-arm64": "0.25.1",
|
|
33032
|
+
"@cortexkit/aft-darwin-x64": "0.25.1",
|
|
33033
|
+
"@cortexkit/aft-linux-arm64": "0.25.1",
|
|
33034
|
+
"@cortexkit/aft-linux-x64": "0.25.1",
|
|
33035
|
+
"@cortexkit/aft-win32-x64": "0.25.1"
|
|
33036
33036
|
},
|
|
33037
33037
|
devDependencies: {
|
|
33038
33038
|
"@earendil-works/pi-coding-agent": "*",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft-pi",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Pi coding agent extension for Agent File Tools (AFT) — tree-sitter and LSP-powered code analysis",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
"prepublishOnly": "bun run build"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@cortexkit/aft-bridge": "0.25.
|
|
25
|
+
"@cortexkit/aft-bridge": "0.25.1",
|
|
26
26
|
"typebox": "^1.1.24",
|
|
27
27
|
"comment-json": "^5.0.0",
|
|
28
28
|
"diff": "^8.0.4",
|
|
29
29
|
"zod": "^4.1.8"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@cortexkit/aft-darwin-arm64": "0.25.
|
|
33
|
-
"@cortexkit/aft-darwin-x64": "0.25.
|
|
34
|
-
"@cortexkit/aft-linux-arm64": "0.25.
|
|
35
|
-
"@cortexkit/aft-linux-x64": "0.25.
|
|
36
|
-
"@cortexkit/aft-win32-x64": "0.25.
|
|
32
|
+
"@cortexkit/aft-darwin-arm64": "0.25.1",
|
|
33
|
+
"@cortexkit/aft-darwin-x64": "0.25.1",
|
|
34
|
+
"@cortexkit/aft-linux-arm64": "0.25.1",
|
|
35
|
+
"@cortexkit/aft-linux-x64": "0.25.1",
|
|
36
|
+
"@cortexkit/aft-win32-x64": "0.25.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@earendil-works/pi-coding-agent": "*",
|