feat: update version to 1.0.37 and enhance logger interface
This commit is contained in:
parent
d8c3bbf6b6
commit
0f99277068
4 changed files with 23 additions and 293 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue