@rebilly/instruments 12.23.0 → 12.24.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.24.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.23.0...instruments/core-v12.24.0) (2025-02-13)
|
|
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 ([#10082](https://github.com/Rebilly/rebilly/issues/10082)) ([3a44c94](https://github.com/Rebilly/rebilly/commit/3a44c94d3304c10da04926af0a13dcbf6a0d9375))
|
package/dist/index.js
CHANGED
|
@@ -6287,7 +6287,7 @@ function C$1({ options: t2 }) {
|
|
|
6287
6287
|
}
|
|
6288
6288
|
function o2() {
|
|
6289
6289
|
const i = {
|
|
6290
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6290
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@3a44c94`
|
|
6291
6291
|
};
|
|
6292
6292
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
6293
6293
|
}
|