@rebilly/instruments 16.124.0 → 16.125.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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.125.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.124.0...instruments/core-v16.125.0) (2026-06-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#22328](https://github.com/Rebilly/rebilly/issues/22328)) ([d36f714](https://github.com/Rebilly/rebilly/commit/d36f714d644050a6b0d8e4a692fa341d598a02dd))
|
package/dist/index.js
CHANGED
|
@@ -5343,7 +5343,7 @@ function C$1({ options: e2 }) {
|
|
|
5343
5343
|
}
|
|
5344
5344
|
function o2() {
|
|
5345
5345
|
const i = {
|
|
5346
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5346
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@d36f714`
|
|
5347
5347
|
};
|
|
5348
5348
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5349
5349
|
}
|