Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "costatus", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "HTTP response status codes", | ||
"author": "Mark <mark@remarkablemark.org>", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"exports": { | ||
"import": "./esm/index.js", | ||
"require": "./cjs/index.js" | ||
}, | ||
"types": "cjs/index.d.ts", | ||
"scripts": { | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc", | ||
"build:esm": "tsc --module nodenext --outDir esm --target es6", | ||
"build": "tsc", | ||
"build:watch": "tsc --watch", | ||
"clean": "rm -rf cjs coverage docs esm", | ||
"clean": "rm -rf cjs coverage docs", | ||
"docs": "typedoc", | ||
@@ -28,3 +22,3 @@ "docs:watch": "npm run docs -- --watch", | ||
"test:ci": "CI=true jest --ci --colors --coverage", | ||
"test:esm": "npm run build:esm && node --test __tests__", | ||
"test:esm": "npm run build && node --test __tests__", | ||
"test:watch": "jest --watch" | ||
@@ -47,26 +41,26 @@ }, | ||
"devDependencies": { | ||
"@commitlint/cli": "17.6.6", | ||
"@commitlint/config-conventional": "17.6.6", | ||
"@types/jest": "29.5.3", | ||
"@types/node": "20.4.2", | ||
"@typescript-eslint/eslint-plugin": "6.0.0", | ||
"@typescript-eslint/parser": "6.0.0", | ||
"eslint": "8.45.0", | ||
"eslint-plugin-prettier": "5.0.0", | ||
"@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", | ||
"jest": "29.6.1", | ||
"lint-staged": "13.2.3", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.0.2", | ||
"pinst": "3.0.0", | ||
"prettier": "3.0.0", | ||
"prettier": "3.0.3", | ||
"ts-jest": "29.1.1", | ||
"typedoc": "0.24.8", | ||
"typescript": "5.1.6" | ||
"typedoc": "0.25.2", | ||
"typescript": "5.2.2" | ||
}, | ||
"files": [ | ||
"cjs/", | ||
"esm/" | ||
"src/" | ||
], | ||
"license": "MIT" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
90009
33
2383