@rebilly/instruments 16.126.0 → 16.126.2

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.126.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.125.0...instruments/core-v16.126.0) (2026-06-08)
1
+ ## [16.126.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.126.1...instruments/core-v16.126.2) (2026-06-09)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#22370](https://github.com/Rebilly/rebilly/issues/22370)) ([671f655](https://github.com/Rebilly/rebilly/commit/671f6550c89b4973adb2c557b97844e52eebcdc7))
6
+ * **recomm,rebilly-js-sdk:** use SDK for registration settings ([#22135](https://github.com/Rebilly/rebilly/issues/22135)) ([22e3881](https://github.com/Rebilly/rebilly/commit/22e38815903221000d494ecdd4737a49fe51123c))
package/dist/index.js CHANGED
@@ -5343,7 +5343,7 @@ function C$1({ options: e2 }) {
5343
5343
  }
5344
5344
  function o2() {
5345
5345
  const i = {
5346
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@671f655`
5346
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@22e3881`
5347
5347
  };
5348
5348
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5349
5349
  }