mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 06:04:43 +00:00
chore: update gigacode published packages (#104)
This commit is contained in:
parent
b824a2c839
commit
beacbbfdba
11 changed files with 156 additions and 155 deletions
|
|
@ -8,7 +8,7 @@ const fs = require("fs");
|
|||
const path = require("path");
|
||||
|
||||
const TRUST_PACKAGES =
|
||||
"gigacode-linux-x64 gigacode-linux-arm64 gigacode-darwin-arm64 gigacode-darwin-x64 gigacode-win32-x64";
|
||||
"@sandbox-agent/gigacode-linux-x64 @sandbox-agent/gigacode-linux-arm64 @sandbox-agent/gigacode-darwin-arm64 @sandbox-agent/gigacode-darwin-x64 @sandbox-agent/gigacode-win32-x64";
|
||||
|
||||
function formatHint(binPath) {
|
||||
return formatNonExecutableBinaryMessage({
|
||||
|
|
@ -35,11 +35,11 @@ function formatHint(binPath) {
|
|||
}
|
||||
|
||||
const PLATFORMS = {
|
||||
"darwin-arm64": "gigacode-darwin-arm64",
|
||||
"darwin-x64": "gigacode-darwin-x64",
|
||||
"linux-x64": "gigacode-linux-x64",
|
||||
"linux-arm64": "gigacode-linux-arm64",
|
||||
"win32-x64": "gigacode-win32-x64",
|
||||
"darwin-arm64": "@sandbox-agent/gigacode-darwin-arm64",
|
||||
"darwin-x64": "@sandbox-agent/gigacode-darwin-x64",
|
||||
"linux-x64": "@sandbox-agent/gigacode-linux-x64",
|
||||
"linux-arm64": "@sandbox-agent/gigacode-linux-arm64",
|
||||
"win32-x64": "@sandbox-agent/gigacode-win32-x64",
|
||||
};
|
||||
|
||||
const key = `${process.platform}-${process.arch}`;
|
||||
|
|
|
|||
|
|
@ -20,11 +20,11 @@
|
|||
"vitest": "^3.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"gigacode-linux-x64": "workspace:*",
|
||||
"gigacode-linux-arm64": "workspace:*",
|
||||
"gigacode-darwin-arm64": "workspace:*",
|
||||
"gigacode-darwin-x64": "workspace:*",
|
||||
"gigacode-win32-x64": "workspace:*"
|
||||
"@sandbox-agent/gigacode-linux-x64": "workspace:*",
|
||||
"@sandbox-agent/gigacode-linux-arm64": "workspace:*",
|
||||
"@sandbox-agent/gigacode-darwin-arm64": "workspace:*",
|
||||
"@sandbox-agent/gigacode-darwin-x64": "workspace:*",
|
||||
"@sandbox-agent/gigacode-win32-x64": "workspace:*"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "gigacode-darwin-arm64",
|
||||
"name": "@sandbox-agent/gigacode-darwin-arm64",
|
||||
"version": "0.1.6",
|
||||
"description": "gigacode CLI binary for macOS arm64",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "gigacode-darwin-x64",
|
||||
"name": "@sandbox-agent/gigacode-darwin-x64",
|
||||
"version": "0.1.6",
|
||||
"description": "gigacode CLI binary for macOS x64",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "gigacode-linux-arm64",
|
||||
"name": "@sandbox-agent/gigacode-linux-arm64",
|
||||
"version": "0.1.6",
|
||||
"description": "gigacode CLI binary for Linux arm64",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "gigacode-linux-x64",
|
||||
"name": "@sandbox-agent/gigacode-linux-x64",
|
||||
"version": "0.1.6",
|
||||
"description": "gigacode CLI binary for Linux x64",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "gigacode-win32-x64",
|
||||
"name": "@sandbox-agent/gigacode-win32-x64",
|
||||
"version": "0.1.6",
|
||||
"description": "gigacode CLI binary for Windows x64",
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue