mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
fix: update lockfile and openapi version for 0.1.10
This commit is contained in:
parent
3e40145ffa
commit
d236edf35c
3 changed files with 6 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"license": {
|
||||
"name": "Apache-2.0"
|
||||
},
|
||||
"version": "0.1.9"
|
||||
"version": "0.1.10"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
|
|
|
|||
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
|
|
@ -423,6 +423,10 @@ importers:
|
|||
'@sandbox-agent/cli-shared':
|
||||
specifier: workspace:*
|
||||
version: link:../cli-shared
|
||||
optionalDependencies:
|
||||
'@sandbox-agent/cli':
|
||||
specifier: workspace:*
|
||||
version: link:../cli
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^22.0.0
|
||||
|
|
|
|||
|
|
@ -39,6 +39,6 @@
|
|||
"vitest": "^3.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@sandbox-agent/cli": "0.1.0"
|
||||
"@sandbox-agent/cli": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue