@node-saml/node-saml
Advanced tools
Comparing version 4.0.0-beta.5 to 4.0.0-beta.6
{ | ||
"name": "@node-saml/node-saml", | ||
"version": "4.0.0-beta.5", | ||
"version": "4.0.0-beta.6", | ||
"description": "SAML 2.0 implementation for Node.js", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"prettier-watch": "onchange -k -p 100 \".\" -- prettier --config .prettierrc.json --write {{file}}", | ||
"prerelease": "npm ci && npm test && npm run build", | ||
"prerelease": "git clean -xfd && npm ci && npm test && npm run build", | ||
"release": "release-it", | ||
@@ -69,3 +69,3 @@ "test": "npm run prettier-check && npm run lint && npm run tsc && nyc mocha", | ||
"devDependencies": { | ||
"@cjbarth/github-release-notes": "^2.0.0", | ||
"@cjbarth/github-release-notes": "^2.1.0", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
@@ -72,0 +72,0 @@ "@types/chai": "^4.3.3", |
250908
39
1983