@fingerprintjs/fingerprintjs-pro-server-api
Advanced tools
Comparing version 1.1.3 to 1.1.4
/** | ||
* FingerprintJS Server API Node.js SDK v1.1.2 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprint.com) | ||
* FingerprintJS Server API Node.js SDK v1.1.3 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprint.com) | ||
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | ||
@@ -4,0 +4,0 @@ */ |
/** | ||
* FingerprintJS Server API Node.js SDK v1.1.2 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprint.com) | ||
* FingerprintJS Server API Node.js SDK v1.1.3 - Copyright (c) FingerprintJS, Inc, 2022 (https://fingerprint.com) | ||
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | ||
@@ -4,0 +4,0 @@ */ |
118
package.json
{ | ||
"name": "@fingerprintjs/fingerprintjs-pro-server-api", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Node.js wrapper for FingerprintJS Sever API", | ||
@@ -35,117 +35,2 @@ "main": "dist/index.js", | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main", | ||
{ | ||
"name": "test", | ||
"prerelease": true | ||
} | ||
], | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"releaseRules": [ | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"release": "patch" | ||
}, | ||
{ | ||
"type": "docs", | ||
"scope": "README", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
], | ||
[ | ||
"@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", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"CHANGELOG.md", | ||
"package.json" | ||
] | ||
} | ||
], | ||
"@semantic-release/github" | ||
] | ||
}, | ||
"devDependencies": { | ||
@@ -170,3 +55,2 @@ "@commitlint/cli": "^17.0.3", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"generate-changelog": "^1.8.0", | ||
"husky": "^8.0.1", | ||
@@ -173,0 +57,0 @@ "jest": "^27.0.6", |
Sorry, the diff of this file is not supported yet
30
40456