@-0/browser
Advanced tools
Comparing version 0.3.66 to 0.3.67
@@ -1,5 +0,2 @@ | ||
import { Command, Router, RouterCFG } from "@-0/keys"; | ||
export declare const registerRouterDOM: (CFG: Router | RouterCFG, setStateCMD?: Command) => { | ||
sub$: string; | ||
args: any; | ||
}; | ||
import { Command, Router, RouterCFG, RouterCommand } from "@-0/keys"; | ||
export declare const registerRouterDOM: (CFG: Router | RouterCFG, setStateCMD?: Command) => RouterCommand; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.66", | ||
"version": "0.3.67", | ||
"description": "Browser helpers for -0 state management, routing and the interaction between", | ||
@@ -35,5 +35,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@-0/keys": "^0.3.60", | ||
"@-0/utils": "^0.3.58", | ||
"@-0/spool": "^0.3.48", | ||
"@-0/keys": "^0.3.61", | ||
"@-0/utils": "^0.3.59", | ||
"@-0/spool": "^0.3.49", | ||
"@thi.ng/paths": "^5.0.8", | ||
@@ -40,0 +40,0 @@ "@thi.ng/rstream": "^7.0.9" |
49379
674
Updated@-0/keys@^0.3.61
Updated@-0/spool@^0.3.49
Updated@-0/utils@^0.3.59