Skip to content

Commit

Permalink
feat: add reexports of defaultEndpoint, defaultScriptUrlPattern, …
Browse files Browse the repository at this point in the history
…`defaultTlsEndpoint`
  • Loading branch information
JuroUhlar committed Jul 5, 2023
1 parent 118b714 commit b701883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/index.ts
Expand Up @@ -16,6 +16,9 @@ export {
InMemoryCache,
LocalStorageCache,
SessionStorageCache,
defaultEndpoint,

Check warning on line 19 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
defaultScriptUrlPattern,

Check warning on line 20 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
defaultTlsEndpoint,

Check warning on line 21 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
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -827,7 +827,7 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@fingerprintjs/fingerprintjs-pro-spa@^1.0.2":
"@fingerprintjs/fingerprintjs-pro-spa@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-1.1.0.tgz#3a1924c4bdc91599ecc41971d01b9e38ec1b18d5"
integrity sha512-mj+8zl70lwtibQYdZUN5yUO6Bhw8/MxhbzNolBOp8asCdsXCEEx5DYzRADijQ73vJgimb+ys5zrQ9sZ8O7W0iw==
Expand Down

0 comments on commit b701883

Please sign in to comment.