mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-26 01:03:57 +00:00
fix: remove legacy sdk from ci builds
This commit is contained in:
parent
44b6938b2a
commit
39fdd67123
3 changed files with 5 additions and 2 deletions
|
|
@ -115,6 +115,7 @@
|
|||
"@opentelemetry/context-async-hooks": "2.6.1",
|
||||
"@opentelemetry/exporter-trace-otlp-http": "0.214.0",
|
||||
"@opentelemetry/sdk-trace-base": "2.6.1",
|
||||
"@opentelemetry/sdk-trace-node": "2.6.1",
|
||||
"@parcel/watcher": "2.5.1",
|
||||
"@silvia-odwyer/photon-node": "0.3.4",
|
||||
"@openrouter/ai-sdk-provider": "2.9.0",
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "bun test",
|
||||
"typecheck": "tsgo --noEmit",
|
||||
"build": "bun ./script/build.ts"
|
||||
"typecheck": "tsgo --noEmit"
|
||||
},
|
||||
"exports": {
|
||||
".": "./src/index.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue