@rebilly/instruments 9.85.2 → 9.86.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 +1,6 @@
1
- ## [9.85.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.85.1...instruments/core-v9.85.2) (2024-10-14)
1
+ ## [9.86.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.85.2...instruments/core-v9.86.0) (2024-10-14)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#8030](https://github.com/Rebilly/rebilly/issues/8030)) ([b707873](https://github.com/Rebilly/rebilly/commit/b707873ac1f890a2a1538830a480ee2da067017f))
package/dist/index.js CHANGED
@@ -6257,7 +6257,7 @@ function C$1({ options: e2 }) {
6257
6257
  }
6258
6258
  function o2() {
6259
6259
  const i = {
6260
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@025d7c0`
6260
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@b707873`
6261
6261
  };
6262
6262
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6263
6263
  }