@rebilly/instruments 16.171.2 → 16.171.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 CHANGED
@@ -1 +1,6 @@
1
- ## [16.171.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.171.1...instruments/core-v16.171.2) (2026-08-11)
1
+ ## [16.171.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.171.3...instruments/core-v16.171.4) (2026-08-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **instruments, storefront-payment-form:** accept a nullable default payment instrument ([#24642](https://github.com/Rebilly/rebilly/issues/24642)) ([a64386c](https://github.com/Rebilly/rebilly/commit/a64386c20b1bd76dfa62a64375b48ba9c1a1a059))
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("/")}@ea38fd5b`
6178
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@a64386c`
6179
6179
  };
6180
6180
  return e2.apiKey && (a["REB-APIKEY"] = e2.apiKey), a;
6181
6181
  }