@rebilly/instruments 16.171.2 → 16.171.3
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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [16.171.
|
|
1
|
+
## [16.171.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.171.2...instruments/core-v16.171.3) (2026-08-12)
|
package/dist/index.js
CHANGED
|
@@ -6175,7 +6175,7 @@ function O$1({ options: e2 }) {
|
|
|
6175
6175
|
}
|
|
6176
6176
|
function o2() {
|
|
6177
6177
|
const a = {
|
|
6178
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@
|
|
6178
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@a4dc414`
|
|
6179
6179
|
};
|
|
6180
6180
|
return e2.apiKey && (a["REB-APIKEY"] = e2.apiKey), a;
|
|
6181
6181
|
}
|