@rebilly/instruments 12.58.0 → 12.59.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
|
-
## [12.
|
|
1
|
+
## [12.59.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.58.0...instruments/core-v12.59.0) (2025-05-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 ([#12018](https://github.com/Rebilly/rebilly/issues/12018)) ([fd77c09](https://github.com/Rebilly/rebilly/commit/fd77c09eb33b8e62e3161a805a6c7858f1ca751b))
|
package/dist/index.js
CHANGED
|
@@ -6304,7 +6304,7 @@ function C$1({ options: e2 }) {
|
|
|
6304
6304
|
}
|
|
6305
6305
|
function o2() {
|
|
6306
6306
|
const i = {
|
|
6307
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6307
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@fd77c09`
|
|
6308
6308
|
};
|
|
6309
6309
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6310
6310
|
}
|