@-0/spool
Advanced tools
Comparing version 0.2.101 to 0.2.102
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.2.101", | ||
"version": "0.2.102", | ||
"description": "SPA framework built on top of http://thi.ng/umbrella ecosystem", | ||
@@ -14,6 +14,6 @@ "main": "./lib/index.js", | ||
"scripts": { | ||
"madge": "madge --circular lib/", | ||
"types": "tsc --project tsconfig.build.json", | ||
"typewatch": "tsc --project tsconfig.json", | ||
"types": "tsc --project tsconfig.build.json", | ||
"madge": "madge --circular lib/", | ||
"tests": "npm run madge && concurrently \"npm run typewatch\" \"jest --watchAll\"", | ||
"test": "npm run madge && concurrently \"npm run typewatch\" \"jest --watchAll\"", | ||
"jsdoc": "jsdoc -c jsdoc/jsdoc.json --verbose --debug", | ||
@@ -45,4 +45,4 @@ "pages": "gh-pages -d @-0/spool", | ||
"dependencies": { | ||
"@-0/keys": "^0.2.95", | ||
"@-0/utils": "^0.2.93" | ||
"@-0/keys": "^0.2.96", | ||
"@-0/utils": "^0.2.96" | ||
}, | ||
@@ -59,3 +59,3 @@ "devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.25", | ||
"@types/node": "^14.14.26", | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
@@ -62,0 +62,0 @@ "@typescript-eslint/parser": "^4.15.0", |
35451
Updated@-0/keys@^0.2.96
Updated@-0/utils@^0.2.96