@paypal/checkout-components 5.0.392 → 5.0.393

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paypal/checkout-components",
3
- "version": "5.0.392",
3
+ "version": "5.0.393",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,7 +20,7 @@ const MIN_MINOR_VERSION = 97;
20
20
  const MIN_PATCH_VERSION = 3;
21
21
  export const MIN_BT_VERSION = `${MIN_MAJOR_VERSION}.${MIN_MINOR_VERSION}.${MIN_PATCH_VERSION}-connect-alpha.6.1`; // Minimum for supporting AXO
22
22
 
23
- export const DEFAULT_BT_VERSION = `3.116.2`;
23
+ export const DEFAULT_BT_VERSION = `3.128.0`;
24
24
 
25
25
  export function getSdkVersion(version: string | null): string {
26
26
  if (!version) {
@@ -117,7 +117,7 @@ describe("getConnectComponent: returns ConnectComponent", () => {
117
117
  await getConnectComponent(mockProps);
118
118
  expect(loadAxo).toHaveBeenCalledWith({
119
119
  minified: true,
120
- btSdkVersion: "3.116.2",
120
+ btSdkVersion: "3.128.0",
121
121
  metadata: undefined,
122
122
  platform: "PPCP",
123
123
  });