Revert changes to sdks directory

Co-authored-by: hyoban <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-20 09:59:54 +00:00
parent 7a81558a55
commit 9557d47116
2 changed files with 9 additions and 10 deletions

View File

@ -1 +0,0 @@
save-exact=true

View File

@ -54,17 +54,17 @@
"publish:npm": "./scripts/publish.sh"
},
"dependencies": {
"axios": "1.13.2"
"axios": "^1.13.2"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@types/node": "25.0.3",
"@typescript-eslint/eslint-plugin": "8.50.1",
"@typescript-eslint/parser": "8.50.1",
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.50.1",
"@typescript-eslint/parser": "^8.50.1",
"@vitest/coverage-v8": "4.0.16",
"eslint": "9.39.2",
"tsup": "8.5.1",
"typescript": "5.9.3",
"vitest": "4.0.16"
"eslint": "^9.39.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
}
}