Update mintaka to 0.1.7

This commit is contained in:
Guilherme Werner
2024-01-25 12:46:03 -03:00
parent 19a06d6101
commit f669306ccd
3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
"build": "npm run clean && tsc && node scripts/esbuild.js"
},
"dependencies": {
"@tribufu/mintaka": "0.1.3"
"@tribufu/mintaka": "0.1.7"
},
"devDependencies": {
"@types/node": "^20.10.6",

8
pnpm-lock.yaml generated
View File

@ -6,8 +6,8 @@ settings:
dependencies:
'@tribufu/mintaka':
specifier: 0.1.3
version: 0.1.3
specifier: 0.1.7
version: 0.1.7
devDependencies:
'@types/node':
@ -260,8 +260,8 @@ packages:
dev: true
optional: true
/@tribufu/mintaka@0.1.3:
resolution: {integrity: sha512-MMv0saUpDt4MxUW5cD7y9UlOvF10Qv010dgzOkMxrh2/FmCg/KjfVviPGQLRp54IHZQWTSMdGPHX/4x/G/5CZQ==}
/@tribufu/mintaka@0.1.7:
resolution: {integrity: sha512-9GZb4WzChV8NCWV9Z3Q2n5TSg7XLZKjv6H2+spCaIhqdolhak/V/IT/3hNoMHmK1Oygm4MXrn6p9lA/DfcUq/w==}
dependencies:
axios: 1.6.4
camelcase-keys: 9.1.2

View File

@ -28,7 +28,7 @@ export class TribufuApi {
this.http = new HttpClient({
baseUrl: TribufuApi.getBaseUrl(),
headers: TribufuApi.defaultHeaders(),
logEnabled: TribufuApi.debugEnabled(),
enableLog: TribufuApi.debugEnabled(),
jsonRequestCasing: JsonCasing.SnakeCase,
jsonResponseCasing: JsonCasing.CamelCase,
});