@rebilly/instruments 14.7.1 → 14.8.1
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 -6
- 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 @@
|
|
|
1
|
-
## [14.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* **revel:** Fix r-date-input clearing behaviour ([#14020](https://github.com/Rebilly/rebilly/issues/14020)) ([c8d5038](https://github.com/Rebilly/rebilly/commit/c8d5038603b91bb265e9c7aa389230ade632d6b4))
|
|
1
|
+
## [14.8.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v14.8.0...instruments/core-v14.8.1) (2025-08-14)
|
package/dist/index.js
CHANGED
|
@@ -5097,7 +5097,7 @@ function C$1({ options: t2 }) {
|
|
|
5097
5097
|
}
|
|
5098
5098
|
function o2() {
|
|
5099
5099
|
const i = {
|
|
5100
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5100
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@8980a17`
|
|
5101
5101
|
};
|
|
5102
5102
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5103
5103
|
}
|