fingerprintjs / fingerprintjs-pro-server-api-node-sdk

Node.js wrapper for FingerprintJS Server API
https://dev.fingerprintjs.com/docs/server-api
MIT License
18 stars 3 forks source link

Use `datacenter` field for the `IpInfo` signal instead of the wrong `dataCenter`, deprecate `IPLocation` #89

Closed ilfa closed 6 months ago

github-actions[bot] commented 6 months ago

Wrong commit message format detected

We use Semantic Commit Messages in our project.

Warning Probably you forgot to activate local git hooks.

Run the next command in the project root to activate local hooks:

sh ./install_hooks.sh

More info you can find in job logs

github-actions[bot] commented 6 months ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 95.4% 83/87
🟒 Branches 89.74% 70/78
🟒 Functions 100% 20/20
🟒 Lines 95.4% 83/87

Test suite run success

58 tests passing in 7 suites.

Report generated by πŸ§ͺjest coverage report action from 4d294cb1f4b7fbeab8fb8c4a2223b8b0d194e470

Show full coverage report St|File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s --|--------------------|---------|----------|---------|---------|------------------- 🟒|All files | 95.4 | 89.74 | 100 | 95.4 | 🟒| [index.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/index.ts)| 100 | 100 | 100 | 100 | 🟒| [serverApiClient.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/serverApiClient.ts)| 91.11 | 82.75 | 100 | 91.11 |[32](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/serverApiClient.ts#L32),[36](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/serverApiClient.ts#L36),[47](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/serverApiClient.ts#L47),[91](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/serverApiClient.ts#L91) 🟒| [types.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/types.ts)| 100 | 93.02 | 100 | 100 |[65](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/types.ts#L65),[90](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/types.ts#L90),[93](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/types.ts#L93) 🟒| [urlUtils.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/7744dc2e0c0fa161c3d273f9e716847db84d7e16/src/urlUtils.ts)| 100 | 100 | 100 | 100 |
github-actions[bot] commented 6 months ago

This PR will create a major release :rocket:

3.0.0 (2024-01-10)

⚠ BREAKING CHANGES

Features

ilfa commented 6 months ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: