@xylabs/axios
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -10,7 +10,7 @@ { | ||
"email": "support@xyo.network", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues" | ||
}, | ||
"dependencies": { | ||
"@types/pako": "^2.0.3", | ||
"@xylabs/logger": "^4.0.1", | ||
"@xylabs/logger": "^4.0.2", | ||
"axios": "^1.7.4", | ||
@@ -44,3 +44,3 @@ "pako": "^2.1.0" | ||
"type": "git", | ||
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
"url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git" | ||
}, | ||
@@ -55,4 +55,4 @@ "keywords": [ | ||
"sideEffects": false, | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"type": "module" | ||
} |
@@ -1,3 +0,4 @@ | ||
import { Logger } from '@xylabs/logger' | ||
import { Axios, AxiosHeaders, AxiosResponse, RawAxiosRequestConfig } from 'axios' | ||
import type { Logger } from '@xylabs/logger' | ||
import type { AxiosResponse, RawAxiosRequestConfig } from 'axios' | ||
import { Axios, AxiosHeaders } from 'axios' | ||
import { gzip } from 'pako' | ||
@@ -4,0 +5,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3' | ||
const config: XyTsupConfig = { | ||
@@ -3,0 +3,0 @@ compile: { |
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
18699
139
Updated@xylabs/logger@^4.0.2