Comparing version 0.3.38 to 0.3.39
@@ -25,8 +25,8 @@ import { ISubscribable, ISubscriber, PubSub } from "@thi.ng/rstream"; | ||
declare const PURL: { | ||
fURL: string; | ||
path: string[]; | ||
domn: string[]; | ||
subd: string[]; | ||
qery: Record<string, unknown>; | ||
hash: string; | ||
FURL: string; | ||
PATH: string[]; | ||
DOMN: string[]; | ||
SUBD: string[]; | ||
QERY: Record<string, unknown>; | ||
HASH: string; | ||
}; | ||
@@ -89,3 +89,3 @@ export declare type ParsedURL = Partial<typeof PURL>; | ||
declare const RI: { | ||
fURL: string; | ||
FURL: string; | ||
NODE: Document | HTMLElement; | ||
@@ -92,0 +92,0 @@ }; |
export declare const URL_PAGE = "PAGE"; | ||
export declare const URL_DATA = "DATA"; | ||
export declare const URL_FULL = "fURL"; | ||
export declare const URL_PATH = "path"; | ||
export declare const URL_DOMN = "domn"; | ||
export declare const URL_SUBD = "subd"; | ||
export declare const URL_QERY = "qery"; | ||
export declare const URL_HASH = "hash"; | ||
export declare const URL_FULL = "FURL"; | ||
export declare const URL_PATH = "PATH"; | ||
export declare const URL_DOMN = "DOMN"; | ||
export declare const URL_SUBD = "SUBD"; | ||
export declare const URL_QERY = "QERY"; | ||
export declare const URL_HASH = "HASH"; | ||
export declare const URL_PRSE = "unfurl"; | ||
@@ -10,0 +10,0 @@ export declare const URL_NPRS = "urlify"; |
export const URL_PAGE = "PAGE"; | ||
export const URL_DATA = "DATA"; | ||
export const URL_FULL = "fURL"; | ||
export const URL_PATH = "path"; | ||
export const URL_DOMN = "domn"; | ||
export const URL_SUBD = "subd"; | ||
export const URL_QERY = "qery"; | ||
export const URL_HASH = "hash"; | ||
export const URL_FULL = "FURL"; | ||
export const URL_PATH = "PATH"; | ||
export const URL_DOMN = "DOMN"; | ||
export const URL_SUBD = "SUBD"; | ||
export const URL_QERY = "QERY"; | ||
export const URL_HASH = "HASH"; | ||
export const URL_PRSE = "unfurl"; | ||
@@ -10,0 +10,0 @@ export const URL_NPRS = "urlify"; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.38", | ||
"version": "0.3.39", | ||
"description": "keys/constants for the `-0` org/framework built on @thi.ng/umbrella ecosystem", | ||
@@ -17,3 +17,3 @@ "main": "./lib/index.js", | ||
"patch": "npm version patch && npm publish", | ||
"postgit": "git push origin master && npm run patch", | ||
"postgit": "git push origin master", | ||
"ncu": "ncu -u && npm i && npm audit fix", | ||
@@ -20,0 +20,0 @@ "git": "git add . && git commit -m" |
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
12586