@rebilly/instruments 16.176.0 → 16.177.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 CHANGED
@@ -1,6 +1,6 @@
1
- ## [16.176.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.175.1...instruments/core-v16.176.0) (2026-08-25)
1
+ ## [16.177.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.177.0...instruments/core-v16.177.1) (2026-09-01)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **framepay, website:** emit ready when Apple Pay is available ([#24919](https://github.com/Rebilly/rebilly/issues/24919)) ([cfea33f](https://github.com/Rebilly/rebilly/commit/cfea33f4e3db4baccf13d3e2fa71ec5d81ebccb8))
6
+ * **instruments:** keep payment forms visible when adding or updating a card ([#25426](https://github.com/Rebilly/rebilly/issues/25426)) ([da04aca](https://github.com/Rebilly/rebilly/commit/da04aca29d5822c22db4f0ee66f9bea6262fac3a))
package/dist/index.js CHANGED
@@ -6224,7 +6224,7 @@ function O$1({ options: e }) {
6224
6224
  }
6225
6225
  function o() {
6226
6226
  const a = {
6227
- "REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@cfea33f`
6227
+ "REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@da04aca`
6228
6228
  };
6229
6229
  return e.apiKey && (a["REB-APIKEY"] = e.apiKey), a;
6230
6230
  }