@rebilly/instruments 12.19.0 → 12.20.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.20.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.19.0...instruments/core-v12.20.0) (2025-01-29)
|
|
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 ([#9810](https://github.com/Rebilly/rebilly/issues/9810)) ([edc36ac](https://github.com/Rebilly/rebilly/commit/edc36acda68d2622f25d28abbe8dd60f4d45f462))
|
package/dist/index.js
CHANGED
|
@@ -6271,7 +6271,7 @@ function C$1({ options: e2 }) {
|
|
|
6271
6271
|
}
|
|
6272
6272
|
function o2() {
|
|
6273
6273
|
const i = {
|
|
6274
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6274
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@edc36ac`
|
|
6275
6275
|
};
|
|
6276
6276
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6277
6277
|
}
|