Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "costatus", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "HTTP response status codes", | ||
@@ -14,8 +14,7 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"docs:watch": "npm run docs -- --watch", | ||
"lint": "eslint --ignore-path .gitignore --ext .js,.mjs,.ts,.tsx .", | ||
"lint": "eslint .", | ||
"lint:fix": "npm run lint -- --fix", | ||
"lint:tsc": "tsc --noEmit", | ||
"_postinstall": "husky install", | ||
"postpublish": "pinst --enable", | ||
"prepublishOnly": "pinst --disable && npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build", | ||
"prepare": "husky", | ||
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run test:esm && npm run clean && npm run build", | ||
"test": "jest", | ||
@@ -41,20 +40,23 @@ "test:ci": "CI=true jest --ci --colors --coverage", | ||
"devDependencies": { | ||
"@commitlint/cli": "18.2.0", | ||
"@commitlint/config-conventional": "18.1.0", | ||
"@types/jest": "29.5.6", | ||
"@types/node": "20.8.9", | ||
"@typescript-eslint/eslint-plugin": "6.9.0", | ||
"@typescript-eslint/parser": "6.9.0", | ||
"eslint": "8.52.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"eslint-plugin-simple-import-sort": "10.0.0", | ||
"eslint-plugin-tsdoc": "0.2.17", | ||
"husky": "8.0.3", | ||
"@commitlint/cli": "19.5.0", | ||
"@commitlint/config-conventional": "19.5.0", | ||
"@eslint/compat": "1.2.0", | ||
"@eslint/eslintrc": "3.1.0", | ||
"@eslint/js": "9.12.0", | ||
"@types/jest": "29.5.13", | ||
"@types/node": "22.7.4", | ||
"@typescript-eslint/eslint-plugin": "8.8.0", | ||
"@typescript-eslint/parser": "8.8.0", | ||
"eslint": "9.12.0", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint-plugin-simple-import-sort": "12.1.1", | ||
"eslint-plugin-tsdoc": "0.3.0", | ||
"globals": "15.10.0", | ||
"husky": "9.1.6", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.0.2", | ||
"pinst": "3.0.0", | ||
"prettier": "3.0.3", | ||
"ts-jest": "29.1.1", | ||
"typedoc": "0.25.2", | ||
"typescript": "5.2.2" | ||
"lint-staged": "15.2.10", | ||
"prettier": "3.3.3", | ||
"ts-jest": "29.2.5", | ||
"typedoc": "0.26.8", | ||
"typescript": "5.6.2" | ||
}, | ||
@@ -61,0 +63,0 @@ "files": [ |
89988
21