@rebilly/instruments 16.69.0 → 16.70.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.69.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.68.0...instruments/core-v16.69.0) (2026-03-09)
1
+ ## [16.70.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.69.0...instruments/core-v16.70.0) (2026-03-09)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **instruments:** style dcc page ([#19367](https://github.com/Rebilly/rebilly/issues/19367)) ([31a01b2](https://github.com/Rebilly/rebilly/commit/31a01b2f00587ebf63bbce6acaba37d6569623de))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19378](https://github.com/Rebilly/rebilly/issues/19378)) ([b63505b](https://github.com/Rebilly/rebilly/commit/b63505bd71fb69313c5a2e45521ad46196f234fd))
package/dist/index.js CHANGED
@@ -5294,7 +5294,7 @@ function C$1({ options: e2 }) {
5294
5294
  }
5295
5295
  function o2() {
5296
5296
  const i = {
5297
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@31a01b2`
5297
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@b63505b`
5298
5298
  };
5299
5299
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
5300
5300
  }