Skip to content

Commit

Permalink
feat: bump SPA package to 0.6.0
Browse files Browse the repository at this point in the history
Updates JS Agent to 3.8.0 to support fallbacks for `scriptUrlPattern`, `endpoint` and `tlsEndpoint`
  • Loading branch information
ilfa committed Nov 10, 2022
1 parent 1fb99e8 commit c4e8785
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions projects/fingerprintjs-pro-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@angular/core": ">=13.0.0"
},
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-spa": "0.5.0",
"@fingerprintjs/fingerprintjs-pro-spa": "^0.6.0",
"tslib": "^2.3.0"
}
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1637,18 +1637,18 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@fingerprintjs/fingerprintjs-pro-spa@0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-0.5.0.tgz#7ba74a3dab7db3c8ba06334caf9499b0cbf79263"
integrity sha512-AUy8pJoDMivmwqv6VdBxw7p9md3MmBwSlA3GccUybu3jQWGMDa4UB/XaPfRePIO7riD1bNp9bhZXNqo+b6O7ag==
"@fingerprintjs/fingerprintjs-pro-spa@^0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro-spa/-/fingerprintjs-pro-spa-0.6.0.tgz#991f9d46143253e28b2877effa320ed0374f8ae4"
integrity sha512-cMww0FNh41H3eyL6pusXN65fNOz6U+mumQ5KHm2wx66iFvPWHLXMUufPWsUaXYE7EWHseuznuUcO+VSVN+ubyQ==
dependencies:
"@fingerprintjs/fingerprintjs-pro" "^3.7.1"
"@fingerprintjs/fingerprintjs-pro" "^3.8.0"
tslib "^2.2.0"

"@fingerprintjs/fingerprintjs-pro@^3.7.1":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.7.1.tgz#ece7679d2bdb05bce9fc6c1a64f7aa8705f1b908"
integrity sha512-06t3lqFwq0fpt5MFfppoNfZgd/jhnfv15lklVtaGhqkKyNpB81kwCM9iIqku7dhaEUFXlGZg5VcoA8zjkC483A==
"@fingerprintjs/fingerprintjs-pro@^3.8.0":
version "3.8.0"
resolved "https://registry.yarnpkg.com/@fingerprintjs/fingerprintjs-pro/-/fingerprintjs-pro-3.8.0.tgz#586bef92c6bca912c03b38ab23437c12628d871c"
integrity sha512-ZSrpmkzIWk3UfArj/1QzTvFY30Q2sk2YbTaE9GvVvG5HZtHOEzv58FlClXpdmTl4Bkbzki6Fofc7t7R+P9ZDLg==
dependencies:
tslib "^2.0.1"

Expand Down

0 comments on commit c4e8785

Please # to comment.