mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
* refactor: restore @openrouter/spawn-shared workspace package Restore packages/shared/ as canonical location for parse.ts, result.ts, and type-guards.ts. CLI shared files become thin re-exports, preserving all existing import paths. SPA imports switch from fragile relative paths to the workspace package. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: sort exports in shared package barrel to satisfy biome Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: sort SPA imports to satisfy biome organizeImports Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"name": "@openrouter/spawn-shared",
|
|
"version": "0.2.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"dependencies": {
|
|
"valibot": "1.2.0"
|
|
}
|
|
}
|