Skip to content

Commit

Permalink
feat: update @fingerprintjs/fingerprintjs-pro-spa to 1.2.0, add Finge…
Browse files Browse the repository at this point in the history
…rprintJSPro export
  • Loading branch information
TheUnderScorer committed Oct 10, 2023
1 parent 82414e0 commit 8066afe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"homepage": "https://github.com/fingerprintjs/fingerprintjs-pro-react#readme",
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-spa": "^1.1.2",
"@fingerprintjs/fingerprintjs-pro-spa": "^1.2.0",
"fast-deep-equal": "3.1.3"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export {
defaultEndpoint,
defaultScriptUrlPattern,
defaultTlsEndpoint,
FingerprintJSPro,

Check warning on line 22 in src/index.ts

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🕹️ Function is not covered

Warning! Not covered function
} from '@fingerprintjs/fingerprintjs-pro-spa'
export type {
Agent,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -827,10 +827,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@fingerprintjs/fingerprintjs-pro-spa@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-1.1.2.tgz#7b4a7ef2a82fa93e879df23edc7dcce0afc5967f"
integrity sha512-tyJli+s1TbPYDG3n56g7N6u2RWjDRrb9v5lolDAxcgniIlgMNKcbLx0+/gEw/6dk2FzKrG6BbXXh/YLHGCh5iA==
"@fingerprintjs/fingerprintjs-pro-spa@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-1.2.0.tgz#2cfa776999f0a0bd3b741618e5a54baf5eec8740"
integrity sha512-sSyaY7kDwxaHmAGgr/7pVnU1jlZjGsigxSH05MqtDPkr0Ez92Ha1dF0dBFFNwciZbwOjNRUaFgXbqoChYEleRg==
dependencies:
"@fingerprintjs/fingerprintjs-pro" "^3.8.5"
tslib "^2.5.0"
Expand Down

0 comments on commit 8066afe

Please sign in to comment.