@fingerprintjs/fingerprintjs-pro-server-api
Advanced tools
Comparing version 1.1.2-test.1 to 1.1.2
{ | ||
"name": "@fingerprintjs/fingerprintjs-pro-server-api", | ||
"version": "1.1.2-test.1", | ||
"version": "1.1.2", | ||
"description": "Node.js wrapper for FingerprintJS Sever API", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"keywords": [], | ||
"author": "Fingerprint, Inc (https://fingerprint.com)", | ||
"author": "FingerprintJS, Inc (https://fingerprint.com)", | ||
"license": "MIT", | ||
@@ -62,3 +62,77 @@ "lint-staged": { | ||
], | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/release-notes-generator", | ||
{ | ||
"preset": "conventionalCommits", | ||
"prestConfig": { | ||
"types": [ | ||
{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "feature", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "perf", | ||
"section": "Performance Improvements" | ||
}, | ||
{ | ||
"type": "revert", | ||
"section": "Reverts" | ||
}, | ||
{ | ||
"type": "docs", | ||
"scope": "README", | ||
"section": "Documentation" | ||
}, | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"section": "Build System" | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "Documentation", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "style", | ||
"section": "Styles", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "chore", | ||
"section": "Miscellaneous Chores", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "refactor", | ||
"section": "Code Refactoring", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "test", | ||
"section": "Tests", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "build", | ||
"section": "Build System", | ||
"hidden": true | ||
}, | ||
{ | ||
"type": "ci", | ||
"section": "Continuous Integration", | ||
"hidden": true | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"@semantic-release/changelog", | ||
@@ -92,2 +166,3 @@ "@semantic-release/npm", | ||
"commitizen": "^4.2.4", | ||
"conventional-changelog-conventionalcommits": "^5.0.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -94,0 +169,0 @@ "eslint": "^8.11.0", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
42818
1
31