tf-checkout-react 1.7.15 → 1.7.16

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,5 +1,5 @@
1
1
  {
2
- "version": "1.7.15",
2
+ "version": "1.7.16",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -405,6 +405,7 @@ export const SimpleAddonsContainer = ({
405
405
  configs={configs}
406
406
  values={values}
407
407
  errors={errors}
408
+ useStepperQty={useStepperQty}
408
409
  />
409
410
  )}
410
411
  </div>