@rebilly/instruments 16.63.0 → 16.64.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.63.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.62.0...instruments/core-v16.63.0) (2026-02-26)
1
+ ## [16.64.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.63.0...instruments/core-v16.64.0) (2026-02-26)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19091](https://github.com/Rebilly/rebilly/issues/19091)) ([693df5c](https://github.com/Rebilly/rebilly/commit/693df5c13bcd24071ec3a463359295787fbdb6f1))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19177](https://github.com/Rebilly/rebilly/issues/19177)) ([1641ed9](https://github.com/Rebilly/rebilly/commit/1641ed91e176672c9a078e13744a97c814ebd4d5))
package/dist/index.js CHANGED
@@ -5251,7 +5251,7 @@ function C$1({ options: e2 }) {
5251
5251
  }
5252
5252
  function o2() {
5253
5253
  const i = {
5254
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@693df5c`
5254
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@1641ed9`
5255
5255
  };
5256
5256
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5257
5257
  }