@rebilly/instruments 16.129.0 → 16.130.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.130.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.129.0...instruments/core-v16.130.0) (2026-06-15)
|
|
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 ([#22691](https://github.com/Rebilly/rebilly/issues/22691)) ([1ad1ebe](https://github.com/Rebilly/rebilly/commit/1ad1ebedd1501017cec860ec915eb3783b54803d))
|
package/dist/index.js
CHANGED
|
@@ -5771,7 +5771,7 @@ function O$1({ options: e2 }) {
|
|
|
5771
5771
|
}
|
|
5772
5772
|
function o2() {
|
|
5773
5773
|
const g = {
|
|
5774
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@
|
|
5774
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@1ad1ebe`
|
|
5775
5775
|
};
|
|
5776
5776
|
return e2.apiKey && (g["REB-APIKEY"] = e2.apiKey), g;
|
|
5777
5777
|
}
|