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

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

Use changesets for release #123

Closed TheUnderScorer closed 2 months ago

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: 81671648f19750cdeca899d1969ff68a647d8e05

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 3 months ago

Coverage report

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 94.52% 207/219
🟑 Branches 78.41% 69/88
🟒 Functions 93.62% 44/47
🟒 Lines 94.88% 204/215

Test suite run success

82 tests passing in 10 suites.

Report generated by πŸ§ͺjest coverage report action from 81671648f19750cdeca899d1969ff68a647d8e05

Show full coverage report St|File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s --|---------------------|---------|----------|---------|---------|-------------------------- 🟒|All files | 94.52 | 78.4 | 93.61 | 94.88 | 🟒| src| 94.33 | 81.35 | 100 | 94.33 | 🟒|  [index.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/index.ts)| 100 | 100 | 100 | 100 | 🟒|  [responseUtils.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/responseUtils.ts)| 100 | 100 | 100 | 100 | 🟒|  [sealedResults.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/sealedResults.ts)| 100 | 100 | 100 | 100 | 🟒|  [serverApiClient.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/serverApiClient.ts)| 86.27 | 68.75 | 100 | 86.27 |[34](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/serverApiClient.ts#L34),[68](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/serverApiClient.ts#L68),[97](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/serverApiClient.ts#L97),[127](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/serverApiClient.ts#L127),[162](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/serverApiClient.ts#L162),[199](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/serverApiClient.ts#L199),[227](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/serverApiClient.ts#L227) 🟒|  [types.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/types.ts)| 100 | 100 | 100 | 100 | 🟒|  [urlUtils.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/urlUtils.ts)| 97.14 | 85.71 | 100 | 97.14 |[41](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/urlUtils.ts#L41) 🟑|  [utils.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/utils.ts)| 75 | 100 | 100 | 75 |[6](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/utils.ts#L6) 🟒|  [webhook.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/webhook.ts)| 100 | 100 | 100 | 100 | 🟒| src/errors| 95 | 72.41 | 86.95 | 96.42 | 🟒|  [apiErrors.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/errors/apiErrors.ts)| 93.33 | 71.42 | 83.33 | 95.23 |[45](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/errors/apiErrors.ts#L45),[111](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/errors/apiErrors.ts#L111) 🟒|  [unsealError.ts](https://github.com/fingerprintjs/fingerprintjs-pro-server-api-node-sdk/blob/64cbfbeedfe06ffaf01904398462cd0e74f581e3/src/errors/unsealError.ts)| 100 | 100 | 100 | 100 |
github-actions[bot] commented 3 months ago

This PR will not create a new release :rocket: