Comparing version 3.0.1 to 3.0.2
# Changelog | ||
## 3.0.2 - 2022-03-22 | ||
### Changed | ||
- Shrunk package size slightly | ||
## 3.0.1 - 2021-06-22 | ||
@@ -4,0 +10,0 @@ |
@@ -8,3 +8,3 @@ { | ||
"description": "Middleware to destroy caching", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
@@ -30,4 +30,4 @@ "keywords": [ | ||
}, | ||
"main": "./dist/index.js", | ||
"typings": "./dist/index.d.ts", | ||
"main": "index.js", | ||
"typings": "index.d.ts", | ||
"files": [ | ||
@@ -37,30 +37,19 @@ "CHANGELOG.md", | ||
"README.md", | ||
"dist/index.js", | ||
"dist/index.d.ts" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"scripts": { | ||
"pretest": "npm run lint", | ||
"prepublishOnly": "npm run build", | ||
"lint": "npm run lint:eslint && npm run lint:prettier", | ||
"lint:eslint": "eslint \"**/*.ts\"", | ||
"lint:prettier": "prettier --check \"**/*.{md,js,json,ts}\"", | ||
"format": "prettier --write \"**/*.{md,js,json,ts}\"", | ||
"clean": "rm -rf dist", | ||
"build": "npm run clean && tsc", | ||
"test": "jest --config test/jest-config.json" | ||
"lint:eslint": "eslint .", | ||
"lint:prettier": "prettier --check .", | ||
"format": "prettier --write .", | ||
"test": "node test" | ||
}, | ||
"devDependencies": { | ||
"@types/connect": "^3.4.34", | ||
"@types/jest": "^26.0.23", | ||
"@types/supertest": "^2.0.11", | ||
"@typescript-eslint/eslint-plugin": "^4.28.0", | ||
"@typescript-eslint/parser": "^4.28.0", | ||
"connect": "^3.7.0", | ||
"eslint": "^7.29.0", | ||
"jest": "^27.0.5", | ||
"prettier": "^2.3.1", | ||
"supertest": "^6.1.3", | ||
"ts-jest": "^27.0.3", | ||
"typescript": "^4.3.4" | ||
"eslint": "^8.11.0", | ||
"prettier": "^2.6.0", | ||
"supertest": "^6.2.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
19
4142