@rebilly/instruments 16.33.0 → 16.34.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.33.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.32.0...instruments/core-v16.33.0) (2025-12-03)
1
+ ## [16.34.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.34.0...instruments/core-v16.34.1) (2025-12-05)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#17169](https://github.com/Rebilly/rebilly/issues/17169)) ([73dd88c](https://github.com/Rebilly/rebilly/commit/73dd88cf2fd497b8cb71bdc28fd3755eda44f940))
6
+ * **framepay:** Framepay cannot disable leadsource for express elements ([#16678](https://github.com/Rebilly/rebilly/issues/16678)) ([aa3221e](https://github.com/Rebilly/rebilly/commit/aa3221e282a170497903405f7e0e4bf1547fe5e1))
package/dist/index.js CHANGED
@@ -5183,7 +5183,7 @@ function C$1({ options: t2 }) {
5183
5183
  }
5184
5184
  function o2() {
5185
5185
  const i = {
5186
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@8373622`
5186
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@aa3221e`
5187
5187
  };
5188
5188
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5189
5189
  }