@rebilly/instruments 16.38.0 → 16.39.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.39.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.38.0...instruments/core-v16.39.0) (2026-01-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 ([#17804](https://github.com/Rebilly/rebilly/issues/17804)) ([a48fab5](https://github.com/Rebilly/rebilly/commit/a48fab548ac9ba0b245797e09bc400fd436b54d5))
|
package/dist/index.js
CHANGED
|
@@ -5187,7 +5187,7 @@ function C$1({ options: t2 }) {
|
|
|
5187
5187
|
}
|
|
5188
5188
|
function o2() {
|
|
5189
5189
|
const i = {
|
|
5190
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5190
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@a48fab5`
|
|
5191
5191
|
};
|
|
5192
5192
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5193
5193
|
}
|