Comparing version 0.2.96 to 0.2.97
@@ -6,3 +6,3 @@ import { fromAtom, sidechainPartition, fromRAF } from "@thi.ng/rstream"; | ||
import { getInUnsafe } from "@thi.ng/paths"; | ||
import { $$_LOAD, $$_PATH, $$_ROOT, $$_VIEW, URL_PRSE, ROUTER_PRFX, CFG_RUTR, CFG_RUN$, CFG_STOR, CFG_ROOT, CFG_VIEW, CFG_DRFT, CFG_LOG$, CFG_KICK } from "@-0/keys"; | ||
import { $$_LOAD, $$_PATH, $$_ROOT, $$_VIEW, URL_PRSE, RTR_PRFX, CFG_RUTR, CFG_RUN$, CFG_STOR, CFG_ROOT, CFG_VIEW, CFG_DRFT, CFG_LOG$, CFG_KICK } from "@-0/keys"; | ||
import { run$ } from "@-0/spool"; | ||
@@ -24,3 +24,3 @@ import { URL2obj, diff_keys } from "@-0/utils"; | ||
const knowns = Object.values(CFG); | ||
const prfx = router[ROUTER_PRFX] || null; | ||
const prfx = router[RTR_PRFX] || null; | ||
const [, others] = diff_keys(knowns, CFG); | ||
@@ -27,0 +27,0 @@ const escRGX = /[-/\\^$*+?.()|[\]{}]/g; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.96", | ||
"version": "0.2.97", | ||
"description": "DOM target provided by http://thi.ng/hdom", | ||
@@ -21,3 +21,3 @@ "main": "./lib/index.js", | ||
"docs": "npm run types && npm run jsdoc", | ||
"patch": "npm version patch && npm run docs && npm run pages && npm publish", | ||
"patch": "npm version patch && npm publish", | ||
"postgit": "git push origin master && npm run patch", | ||
@@ -46,6 +46,6 @@ "ncu": "ncu -u && npm i && npm audit fix", | ||
"dependencies": { | ||
"@-0/keys": "^0.2.96", | ||
"@-0/utils": "^0.2.96", | ||
"@-0/spool": "^0.2.102", | ||
"@-0/browser": "^0.2.100" | ||
"@-0/keys": "^0.2.100", | ||
"@-0/utils": "^0.2.97", | ||
"@-0/spool": "^0.2.103", | ||
"@-0/browser": "^0.2.102" | ||
}, | ||
@@ -63,3 +63,3 @@ "devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.26", | ||
"@types/node": "^14.14.27", | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
@@ -66,0 +66,0 @@ "@typescript-eslint/parser": "^4.15.0", |
29844
13
Updated@-0/browser@^0.2.102
Updated@-0/keys@^0.2.100
Updated@-0/spool@^0.2.103
Updated@-0/utils@^0.2.97