@xylabs/api
Advanced tools
Comparing version 4.4.0 to 4.4.1
import { ApiStage } from './ApiStage.ts'; | ||
declare abstract class ApiClient { | ||
protected token?: (string | null) | undefined; | ||
protected token?: string | null | undefined; | ||
protected stage?: ApiStage | undefined; | ||
constructor(token?: (string | null) | undefined, stage?: ApiStage | undefined); | ||
constructor(token?: string | null | undefined, stage?: ApiStage | undefined); | ||
abstract endPoint(): string; | ||
@@ -7,0 +7,0 @@ } |
{ | ||
"name": "@xylabs/api", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"@xylabs/tsconfig": "^4.2.4", | ||
"typescript": "^5.6.3", | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.5" | ||
@@ -49,0 +49,0 @@ }, |
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
21172