@acpr/rate-limit-postgresql
Advanced tools
Comparing version 1.3.2 to 1.4.0
{ | ||
"name": "@acpr/rate-limit-postgresql", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "A PostgreSQL store for the `express-rate-limit` middleware", | ||
@@ -28,3 +28,3 @@ "homepage": "https://github.com/express-rate-limit/rate-limit-postgresql", | ||
"scripts": { | ||
"test": "cross-env TS_NODE_PROJECT='./configs/tsconfig.esm.json' mocha", | ||
"test": "ts-mocha src/**/*.spec.ts", | ||
"clean": "rm -rf ./dist", | ||
@@ -73,3 +73,2 @@ "build": "npm run clean && pkgroll --src source/ && cp source/migrations/ dist/ -r && npm run mjs-fix-prepend", | ||
"devDependencies": { | ||
"express-rate-limit": "7.0.1", | ||
"@express-rate-limit/prettier": "1.1.1", | ||
@@ -82,3 +81,3 @@ "@express-rate-limit/tsconfig": "1.0.2", | ||
"chai": "4.3.8", | ||
"cross-env": "7.0.3", | ||
"express-rate-limit": "7.0.1", | ||
"global-jsdom": "9.1.0", | ||
@@ -92,2 +91,3 @@ "husky": "8.0.3", | ||
"sinon": "16.0.0", | ||
"ts-mocha": "10.0.0", | ||
"ts-node": "10.9.1", | ||
@@ -94,0 +94,0 @@ "typescript": "5.2.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14
42919
554