@rebilly/instruments 12.56.2 → 12.56.4
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [12.56.
|
|
1
|
+
## [12.56.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.56.3...instruments/core-v12.56.4) (2025-05-01)
|
package/dist/index.js
CHANGED
|
@@ -6289,7 +6289,7 @@ function C$1({ options: e2 }) {
|
|
|
6289
6289
|
}
|
|
6290
6290
|
function o2() {
|
|
6291
6291
|
const i = {
|
|
6292
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6292
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@1371693`
|
|
6293
6293
|
};
|
|
6294
6294
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6295
6295
|
}
|