@paypal/sdk-release 5.0.410 → 5.0.412

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package-lock.json +359 -292
  2. package/package.json +8 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/sdk-release",
3
- "version": "5.0.410",
3
+ "version": "5.0.412",
4
4
  "description": "Unified SDK wrapper module for tests, shared build config, and deploy.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -68,6 +68,7 @@
68
68
  "prettier": "2.8.4"
69
69
  },
70
70
  "dependencies": {
71
+ "@braintree/asset-loader": "2.0.0",
71
72
  "@braintree/browser-detection": "1.7.0",
72
73
  "@braintree/iframer": "1.0.3",
73
74
  "@braintree/sanitize-url": "2.1.0",
@@ -83,8 +84,9 @@
83
84
  "@krakenjs/zoid": "10.3.3",
84
85
  "@paypal/applepay-components": "1.6.0",
85
86
  "@paypal/card-components": "1.0.55",
86
- "@paypal/checkout-components": "5.0.286",
87
+ "@paypal/checkout-components": "5.0.289",
87
88
  "@paypal/common-components": "1.0.42",
89
+ "@paypal/connect-loader-component": "1.1.1",
88
90
  "@paypal/example-components": "1.0.28",
89
91
  "@paypal/funding-components": "1.0.32",
90
92
  "@paypal/googlepay-components": "1.2.3",
@@ -100,11 +102,15 @@
100
102
  "card-validator": "4.3.0",
101
103
  "core-js-pure": "3.31.1",
102
104
  "credit-card-type": "6.3.0",
105
+ "envify": "4.1.0",
106
+ "esprima": "4.0.1",
103
107
  "framebus": "3.0.1",
104
108
  "hi-base32": "0.5.1",
105
109
  "inject-stylesheet": "1.0.0",
106
110
  "promise-polyfill": "7.0.2",
107
111
  "restricted-input": "1.2.7",
112
+ "through": "2.3.8",
113
+ "typescript": "4.9.5",
108
114
  "whatwg-fetch": "3.6.19"
109
115
  }
110
116
  }