fix: update lockfile and openapi version for 0.1.10

This commit is contained in:
Nathan Flurry 2026-02-08 14:09:28 -08:00
parent 3e40145ffa
commit d236edf35c
3 changed files with 6 additions and 2 deletions

View file

@ -10,7 +10,7 @@
"license": { "license": {
"name": "Apache-2.0" "name": "Apache-2.0"
}, },
"version": "0.1.9" "version": "0.1.10"
}, },
"servers": [ "servers": [
{ {

4
pnpm-lock.yaml generated
View file

@ -423,6 +423,10 @@ importers:
'@sandbox-agent/cli-shared': '@sandbox-agent/cli-shared':
specifier: workspace:* specifier: workspace:*
version: link:../cli-shared version: link:../cli-shared
optionalDependencies:
'@sandbox-agent/cli':
specifier: workspace:*
version: link:../cli
devDependencies: devDependencies:
'@types/node': '@types/node':
specifier: ^22.0.0 specifier: ^22.0.0

View file

@ -39,6 +39,6 @@
"vitest": "^3.0.0" "vitest": "^3.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@sandbox-agent/cli": "0.1.0" "@sandbox-agent/cli": "workspace:*"
} }
} }