@rebilly/instruments 16.55.0 → 16.56.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
|
-
## [16.
|
|
1
|
+
## [16.56.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.56.0...instruments/core-v16.56.1) (2026-02-13)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **instruments:** After updating shipping address it changes to "Same as billing address" ([#18709](https://github.com/Rebilly/rebilly/issues/18709)) ([5e1eff2](https://github.com/Rebilly/rebilly/commit/5e1eff21105e9ed31fd1a9edea28a65f1a9ef71e))
|
package/dist/index.js
CHANGED
|
@@ -5186,7 +5186,7 @@ function C$1({ options: t2 }) {
|
|
|
5186
5186
|
}
|
|
5187
5187
|
function o2() {
|
|
5188
5188
|
const i = {
|
|
5189
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5189
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@5e1eff2`
|
|
5190
5190
|
};
|
|
5191
5191
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5192
5192
|
}
|