@quoll/lib
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.5.3](https://github.com/mzogheib/quoll/compare/@quoll/lib@0.5.2...@quoll/lib@0.5.3) (2024-07-28) | ||
**Note:** Version bump only for package @quoll/lib | ||
## [0.5.2](https://github.com/mzogheib/quoll/compare/@quoll/lib@0.5.1...@quoll/lib@0.5.2) (2024-07-22) | ||
@@ -8,0 +12,0 @@ |
@@ -11,3 +11,3 @@ type Headers = Record<string, string>; | ||
export declare abstract class HttpService { | ||
private baseUrl; | ||
protected baseUrl: string; | ||
constructor(baseUrl: string); | ||
@@ -14,0 +14,0 @@ private makeUrl; |
{ | ||
"name": "@quoll/lib", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Shared code for client and server side packages", | ||
@@ -22,3 +22,3 @@ "repository": "https://github.com/mzogheib/quoll", | ||
}, | ||
"gitHead": "5017fcc8de00a024340546aa99b576c7f799f1ea" | ||
"gitHead": "b7c149c007b7f7ca53907b07d9054cb5fe17674d" | ||
} |
@@ -18,3 +18,3 @@ type Headers = Record<string, string>; | ||
export abstract class HttpService { | ||
private baseUrl: string; | ||
protected baseUrl: string; | ||
@@ -21,0 +21,0 @@ constructor(baseUrl: string) { |
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
87422