Skip to content

Commit

Permalink
Merge pull request #77 from fingerprintjs/feature/INTER-109-smart-sig…
Browse files Browse the repository at this point in the history
…nals

feat: add smart signals support
  • Loading branch information
ilfa authored Jul 31, 2023
2 parents 9a74000 + 7271d12 commit aa819a7
Show file tree
Hide file tree
Showing 11 changed files with 807 additions and 40 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/funcitonal_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
runs-on: ubuntu-latest

strategy:
max-parallel: 1
max-parallel: 3
fail-fast: false
matrix:
node-version: [ 10, 12, 14, 16, 17, 18, 19 ]

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ dist
# Idea files
.idea

# VSCode
.vscode

# yarn v2
.yarn/cache
.yarn/unplugged
Expand Down
3 changes: 3 additions & 0 deletions example/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @type {import('@fingerprintjs/fingerprintjs-pro-server-api')}
**/
const {
FingerprintJsServerApiClient,
Region,
Expand Down
Loading

0 comments on commit aa819a7

Please sign in to comment.