@rebilly/instruments 12.77.0 → 12.79.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
- ## [12.77.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.76.0...instruments/core-v12.77.0) (2025-06-18)
1
+ ## [12.79.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.78.0...instruments/core-v12.79.0) (2025-06-19)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#12912](https://github.com/Rebilly/rebilly/issues/12912)) ([191e0e7](https://github.com/Rebilly/rebilly/commit/191e0e7a267cafb6fb34d099079d91a107371fc9))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#13040](https://github.com/Rebilly/rebilly/issues/13040)) ([a95ec05](https://github.com/Rebilly/rebilly/commit/a95ec05a39f4140ed55e97802bbe26b877d08e0e))
package/dist/index.js CHANGED
@@ -6328,7 +6328,7 @@ function C$1({ options: e2 }) {
6328
6328
  }
6329
6329
  function o2() {
6330
6330
  const i = {
6331
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@191e0e7`
6331
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@a95ec05`
6332
6332
  };
6333
6333
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6334
6334
  }