@rebilly/instruments 16.38.0 → 16.39.0

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.38.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.37.1...instruments/core-v16.38.0) (2026-01-06)
1
+ ## [16.39.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.38.0...instruments/core-v16.39.0) (2026-01-06)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#17789](https://github.com/Rebilly/rebilly/issues/17789)) ([f8384be](https://github.com/Rebilly/rebilly/commit/f8384bee7fffba9ff0fcad1c085dd06fb22ac62b))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#17804](https://github.com/Rebilly/rebilly/issues/17804)) ([a48fab5](https://github.com/Rebilly/rebilly/commit/a48fab548ac9ba0b245797e09bc400fd436b54d5))
package/dist/index.js CHANGED
@@ -5187,7 +5187,7 @@ function C$1({ options: t2 }) {
5187
5187
  }
5188
5188
  function o2() {
5189
5189
  const i = {
5190
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@f8384be`
5190
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@a48fab5`
5191
5191
  };
5192
5192
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5193
5193
  }