Skip to content

Commit

Permalink
Merge pull request #34 from fingerprintjs/feat/add-reexports-INTER-65
Browse files Browse the repository at this point in the history
Add reexports and update JS agent INTER-65
  • Loading branch information
ilfa authored Jul 6, 2023
2 parents f144703 + ba8e237 commit 6119165
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 24 deletions.
22 changes: 22 additions & 0 deletions examples/spa/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@
# yarn lockfile v1


"@fingerprintjs/fingerprintjs-pro-spa@^1.0.2":
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==
dependencies:
"@fingerprintjs/fingerprintjs-pro" "^3.8.4"
tslib "^2.5.0"

"@fingerprintjs/fingerprintjs-pro-svelte@link:../../dist":
version "0.0.0"
uid ""

"@fingerprintjs/fingerprintjs-pro@^3.8.4":
version "3.8.4"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.8.4.tgz#d73f7d4da986bf0c10226464e87092e3b50ac0b8"
integrity sha512-6m2fTydRjuiM8y02AoUJcOXZuXblHCLmKH3Huu7sgmxDhogTAm1JO0QsF4rigM6hedlFRAejcozBEteqWRZWew==
dependencies:
tslib "^2.4.1"

"@rollup/pluginutils@^4.2.1":
version "4.2.1"
Expand Down Expand Up @@ -276,6 +292,12 @@ svelte-hmr@^0.14.12:

"svelte@link:../../node_modules/svelte":
version "0.0.0"
uid ""

tslib@^2.4.1, tslib@^2.5.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==

vite@^2.9.13:
version "2.9.13"
Expand Down
Loading

0 comments on commit 6119165

Please sign in to comment.