@rebilly/instruments 16.80.0 → 16.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
- ## [16.80.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.79.0...instruments/core-v16.80.0) (2026-03-24)
1
+ ## [16.80.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.80.0...instruments/core-v16.80.1) (2026-03-25)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19929](https://github.com/Rebilly/rebilly/issues/19929)) ([621e759](https://github.com/Rebilly/rebilly/commit/621e75950c234966c9f1ad9beff5ebded19f19b1))
6
+ * **frontend:** prettier configuration overriding quotes rule ([#19960](https://github.com/Rebilly/rebilly/issues/19960)) ([ecd36e7](https://github.com/Rebilly/rebilly/commit/ecd36e76cf3be1ffd0404566cb9cade3b18b795b))
package/dist/index.js CHANGED
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
5298
5298
  }
5299
5299
  function o2() {
5300
5300
  const i = {
5301
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@9cd86ef`
5301
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@ecd36e7`
5302
5302
  };
5303
5303
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5304
5304
  }
@@ -18703,7 +18703,7 @@ async function fetchPaymentInstrument() {
18703
18703
  return Endpoint(async () => {
18704
18704
  validateStorefront(state.storefront);
18705
18705
  const { items: instruments } = await state.storefront.paymentInstruments.getAll({
18706
- filter: `status:active,inactive,verification-needed`
18706
+ filter: "status:active,inactive,verification-needed"
18707
18707
  });
18708
18708
  return instruments.map(({ fields }) => fields);
18709
18709
  });