@scaffoldly/rowdy 0.0.2-1-beta.20251029110430.67da6b1 → 0.1.0-beta.20251029115836.e833459
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -0
- package/dist/index.js +55 -44
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -365,6 +365,9 @@ declare class Rowdy {
|
|
|
365
365
|
static readonly HEALTH = "health";
|
|
366
366
|
static readonly PING = "ping";
|
|
367
367
|
static readonly ROUTES = "routes";
|
|
368
|
+
static readonly PATHS: {
|
|
369
|
+
CRI: string;
|
|
370
|
+
};
|
|
368
371
|
readonly http: AxiosInstance;
|
|
369
372
|
private _images;
|
|
370
373
|
private _registry;
|