@xylabs/api
Advanced tools
Comparing version 3.6.6 to 3.6.7
@@ -1,2 +0,2 @@ | ||
import { ApiStage } from './ApiStage.js'; | ||
import { ApiStage } from './ApiStage.ts'; | ||
declare abstract class ApiClient { | ||
@@ -3,0 +3,0 @@ protected token?: (string | null) | undefined; |
@@ -1,2 +0,2 @@ | ||
import { ApiConfig } from './ApiConfig.js'; | ||
import { ApiConfig } from './ApiConfig.ts'; | ||
declare class ApiEndpoint<T> { | ||
@@ -3,0 +3,0 @@ private _value?; |
@@ -1,4 +0,4 @@ | ||
import { ApiStage } from './ApiStage.js'; | ||
import { ApiStage } from './ApiStage.ts'; | ||
declare const getApiStage: (hostname: string) => ApiStage; | ||
export { getApiStage }; | ||
//# sourceMappingURL=getApiStage.d.ts.map |
@@ -1,6 +0,6 @@ | ||
export * from './ApiClient.js'; | ||
export * from './ApiConfig.js'; | ||
export * from './ApiEndpoint.js'; | ||
export * from './ApiStage.js'; | ||
export * from './getApiStage.js'; | ||
export * from './ApiClient.ts'; | ||
export * from './ApiConfig.ts'; | ||
export * from './ApiEndpoint.ts'; | ||
export * from './ApiStage.ts'; | ||
export * from './getApiStage.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { ApiStage } from './ApiStage.js'; | ||
import { ApiStage } from './ApiStage.ts'; | ||
declare abstract class ApiClient { | ||
@@ -3,0 +3,0 @@ protected token?: (string | null) | undefined; |
@@ -1,2 +0,2 @@ | ||
import { ApiConfig } from './ApiConfig.js'; | ||
import { ApiConfig } from './ApiConfig.ts'; | ||
declare class ApiEndpoint<T> { | ||
@@ -3,0 +3,0 @@ private _value?; |
@@ -1,4 +0,4 @@ | ||
import { ApiStage } from './ApiStage.js'; | ||
import { ApiStage } from './ApiStage.ts'; | ||
declare const getApiStage: (hostname: string) => ApiStage; | ||
export { getApiStage }; | ||
//# sourceMappingURL=getApiStage.d.ts.map |
@@ -1,6 +0,6 @@ | ||
export * from './ApiClient.js'; | ||
export * from './ApiConfig.js'; | ||
export * from './ApiEndpoint.js'; | ||
export * from './ApiStage.js'; | ||
export * from './getApiStage.js'; | ||
export * from './ApiClient.ts'; | ||
export * from './ApiConfig.ts'; | ||
export * from './ApiEndpoint.ts'; | ||
export * from './ApiStage.ts'; | ||
export * from './getApiStage.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { ApiStage } from './ApiStage.js'; | ||
import { ApiStage } from './ApiStage.ts'; | ||
declare abstract class ApiClient { | ||
@@ -3,0 +3,0 @@ protected token?: (string | null) | undefined; |
@@ -1,2 +0,2 @@ | ||
import { ApiConfig } from './ApiConfig.js'; | ||
import { ApiConfig } from './ApiConfig.ts'; | ||
declare class ApiEndpoint<T> { | ||
@@ -3,0 +3,0 @@ private _value?; |
@@ -1,4 +0,4 @@ | ||
import { ApiStage } from './ApiStage.js'; | ||
import { ApiStage } from './ApiStage.ts'; | ||
declare const getApiStage: (hostname: string) => ApiStage; | ||
export { getApiStage }; | ||
//# sourceMappingURL=getApiStage.d.ts.map |
@@ -1,6 +0,6 @@ | ||
export * from './ApiClient.js'; | ||
export * from './ApiConfig.js'; | ||
export * from './ApiEndpoint.js'; | ||
export * from './ApiStage.js'; | ||
export * from './getApiStage.js'; | ||
export * from './ApiClient.ts'; | ||
export * from './ApiConfig.ts'; | ||
export * from './ApiEndpoint.ts'; | ||
export * from './ApiStage.ts'; | ||
export * from './getApiStage.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -24,4 +24,4 @@ { | ||
"import": { | ||
"types": "./dist/neutral/index.d.mts", | ||
"default": "./dist/neutral/index.js" | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
} | ||
@@ -33,3 +33,3 @@ }, | ||
"types": "./dist/neutral/index.d.ts", | ||
"module": "./dist/neutral/index.js", | ||
"module": "./dist/neutral/index.mjs", | ||
"homepage": "https://xylabs.com", | ||
@@ -43,7 +43,8 @@ "keywords": [ | ||
"dependencies": { | ||
"axios": "^1.7.2" | ||
"axios": "^1.7.3" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.14.1", | ||
"@xylabs/tsconfig": "^3.14.1", | ||
"@xylabs/ts-scripts-yarn3": "^3.15.4", | ||
"@xylabs/tsconfig": "^3.15.4", | ||
"tslib": "^2.6.3", | ||
"typescript": "^5.5.4" | ||
@@ -62,4 +63,4 @@ }, | ||
"sideEffects": false, | ||
"version": "3.6.6", | ||
"version": "3.6.7", | ||
"type": "module" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { ApiStage } from './ApiStage.js' | ||
import { ApiStage } from './ApiStage.ts' | ||
@@ -3,0 +3,0 @@ abstract class ApiClient { |
import axios from 'axios' | ||
import { ApiConfig } from './ApiConfig.js' | ||
import { ApiConfig } from './ApiConfig.ts' | ||
@@ -5,0 +5,0 @@ class ApiEndpoint<T> { |
@@ -1,2 +0,2 @@ | ||
import { ApiStage } from './ApiStage.js' | ||
import { ApiStage } from './ApiStage.ts' | ||
@@ -3,0 +3,0 @@ const getApiStage = (hostname: string) => { |
@@ -1,5 +0,5 @@ | ||
export * from './ApiClient.js' | ||
export * from './ApiConfig.js' | ||
export * from './ApiEndpoint.js' | ||
export * from './ApiStage.js' | ||
export * from './getApiStage.js' | ||
export * from './ApiClient.ts' | ||
export * from './ApiConfig.ts' | ||
export * from './ApiEndpoint.ts' | ||
export * from './ApiStage.ts' | ||
export * from './getApiStage.ts' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
78348
4
Updatedaxios@^1.7.3