mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 18:44:18 +00:00
Update mintaka to 0.1.8
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
"build": "npm run clean && tsc && node scripts/esbuild.js"
|
"build": "npm run clean && tsc && node scripts/esbuild.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tribufu/mintaka": "0.1.7"
|
"@tribufu/mintaka": "0.1.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.10.6",
|
"@types/node": "^20.10.6",
|
||||||
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@ -6,8 +6,8 @@ settings:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tribufu/mintaka':
|
'@tribufu/mintaka':
|
||||||
specifier: 0.1.7
|
specifier: 0.1.8
|
||||||
version: 0.1.7
|
version: 0.1.8
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/node':
|
'@types/node':
|
||||||
@ -260,8 +260,8 @@ packages:
|
|||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@tribufu/mintaka@0.1.7:
|
/@tribufu/mintaka@0.1.8:
|
||||||
resolution: {integrity: sha512-9GZb4WzChV8NCWV9Z3Q2n5TSg7XLZKjv6H2+spCaIhqdolhak/V/IT/3hNoMHmK1Oygm4MXrn6p9lA/DfcUq/w==}
|
resolution: {integrity: sha512-qUvReWlz8irSIbKCTfjFnUnUq7MIgLjnTBPeWv2ayyiwGkf8L3q7qi1Zxuqt3OduOugSOtxYQwXOaClldIMUTQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
axios: 1.6.4
|
axios: 1.6.4
|
||||||
camelcase-keys: 9.1.2
|
camelcase-keys: 9.1.2
|
||||||
|
@ -28,7 +28,7 @@ export class TribufuApi {
|
|||||||
this.http = new HttpClient({
|
this.http = new HttpClient({
|
||||||
baseUrl: TribufuApi.getBaseUrl(),
|
baseUrl: TribufuApi.getBaseUrl(),
|
||||||
headers: TribufuApi.defaultHeaders(),
|
headers: TribufuApi.defaultHeaders(),
|
||||||
enableLog: TribufuApi.debugEnabled(),
|
logEnabled: TribufuApi.debugEnabled(),
|
||||||
jsonRequestCasing: JsonCasing.SnakeCase,
|
jsonRequestCasing: JsonCasing.SnakeCase,
|
||||||
jsonResponseCasing: JsonCasing.CamelCase,
|
jsonResponseCasing: JsonCasing.CamelCase,
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user