@rebilly/instruments 16.185.0 → 16.186.0

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.185.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.184.0...instruments/core-v16.185.0) (2026-09-17)
1
+ ## [16.186.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.185.0...instruments/core-v16.186.0) (2026-09-17)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **fe:** Add AML audit report ([#23848](https://github.com/Rebilly/rebilly/issues/23848)) ([9677e5c](https://github.com/Rebilly/rebilly/commit/9677e5c5daf173383eb625fa06d9c8796286619a))
6
+ * **be,fe:** Add aml check id to the aml audit report ([#26241](https://github.com/Rebilly/rebilly/issues/26241)) ([348d4f3](https://github.com/Rebilly/rebilly/commit/348d4f37fa8f9aded002c72492d6b5b2b7d212a1))
package/dist/index.js CHANGED
@@ -6440,7 +6440,7 @@ function O$1({ options: e }) {
6440
6440
  }
6441
6441
  function o() {
6442
6442
  const a = {
6443
- "REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@9677e5c`
6443
+ "REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@348d4f3`
6444
6444
  };
6445
6445
  return e.apiKey && (a["REB-APIKEY"] = e.apiKey), a;
6446
6446
  }