@rebilly/instruments 9.80.0 → 9.80.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [9.80.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.79.0...instruments/core-v9.80.0) (2024-09-12)
1
+ ## [9.80.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.80.0...instruments/core-v9.80.1) (2024-09-13)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **instruments:** Allow custom consent check box ([#7318](https://github.com/Rebilly/rebilly/issues/7318)) ([f966501](https://github.com/Rebilly/rebilly/commit/f966501cc9cd71130a236a11cd9ddbcb3b1e459d))
6
+ * **instruments:** Add missing value in mount options interface ([#7569](https://github.com/Rebilly/rebilly/issues/7569)) ([0455936](https://github.com/Rebilly/rebilly/commit/04559367574650350aed0c66ea22b00ba7870916))
package/dist/index.d.ts CHANGED
@@ -250,6 +250,7 @@ export interface Features {
250
250
  fullPageRedirect?: boolean;
251
251
  showCoupons?: string[];
252
252
  hideContinue?: boolean;
253
+ hideZeroAmountSummaryItems?: boolean;
253
254
  }
254
255
  export interface DevProperties {
255
256
  paymentMethodsUrl?: string;
package/dist/index.js CHANGED
@@ -6220,7 +6220,7 @@ function C$1({ options: e2 }) {
6220
6220
  }
6221
6221
  function o2() {
6222
6222
  const i = {
6223
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@f966501`
6223
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@0455936`
6224
6224
  };
6225
6225
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6226
6226
  }