@ne1410s/xprest
Advanced tools
Comparing version 0.1.11 to 0.1.12
{ | ||
"name": "@ne1410s/xprest", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "RESTful express core library", | ||
@@ -13,4 +13,4 @@ "main": "dist/ne14_xprest.cjs.min.js", | ||
"clean": "npx rimraf dist", | ||
"is-pretty": "npx prettier --list-different . --ignore-path .gitignore", | ||
"prettify": "npx prettier --write . --ignore-path .gitignore", | ||
"is-pretty": "npx prettier -l .", | ||
"prettify": "npx prettier -w .", | ||
"build": "npm run clean && npx rollup -c", | ||
@@ -42,7 +42,7 @@ "test": "npm run is-pretty && npm run build && mocha --exit", | ||
"devDependencies": { | ||
"@types/cors": "^2.8.14", | ||
"@types/ejs": "^3.1.3", | ||
"@types/express": "^4.17.18", | ||
"@types/jws": "^3.2.6", | ||
"@types/node": "^20.8.2", | ||
"@types/cors": "^2.8.15", | ||
"@types/ejs": "^3.1.4", | ||
"@types/express": "^4.17.20", | ||
"@types/jws": "^3.2.7", | ||
"@types/node": "^20.8.9", | ||
"chai": "^4.3.10", | ||
@@ -52,3 +52,3 @@ "mocha": "^10.2.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.0.0", | ||
"rollup": "^4.1.5", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
@@ -55,0 +55,0 @@ "tslib": "^2.6.2", |
Sorry, the diff of this file is not supported yet
43626