@lbu/stdlib
Advanced tools
Comparing version 0.0.60 to 0.0.61
{ | ||
"name": "@lbu/stdlib", | ||
"version": "0.0.60", | ||
"version": "0.0.61", | ||
"description": "All kinds of utility functions", | ||
@@ -17,4 +17,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "0.0.60", | ||
"@types/node": "14.0.27", | ||
"@lbu/insight": "0.0.61", | ||
"@types/node": "14.6.0", | ||
"dotenv": "8.2.0", | ||
@@ -44,3 +44,3 @@ "lodash.merge": "4.6.2" | ||
}, | ||
"gitHead": "01dbf70765f592eefc7450fee4fb3ddce7426d33" | ||
"gitHead": "34d01d169e93516b1b7dd91c97c90d1c5d66cb67" | ||
} |
@@ -13,3 +13,3 @@ # @lbu/stdlib | ||
- Minimal project boilerplate | ||
- Script runner, can watch & reload almost anything (via nodemon) | ||
- Script runner, can watch & reload almost anything | ||
- Flexible code generators supporting routers, validators, api clients, CRUD | ||
@@ -16,0 +16,0 @@ queries and more in the future. |
37095
+ Added@lbu/insight@0.0.61(transitive)
+ Added@types/node@14.6.0(transitive)
- Removed@lbu/insight@0.0.60(transitive)
- Removed@types/node@14.0.27(transitive)
Updated@lbu/insight@0.0.61
Updated@types/node@14.6.0