@paypal/checkout-components 5.0.234 → 5.0.235

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.234",
3
+ "version": "5.0.235",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -252,6 +252,12 @@ export function getCheckoutComponent() : CheckoutComponent {
252
252
  required: false,
253
253
  queryParam: true,
254
254
  allowDelegate: true
255
+ },
256
+
257
+ smokeHash: {
258
+ type: 'string',
259
+ required: false,
260
+ queryParam: true
255
261
  }
256
262
  },
257
263