@rebilly/instruments 16.121.3 → 16.122.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 +6 -1
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.122.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.121.4...instruments/core-v16.122.0) (2026-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#22269](https://github.com/Rebilly/rebilly/issues/22269)) ([2f0aa72](https://github.com/Rebilly/rebilly/commit/2f0aa72fd72f4a692323d072fae7017d4b3744fd))
|
package/dist/index.js
CHANGED
|
@@ -5299,7 +5299,7 @@ function C$1({ options: e2 }) {
|
|
|
5299
5299
|
}
|
|
5300
5300
|
function o2() {
|
|
5301
5301
|
const i = {
|
|
5302
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5302
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@2f0aa72`
|
|
5303
5303
|
};
|
|
5304
5304
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5305
5305
|
}
|