@rebilly/instruments 9.88.0 → 9.88.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 +3 -3
- 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
|
-
## [9.88.
|
|
1
|
+
## [9.88.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.88.0...instruments/core-v9.88.1) (2024-10-23)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **instruments:** Intermittent shipping address display fix, delivery address update in case it is empty ([#8032](https://github.com/Rebilly/rebilly/issues/8032)) ([8b396f6](https://github.com/Rebilly/rebilly/commit/8b396f6e1a2992657a107b8db0deeb56c111bebc))
|
package/dist/index.js
CHANGED
|
@@ -6262,7 +6262,7 @@ function C$1({ options: e2 }) {
|
|
|
6262
6262
|
}
|
|
6263
6263
|
function o2() {
|
|
6264
6264
|
const i = {
|
|
6265
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6265
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@8b396f6`
|
|
6266
6266
|
};
|
|
6267
6267
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6268
6268
|
}
|