@globant/coda 1.0.0 → 1.3.0
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/install.cjs +2 -2
- package/package.json +9 -9
package/install.cjs
CHANGED
|
@@ -98,8 +98,8 @@ function placeBinary(src, dest) {
|
|
|
98
98
|
if (process.platform !== "win32") chmodSync(dest, 0o755);
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
// Copies the platform package's `lib/` sidecar tree (keytar, opentui, ripgrep
|
|
102
|
-
// into the launcher root so the compiled binary finds it at `../lib/<name>`,
|
|
101
|
+
// Copies the platform package's `lib/` sidecar tree (keytar, opentui, ripgrep,
|
|
102
|
+
// grammars) into the launcher root so the compiled binary finds it at `../lib/<name>`,
|
|
103
103
|
// matching the script-installer layout. Idempotent and non-fatal: a failure
|
|
104
104
|
// degrades sidecars exactly as before (binary still runs). `libParent` defaults
|
|
105
105
|
// to the launcher dir; tests pass a temp dir.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globant/coda",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Coda CLI — agentic coding assistant (native binary launcher)",
|
|
5
5
|
"bin": {
|
|
6
6
|
"coda": "bin/coda.exe"
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"postinstall": "node install.cjs"
|
|
10
10
|
},
|
|
11
11
|
"optionalDependencies": {
|
|
12
|
-
"@globant/coda-
|
|
13
|
-
"@globant/coda-linux-arm64": "1.
|
|
14
|
-
"@globant/coda-linux-
|
|
15
|
-
"@globant/coda-linux-x64-musl": "1.
|
|
16
|
-
"@globant/coda-
|
|
17
|
-
"@globant/coda-darwin-x64": "1.
|
|
18
|
-
"@globant/coda-windows-arm64": "1.
|
|
19
|
-
"@globant/coda-windows-x64": "1.
|
|
12
|
+
"@globant/coda-linux-arm64": "1.3.0",
|
|
13
|
+
"@globant/coda-linux-arm64-musl": "1.3.0",
|
|
14
|
+
"@globant/coda-linux-x64": "1.3.0",
|
|
15
|
+
"@globant/coda-linux-x64-musl": "1.3.0",
|
|
16
|
+
"@globant/coda-darwin-arm64": "1.3.0",
|
|
17
|
+
"@globant/coda-darwin-x64": "1.3.0",
|
|
18
|
+
"@globant/coda-windows-arm64": "1.3.0",
|
|
19
|
+
"@globant/coda-windows-x64": "1.3.0"
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"bin",
|