@5app/memoize
Advanced tools
Comparing version 1.4.7 to 2.0.0
{ | ||
"name": "@5app/memoize", | ||
"version": "1.4.7", | ||
"version": "2.0.0", | ||
"description": "Memoize decorator", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"exports": { | ||
".": "./index.js" | ||
}, | ||
"files": [ | ||
"dist/*" | ||
], | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"prepare": "is-ci || husky install", | ||
"lint": "eslint ./", | ||
"lint-fix": "npm run lint -- --fix", | ||
"lint-diff": "LIST=`git diff-index --name-only HEAD | grep '.*\\.js$';`; if [ \"$LIST\" ]; then eslint $LIST; fi", | ||
"lint-diff": "LIST=`git diff-index --name-only HEAD | grep '.*\\.[tj]s$';`; if [ \"$LIST\" ]; then eslint $LIST; fi", | ||
"precommit-msg": "echo 'Running pre-commit checks... (skip using --no-verify)' && exit 0", | ||
"test": "npm run lint && npm run spec", | ||
"test": "npm run lint && npm run build && npm run spec", | ||
"spec": "nyc mocha test/spec/**/*.js" | ||
@@ -23,5 +26,2 @@ }, | ||
"license": "ISC", | ||
"files": [ | ||
"index.js" | ||
], | ||
"bugs": { | ||
@@ -32,17 +32,23 @@ "url": "https://github.com/5app/memoize/issues" | ||
"devDependencies": { | ||
"@5app/semantic-release-config": "^1.0.1", | ||
"@commitlint/cli": "^17.0.3", | ||
"@commitlint/config-conventional": "^17.0.3", | ||
"chai": "^4.3.6", | ||
"@5app/prettier-config": "^1.0.4", | ||
"@5app/semantic-release-config": "^1.1.0", | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@tsconfig/node16-strictest-esm": "^1.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"chai": "^4.3.7", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^8.21.0", | ||
"eslint-config-5app": "^0.16.4", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-5app": "^0.19.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"husky": "^4.3.8", | ||
"mocha": "^10.0.0", | ||
"husky": "^8.0.3", | ||
"is-ci": "^3.0.1", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.4", | ||
"pretty-quick": "^3.1.3", | ||
"semantic-release": "^19.0.3" | ||
"semantic-release": "^20.1.1", | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -52,2 +58,3 @@ "release": { | ||
}, | ||
"prettier": "@5app/prettier-config", | ||
"commitlint": { | ||
@@ -70,9 +77,3 @@ "extends": [ | ||
} | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "pretty-quick --staged && npm run precommit-msg && npm run lint-diff" | ||
} | ||
} | ||
} |
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
11599
4
155
21
1