fix: correct copilot-api dependency version to 0.7.0 (published on npm)

This commit is contained in:
Rene Fichtmueller 2026-04-25 12:41:30 +02:00
parent 410bed1f1e
commit b7b85eccba

View File

@ -21,7 +21,7 @@
"author": "Rene Fichtmüller",
"license": "MIT",
"dependencies": {
"copilot-api": "^1.0.0"
"copilot-api": "^0.7.0"
},
"devDependencies": {},
"engines": {