feat: update version to 1.0.37 and enhance logger interface
All checks were successful
CI Pipeline / build-and-test (push) Successful in 1m8s
CI Pipeline / publish (push) Successful in 13s

This commit is contained in:
Leandro Costa 2026-01-24 10:58:52 -03:00
parent d8c3bbf6b6
commit 0f99277068
4 changed files with 23 additions and 293 deletions

View file

@ -1,6 +1,6 @@
{
"name": "lhisp-oauth-client",
"version": "1.0.36",
"version": "1.0.37",
"main": "src/index",
"types": "src/index.d.ts",
"repository": {
@ -12,6 +12,7 @@
"scripts": {
"build": "tsc",
"test": "jest",
"publish": "rm -rfv dist/; npm run build; cd dist; cp ../package* .; npm publish; cd -; rm -rfv dist/;",
"test:watch": "jest --watchAll"
},
"devDependencies": {
@ -22,7 +23,6 @@
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.10.0",
"lhisp-logger": "^3.1.2"
"axios": "^1.10.0"
}
}