@rebilly/instruments 16.83.0 → 16.84.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.83.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.82.0...instruments/core-v16.83.0) (2026-03-31)
1
+ ## [16.84.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.83.0...instruments/core-v16.84.0) (2026-03-31)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#20078](https://github.com/Rebilly/rebilly/issues/20078)) ([db9ba00](https://github.com/Rebilly/rebilly/commit/db9ba00894184b72a74d114b89ab92fbc17dd75f))
6
+ * **replay:** Init k6 tool in monorepo ([#20057](https://github.com/Rebilly/rebilly/issues/20057)) ([d91a951](https://github.com/Rebilly/rebilly/commit/d91a951489a90520eb88bad62470792419f22804))
package/dist/index.js CHANGED
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
5298
5298
  }
5299
5299
  function o2() {
5300
5300
  const i = {
5301
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@db9ba00`
5301
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@d91a951`
5302
5302
  };
5303
5303
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5304
5304
  }