singularity-forge/packages/coding-agent/package.json
Mikael Hugo 9a84d82cdb chore(release): 2.75.3 → 2.75.4 + workspace dependency refresh
Bumps version across the workspace (root + 10 @singularity-forge/*
packages) and lands the pending dependency refresh that had been
sitting uncommitted:

  @anthropic-ai/sdk         0.95.1 → 0.96.0
  @anthropic-ai/vertex-sdk  0.14.4 → 0.16.0
  @google/genai             2.0    → 2.3
  @logtape/{file,logtape,pretty,redaction}  2.0.7 → 2.0.9
  @smithy/node-http-handler 4.7.0  → 4.7.3
  @clack/prompts            1.3    → 1.4
  @types/mime-types         2.1    → 3.0

Inter-package refs in packages/{daemon,ai}/package.json bumped to
^2.75.4 so the workspace stays self-consistent. package-lock.json
regenerated via `npm install --package-lock-only --legacy-peer-deps`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 23:59:14 +02:00

48 lines
1.1 KiB
JSON

{
"name": "@singularity-forge/coding-agent",
"version": "2.75.4",
"description": "Coding agent CLI (vendored from pi-mono)",
"type": "module",
"piConfig": {
"name": "sf",
"configDir": ".sf"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsgo -p tsconfig.json && npm run copy-assets",
"copy-assets": "node scripts/copy-assets.cjs"
},
"dependencies": {
"@mariozechner/jiti": "^2.6.2",
"@silvia-odwyer/photon-node": "^0.3.4",
"chalk": "^5.5.0",
"diff": "^9.0.0",
"express": "^5.2.1",
"extract-zip": "^2.0.1",
"file-type": "^21.3.4",
"hosted-git-info": "^9.0.3",
"ignore": "^7.0.5",
"marked": "^18.0.3",
"minimatch": "^10.2.5",
"proper-lockfile": "^4.1.2",
"strip-ansi": "^7.2.0",
"undici": "^8.3.0",
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/diff": "^7.0.2",
"@types/express": "^4.17.21",
"@types/hosted-git-info": "^3.0.5",
"@types/proper-lockfile": "^4.1.4"
},
"engines": {
"node": ">=26.1.0"
}
}