@scaffoldly/rowdy 0.0.2-1-beta.20251028143819.e1d8caa → 0.0.2-1-beta.20251028185318.242852b
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 +1 -0
- package/dist/index.js +41 -23
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -262,6 +262,7 @@ type Search = {
|
|
|
262
262
|
} | URLSearchParams | string;
|
|
263
263
|
declare class URI extends URL implements ILoggable {
|
|
264
264
|
readonly insecure: boolean;
|
|
265
|
+
readonly pure: string;
|
|
265
266
|
protected static awaits: Map<string, Observable<URI>>;
|
|
266
267
|
static ERROR: string;
|
|
267
268
|
protected constructor(url: URL, insecure?: boolean);
|