@rebilly/instruments 14.1.0 → 14.1.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
- ## [14.1.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v14.0.4...instruments/core-v14.1.0) (2025-07-23)
1
+ ## [14.1.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v14.1.0...instruments/core-v14.1.1) (2025-07-24)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#13742](https://github.com/Rebilly/rebilly/issues/13742)) ([37a50ad](https://github.com/Rebilly/rebilly/commit/37a50adc3a4064464dac658e7c7679e0048418a4))
6
+ * **framepay:** customer field validations ([#13781](https://github.com/Rebilly/rebilly/issues/13781)) ([899883f](https://github.com/Rebilly/rebilly/commit/899883fc6e7727f5c523d321cdccab7058a982dc))
package/dist/index.js CHANGED
@@ -6463,7 +6463,7 @@ function C$1({ options: t2 }) {
6463
6463
  }
6464
6464
  function o2() {
6465
6465
  const i = {
6466
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@37a50ad`
6466
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@899883f`
6467
6467
  };
6468
6468
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
6469
6469
  }