@rebilly/instruments 15.1.0 → 15.2.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
- ## [15.1.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.0.0...instruments/core-v15.1.0) (2025-09-01)
1
+ ## [15.2.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v15.1.0...instruments/core-v15.2.0) (2025-09-02)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#14515](https://github.com/Rebilly/rebilly/issues/14515)) ([c9cecac](https://github.com/Rebilly/rebilly/commit/c9cecac1015d5a11dda9a5a1a391736d5318cd1b))
6
+ * **cashier:** Add cashier deposit and withdraw views ([#13734](https://github.com/Rebilly/rebilly/issues/13734)) ([26e3042](https://github.com/Rebilly/rebilly/commit/26e3042a02368a5b49d12e148eb87d5ab6638c42))
package/dist/index.js CHANGED
@@ -5097,7 +5097,7 @@ function C$1({ options: t2 }) {
5097
5097
  }
5098
5098
  function o2() {
5099
5099
  const i = {
5100
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@c9cecac`
5100
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@15a0c43`
5101
5101
  };
5102
5102
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5103
5103
  }