@xylabs/axios
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "@xylabs/axios", | ||
"version": "4.0.3", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
"keywords": [ | ||
"axios", | ||
"xylabs", | ||
"utility", | ||
"typescript", | ||
"esm" | ||
], | ||
"homepage": "https://xyo.network", | ||
"bugs": { | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues", | ||
"email": "support@xyo.network" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
"license": "LGPL-3.0-only", | ||
"author": { | ||
"name": "XY Labs Development Team", | ||
"email": "support@xylabs.com", | ||
"name": "XY Labs Development Team", | ||
"url": "https://xylabs.com" | ||
}, | ||
"bugs": { | ||
"email": "support@xyo.network", | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"module": "dist/neutral/index.mjs", | ||
"types": "dist/neutral/index.d.ts", | ||
"dependencies": { | ||
"@types/pako": "^2.0.3", | ||
"@xylabs/logger": "^4.0.2", | ||
"@xylabs/logger": "^4.0.3", | ||
"axios": "^1.7.4", | ||
"pako": "^2.1.0" | ||
}, | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0", | ||
"@xylabs/tsconfig": "^4.0.0", | ||
"typescript": "^5.5.4" | ||
@@ -27,30 +52,5 @@ }, | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"module": "dist/neutral/index.mjs", | ||
"types": "dist/neutral/index.d.ts", | ||
"homepage": "https://xyo.network", | ||
"license": "LGPL-3.0-only", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
"keywords": [ | ||
"axios", | ||
"xylabs", | ||
"utility", | ||
"typescript", | ||
"esm" | ||
], | ||
"sideEffects": false, | ||
"version": "4.0.2", | ||
"type": "module" | ||
} | ||
} |
@@ -28,3 +28,5 @@ import type { Logger } from '@xylabs/logger' | ||
private static axiosConfig({ compressLength, headers, ...config }: RawAxiosJsonRequestConfig = {}): RawAxiosJsonRequestConfig { | ||
private static axiosConfig({ | ||
compressLength, headers, ...config | ||
}: RawAxiosJsonRequestConfig = {}): RawAxiosJsonRequestConfig { | ||
return { | ||
@@ -31,0 +33,0 @@ headers: this.buildHeaders(headers), |
@@ -5,5 +5,3 @@ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
browser: {}, | ||
neutral: { | ||
src: true, | ||
}, | ||
neutral: { src: true }, | ||
node: {}, | ||
@@ -10,0 +8,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18715
143
Updated@xylabs/logger@^4.0.3