@rebilly/instruments 14.11.0 → 14.12.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.11.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v14.10.0...instruments/core-v14.11.0) (2025-08-19)
1
+ ## [14.12.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v14.12.0...instruments/core-v14.12.1) (2025-08-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 ([#14275](https://github.com/Rebilly/rebilly/issues/14275)) ([ed82dba](https://github.com/Rebilly/rebilly/commit/ed82dba42bfe8a062dde67a46297ab484aeb07c7))
6
+ * **instruments, billing-portal:** Error displayed when user tries to add a new payment card ([#14425](https://github.com/Rebilly/rebilly/issues/14425)) ([6539ab1](https://github.com/Rebilly/rebilly/commit/6539ab1815023c4b0aaf65b89db080a8863ceec6))
package/dist/index.js CHANGED
@@ -5097,7 +5097,7 @@ function C$1({ options: t2 }) {
5097
5097
  }
5098
5098
  function o2() {
5099
5099
  const i = {
5100
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@ed82dba`
5100
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@6539ab1`
5101
5101
  };
5102
5102
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5103
5103
  }