Skip to content

Commit

Permalink
create shopper session class; add identify
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrunson committed Jan 23, 2024
1 parent 6f530be commit 0cca852
Show file tree
Hide file tree
Showing 9 changed files with 743 additions and 662 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paypal/checkout-components",
"version": "5.0.294",
"version": "5.0.295-alpha.1",
"description": "PayPal Checkout components, for integrating checkout products.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -102,15 +102,16 @@
"vitest": "^0.25.3"
},
"dependencies": {
"@fingerprintjs/fingerprintjs-pro": "^3.8.6",
"@krakenjs/belter": "^2.0.0",
"@krakenjs/cross-domain-utils": "^3.0.0",
"@krakenjs/jsx-pragmatic": "^3",
"@krakenjs/post-robot": "^11.0.0",
"@krakenjs/zalgo-promise": "^2.0.0",
"@krakenjs/zoid": "^10.3.1",
"@paypal/common-components": "^1.0.35",
"@paypal/funding-components": "^1.0.31",
"@paypal/connect-loader-component": "1.1.1",
"@paypal/funding-components": "^1.0.31",
"@paypal/sdk-client": "^4.0.179",
"@paypal/sdk-constants": "^1.0.133",
"@paypal/sdk-logos": "^2.2.6"
Expand Down
196 changes: 0 additions & 196 deletions src/api/shopper-insights/component.js

This file was deleted.

0 comments on commit 0cca852

Please sign in to comment.