@cortexkit/aft-pi 0.26.3 → 0.26.4
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
|
@@ -33299,7 +33299,7 @@ import {
|
|
|
33299
33299
|
// package.json
|
|
33300
33300
|
var package_default = {
|
|
33301
33301
|
name: "@cortexkit/aft-pi",
|
|
33302
|
-
version: "0.26.
|
|
33302
|
+
version: "0.26.4",
|
|
33303
33303
|
type: "module",
|
|
33304
33304
|
description: "Pi coding agent extension for Agent File Tools (AFT) — tree-sitter and LSP-powered code analysis",
|
|
33305
33305
|
main: "dist/index.js",
|
|
@@ -33321,18 +33321,18 @@ var package_default = {
|
|
|
33321
33321
|
prepublishOnly: "bun run build"
|
|
33322
33322
|
},
|
|
33323
33323
|
dependencies: {
|
|
33324
|
-
"@cortexkit/aft-bridge": "0.26.
|
|
33324
|
+
"@cortexkit/aft-bridge": "0.26.4",
|
|
33325
33325
|
typebox: "^1.1.24",
|
|
33326
33326
|
"comment-json": "^5.0.0",
|
|
33327
33327
|
diff: "^8.0.4",
|
|
33328
33328
|
zod: "^4.1.8"
|
|
33329
33329
|
},
|
|
33330
33330
|
optionalDependencies: {
|
|
33331
|
-
"@cortexkit/aft-darwin-arm64": "0.26.
|
|
33332
|
-
"@cortexkit/aft-darwin-x64": "0.26.
|
|
33333
|
-
"@cortexkit/aft-linux-arm64": "0.26.
|
|
33334
|
-
"@cortexkit/aft-linux-x64": "0.26.
|
|
33335
|
-
"@cortexkit/aft-win32-x64": "0.26.
|
|
33331
|
+
"@cortexkit/aft-darwin-arm64": "0.26.4",
|
|
33332
|
+
"@cortexkit/aft-darwin-x64": "0.26.4",
|
|
33333
|
+
"@cortexkit/aft-linux-arm64": "0.26.4",
|
|
33334
|
+
"@cortexkit/aft-linux-x64": "0.26.4",
|
|
33335
|
+
"@cortexkit/aft-win32-x64": "0.26.4"
|
|
33336
33336
|
},
|
|
33337
33337
|
devDependencies: {
|
|
33338
33338
|
"@earendil-works/pi-coding-agent": "*",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cortexkit/aft-pi",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.4",
|
|
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.26.
|
|
25
|
+
"@cortexkit/aft-bridge": "0.26.4",
|
|
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.26.
|
|
33
|
-
"@cortexkit/aft-darwin-x64": "0.26.
|
|
34
|
-
"@cortexkit/aft-linux-arm64": "0.26.
|
|
35
|
-
"@cortexkit/aft-linux-x64": "0.26.
|
|
36
|
-
"@cortexkit/aft-win32-x64": "0.26.
|
|
32
|
+
"@cortexkit/aft-darwin-arm64": "0.26.4",
|
|
33
|
+
"@cortexkit/aft-darwin-x64": "0.26.4",
|
|
34
|
+
"@cortexkit/aft-linux-arm64": "0.26.4",
|
|
35
|
+
"@cortexkit/aft-linux-x64": "0.26.4",
|
|
36
|
+
"@cortexkit/aft-win32-x64": "0.26.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@earendil-works/pi-coding-agent": "*",
|