@relab/graceful-shutdown
Advanced tools
Comparing version 1.0.4 to 1.0.6
{ | ||
"name": "@relab/graceful-shutdown", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "Graceful shutdown for Node.js application", | ||
"packageManager": "pnpm@9.1.4", | ||
"main": "lib/index.cjs.js", | ||
@@ -16,17 +15,9 @@ "module": "lib/index.esm.js", | ||
], | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"prepublish": "pnpm run build", | ||
"prepack": "pnpm run build", | ||
"build": "rollup -c", | ||
"lint": "eslint . --ext ts,tsx", | ||
"format": "prettier --write \"**/*.ts*\"" | ||
}, | ||
"homepage": "https://github.com/relab-services/node-graceful-shutdown#readme", | ||
"homepage": "https://github.com/relab-services/dev-kit#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/relab-services/node-graceful-shutdown.git" | ||
"url": "git+https://github.com/relab-services/dev-kit.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/relab-services/node-graceful-shutdown/issues" | ||
"url": "https://github.com/relab-services/dev-kit/issues" | ||
}, | ||
@@ -54,6 +45,3 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@relab/eslint-config": "2.2.3", | ||
"@relab/prettier-config": "1.1.3", | ||
"@relab/semantic-release-commits-config": "1.0.8", | ||
"@rollup/plugin-commonjs": "25.0.8", | ||
"@rollup/plugin-commonjs": "26.0.1", | ||
"@rollup/plugin-json": "6.1.0", | ||
@@ -63,8 +51,5 @@ "@rollup/plugin-node-resolve": "15.2.3", | ||
"@rollup/plugin-typescript": "11.1.6", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "10.0.5", | ||
"@semantic-release/npm": "12.0.1", | ||
"@types/js-yaml": "4.0.9", | ||
"@types/node": "20.14.0", | ||
"eslint": "9.4.0", | ||
"@types/node": "20.14.2", | ||
"eslint": "8.57.0", | ||
"rollup": "4.18.0", | ||
@@ -75,7 +60,15 @@ "rollup-plugin-copy": "3.5.0", | ||
"rollup-plugin-peer-deps-external": "2.2.4", | ||
"semantic-release": "23.1.1", | ||
"semantic-release-telegram-bot": "2.0.1", | ||
"tslib": "2.6.2", | ||
"typescript": "5.4.5" | ||
"rollup-preserve-directives": "1.1.1", | ||
"tslib": "2.6.3", | ||
"typescript": "5.4.5", | ||
"@relab/eslint-config": "2.2.5", | ||
"@relab/prettier-config": "1.1.5" | ||
}, | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"prepublish": "pnpm run build", | ||
"build": "rollup -c", | ||
"lint": "eslint . --ext ts,tsx", | ||
"format": "prettier --write \"**/*.ts*\"" | ||
} | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
<h1 align="center">🚀 Graceful Shutdown for Node.js</h1> | ||
# @relab/graceful-shutdown | ||
<p align="center">Tiny and stupid simple dependency-free Node.js library to shutdown gracefully.</p> | ||
Tiny and stupid simple dependency-free Node.js library to shut down gracefully. | ||
@@ -5,0 +5,0 @@ ## Requirements |
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
18
6101