@pagedip/util-error
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -0,1 +1,17 @@ | ||
## [2.0.14](https://github.com/pagedip/pagedip-framework/tree/release/96/util/error) - Jan 28, 2019 | ||
### Dependencies | ||
- @types/express: `^4.16.0` → `^4.16.1` | ||
- @babel/cli: `^7.1.2` → `^7.2.3` | ||
- npm-run-all: `^4.1.3` → `^4.1.5` | ||
### Commits | ||
[`2e01883d..c58957f7`](https://github.com/pagedip/pagedip-framework/compare/2e01883d5365d24163001b74dc82986c810f4274..c58957f7d13cc1535d4a4f6ad94a81f33b901f94) | ||
- [`6821c873`](https://github.com/pagedip/pagedip-framework/commit/6821c8737692e2664814e6bbfbe1755f48765b35) update deps | ||
- [`3f3a16e6`](https://github.com/pagedip/pagedip-framework/commit/3f3a16e6b91e859fe36574fb294de77bd9800a93) update deps | ||
- [`f7040ffc`](https://github.com/pagedip/pagedip-framework/commit/f7040ffcc0b86fbd0919984054b73545aa6a51a5) update dev deps | ||
- [`fc3c2b38`](https://github.com/pagedip/pagedip-framework/commit/fc3c2b389e370262db9cdbd52bf05e21ed7e859e) update deps | ||
- [`a0966eb7`](https://github.com/pagedip/pagedip-framework/commit/a0966eb7923fe83bc36201dc252bf26517b198e2) use npm-run-build instead of npm | ||
## [2.0.13](https://github.com/pagedip/pagedip-framework/tree/release/74/util/error) - Oct 23, 2018 | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@pagedip/util-error", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"public": true, | ||
@@ -15,12 +15,12 @@ "author": "Tyler Johnson <tyler@beneaththeink.com>", | ||
"build": "babel src/ --out-dir lib/", | ||
"prepare": "npm run build" | ||
"prepare": "npm-run-all build" | ||
}, | ||
"dependencies": { | ||
"@pagedip/util-prop-helpers": "^1.2.4", | ||
"@types/express": "^4.16.0", | ||
"@types/express": "^4.16.1", | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.2", | ||
"npm-run-all": "^4.1.3", | ||
"@babel/cli": "^7.2.3", | ||
"npm-run-all": "^4.1.5", | ||
"shx": "^0.3.2" | ||
@@ -32,3 +32,3 @@ }, | ||
], | ||
"gitHead": "2e01883d5365d24163001b74dc82986c810f4274" | ||
"gitHead": "db43d24a3c50051d20e3deb9af517d139cca5709" | ||
} |
30319
Updated@types/express@^4.16.1