@-0/spool
Advanced tools
Comparing version 0.3.14 to 0.3.15
@@ -41,3 +41,5 @@ import { __awaiter } from "tslib"; | ||
case "PROMISE": { | ||
const resolved = yield args.catch(e => e); | ||
const resolved = yield args.catch(e => { | ||
throw new Error(`Error in processArgs for args: ${args}. Error: ${e}`); | ||
}); | ||
return yield processArgs(acc, resolved); | ||
@@ -44,0 +46,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"description": "SPA framework built on top of http://thi.ng/umbrella ecosystem", | ||
@@ -35,25 +35,25 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@-0/keys": "^0.3.17", | ||
"@-0/utils": "^0.3.17" | ||
"@-0/keys": "^0.3.19", | ||
"@-0/utils": "^0.3.19" | ||
}, | ||
"peerDependencies": { | ||
"@thi.ng/paths": "^4.2.9", | ||
"@thi.ng/rstream": "^6.0.10" | ||
"@thi.ng/paths": "^4.2.12", | ||
"@thi.ng/rstream": "^6.0.16" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.14.5", | ||
"@thi.ng/arrays": "^0.10.13", | ||
"@thi.ng/associative": "5.2.6", | ||
"@thi.ng/atom": "^4.1.37", | ||
"@thi.ng/checks": "^2.9.8", | ||
"@thi.ng/paths": "^4.2.9", | ||
"@thi.ng/rstream": "^6.0.10", | ||
"@thi.ng/transducers": "^7.7.4", | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^16.4.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.4", | ||
"@typescript-eslint/parser": "^4.28.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.15.0", | ||
"@thi.ng/arrays": "^1.0.1", | ||
"@thi.ng/associative": "5.2.11", | ||
"@thi.ng/atom": "^4.1.40", | ||
"@thi.ng/checks": "^2.9.10", | ||
"@thi.ng/paths": "^4.2.12", | ||
"@thi.ng/rstream": "^6.0.16", | ||
"@thi.ng/transducers": "^7.8.3", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.6.1", | ||
"@typescript-eslint/eslint-plugin": "^4.29.2", | ||
"@typescript-eslint/parser": "^4.29.2", | ||
"babel-jest": "^27.0.6", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.31.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-jest": "^24.4.0", | ||
@@ -64,2 +64,3 @@ "gh-pages": "^3.2.3", | ||
"ts-jest": "^27.0.4", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.3.5" | ||
@@ -66,0 +67,0 @@ }, |
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
36910
297
22
Updated@-0/keys@^0.3.19
Updated@-0/utils@^0.3.19