waitasecond
Advanced tools
Comparing version 1.8.0 to 1.8.1
{ | ||
"name": "waitasecond", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Simple tool library for the waiting using Promises.", | ||
"type": "module", | ||
"main": "dist/main.js", | ||
@@ -25,9 +26,9 @@ "typings": "dist/main.d.ts", | ||
"prettier-commit": "git diff --exit-code && npm run pretty-imports && npm run prettier && git add src && git commit --allow-empty -m \"Prettier\"", | ||
"documentation": "typedoc", | ||
"documentation-commit": "git diff --exit-code && npm run documentation && git add docs && git commit --allow-empty -m \"Documentation\"", | ||
"generate-documentation": "typedoc", | ||
"generate-documentation-commit": "git diff --exit-code && npm run generate-documentation && git add docs && git commit --allow-empty -m \"Documentation\"", | ||
"lint": "tslint -p tsconfig.json", | ||
"generate-main-exports": "ts-node --project ./scripts/generate-main-exports/tsconfig.json ./scripts/generate-main-exports/generate-main-exports.ts", | ||
"generate-main-exports-commit": "git diff --exit-code && npm run generate-main-exports && npm run prettier && git add src && git commit --allow-empty -m \"Updating exports\"", | ||
"preversion": "npm run lint && npm test && npm run generate-main-exports-commit && npm run build && npm run prettier-commit && npm run documentation-commit", | ||
"postversion": "git push && git push --tags && npm publish" | ||
"preversion": "npm run lint && npm test && npm run generate-main-exports-commit && npm run build && npm run prettier-commit", | ||
"postversion": "npm run generate-documentation-commit && git push && git push --tags && npm publish" | ||
}, | ||
@@ -34,0 +35,0 @@ "repository": { |
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
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
15142
0
Yes