@-0/spool
Advanced tools
Comparing version 0.2.94 to 0.2.95
@@ -1,1 +0,1 @@ | ||
export { cmd$, out$, run$, task$, keys_match, multiplex } from "./multiplex"; | ||
export { cmd$, out$, run$, task$, keys_match, multiplex, process_args } from "./multiplex"; |
@@ -1,1 +0,1 @@ | ||
export { cmd$, out$, run$, task$, keys_match, multiplex } from "./multiplex"; | ||
export { cmd$, out$, run$, task$, keys_match, multiplex, process_args } from "./multiplex"; |
@@ -66,4 +66,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
[[CMD_ARGS, CMD_SUB$], "AS"], | ||
[[CMD_ARGS, CMD_ERRO, CMD_SUB$], "AER"], | ||
[[CMD_ARGS, CMD_ERRO, CMD_RESO], "AES"], | ||
[[CMD_ARGS, CMD_ERRO, CMD_SUB$], "AES"], | ||
[[CMD_ARGS, CMD_ERRO, CMD_RESO], "AER"], | ||
[[CMD_ARGS, CMD_RESO, CMD_SUB$], "ARS"], | ||
@@ -74,2 +74,3 @@ [[CMD_ARGS, CMD_ERRO, CMD_RESO, CMD_SUB$], "AERS"] | ||
const args_type = stringify_type(args); | ||
log({ args_type }); | ||
switch (args_type) { | ||
@@ -79,3 +80,3 @@ case "PRIMITIVE": | ||
case "ARRAY": | ||
return args; | ||
return { args_type, args }; | ||
case "UNARY": | ||
@@ -82,0 +83,0 @@ return yield process_args(acc, args(acc)); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.94", | ||
"version": "0.2.95", | ||
"description": "SPA framework built on top of http://thi.ng/umbrella ecosystem", | ||
@@ -45,3 +45,3 @@ "main": "./lib/index.js", | ||
"@-0/keys": "^0.2.87", | ||
"@-0/utils": "^0.2.85" | ||
"@-0/utils": "^0.2.86" | ||
}, | ||
@@ -48,0 +48,0 @@ "devDependencies": { |
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
36551
309
Updated@-0/utils@^0.2.86