Comparing version 0.2.57 to 0.2.58
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module keys | ||
*/ | ||
export declare const URL_FULL: string; | ||
@@ -85,2 +82,3 @@ export declare const URL_PATH: string; | ||
export declare const $$_ROOT: string; | ||
export declare const $$_CMDS: string; | ||
export declare const $$: { | ||
@@ -91,3 +89,4 @@ PATH: string; | ||
ROOT: string; | ||
CMDS: string; | ||
}; | ||
export declare const $$_DEFAULT: Object; |
@@ -1,4 +0,1 @@ | ||
/** | ||
* @module keys | ||
*/ | ||
export const URL_FULL = "URL"; | ||
@@ -14,3 +11,2 @@ export const URL_PATH = "URL_path"; | ||
export const URL_NPRS = "unparse"; | ||
// public | ||
export const URL = { | ||
@@ -28,7 +24,5 @@ FULL: URL_FULL, | ||
}; | ||
// userland router metadata constants | ||
export const DOM_NODE = "NODE"; | ||
export const DOM_BODY = "BODY"; | ||
export const DOM_HEAD = "HEAD"; | ||
// public | ||
export const DOM = { | ||
@@ -39,6 +33,4 @@ NODE: DOM_NODE, | ||
}; | ||
// set$$tate constants | ||
export const STATE_PATH = "PATH"; | ||
export const STATE_DATA = "DATA"; | ||
// public | ||
export const STATE = { | ||
@@ -48,3 +40,2 @@ PATH: STATE_PATH, | ||
}; | ||
// state setting Command constants | ||
export const CMD_SUB$ = "sub$"; | ||
@@ -56,3 +47,2 @@ export const CMD_ARGS = "args"; | ||
export const CMD_SRC$ = "src$"; | ||
// public | ||
export const CMD = { | ||
@@ -66,3 +56,2 @@ SUB$: CMD_SUB$, | ||
}; | ||
// boot config constants | ||
export const CFG_RUN$ = "run"; | ||
@@ -76,3 +65,2 @@ export const CFG_STOR = "state"; | ||
export const CFG_KICK = "kick"; | ||
// public | ||
export const CFG = { | ||
@@ -88,7 +76,5 @@ RUN$: CFG_RUN$, | ||
}; | ||
// ROUTER | ||
export const ROUTER_PREP = "prep"; | ||
export const ROUTER_POST = "post"; | ||
export const ROUTER_PRFX = "prefix"; | ||
// public | ||
export const ROUTER = { | ||
@@ -100,3 +86,2 @@ PREP: ROUTER_PREP, | ||
}; | ||
// Global state keys/constants | ||
export const $$_PATH = "_ROUTE_PATH"; | ||
@@ -106,3 +91,3 @@ export const $$_LOAD = "_ROUTE_LOADING"; | ||
export const $$_ROOT = "_ROOT"; | ||
// public | ||
export const $$_CMDS = "_COMMANDS"; | ||
export const $$ = { | ||
@@ -112,3 +97,4 @@ PATH: $$_PATH, | ||
VIEW: $$_VIEW, | ||
ROOT: $$_ROOT | ||
ROOT: $$_ROOT, | ||
CMDS: $$_CMDS | ||
}; | ||
@@ -119,3 +105,4 @@ export const $$_DEFAULT = { | ||
[$$_VIEW]: null, | ||
[$$_ROOT]: null | ||
[$$_ROOT]: null, | ||
[$$_CMDS]: null | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.57", | ||
"version": "0.2.58", | ||
"description": "keys/constants for the `-0` org/framework built on @thi.ng/umbrella ecosystem", | ||
@@ -8,0 +8,0 @@ "main": "./lib/index.js", |
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
11713
7
373