@rebilly/instruments 15.16.0 → 15.17.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
- ## [15.16.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.15.0...instruments/core-v15.16.0) (2025-10-02)
1
+ ## [15.17.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.16.0...instruments/core-v15.17.0) (2025-10-02)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#15446](https://github.com/Rebilly/rebilly/issues/15446)) ([6d14dbc](https://github.com/Rebilly/rebilly/commit/6d14dbc6e5c6f427809183f90b3a506dd1fa094e))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#15519](https://github.com/Rebilly/rebilly/issues/15519)) ([91ea82d](https://github.com/Rebilly/rebilly/commit/91ea82d90e400317960c64055966f15fab9586d9))
package/dist/index.js CHANGED
@@ -5178,7 +5178,7 @@ function C$1({ options: t2 }) {
5178
5178
  }
5179
5179
  function o2() {
5180
5180
  const i = {
5181
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@6d14dbc`
5181
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@91ea82d`
5182
5182
  };
5183
5183
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5184
5184
  }