@rebilly/instruments 16.75.0 → 16.77.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.77.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.76.0...instruments/core-v16.77.0) (2026-03-19)
|
|
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 ([#19846](https://github.com/Rebilly/rebilly/issues/19846)) ([76c39a0](https://github.com/Rebilly/rebilly/commit/76c39a037b360815ba2cb36e66e80b0f3670a338))
|
package/dist/index.js
CHANGED
|
@@ -5298,7 +5298,7 @@ function C$1({ options: e2 }) {
|
|
|
5298
5298
|
}
|
|
5299
5299
|
function o2() {
|
|
5300
5300
|
const i = {
|
|
5301
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5301
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@76c39a0`
|
|
5302
5302
|
};
|
|
5303
5303
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5304
5304
|
}
|