@rebilly/instruments 10.1.1 → 10.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 +6 -1
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [10.
|
|
1
|
+
## [10.2.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v10.1.2...instruments/core-v10.2.0) (2024-11-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#8470](https://github.com/Rebilly/rebilly/issues/8470)) ([7b38331](https://github.com/Rebilly/rebilly/commit/7b38331d3865a5197453956ec4d33da95ba000e9))
|
package/dist/index.js
CHANGED
|
@@ -6262,7 +6262,7 @@ function C$1({ options: e2 }) {
|
|
|
6262
6262
|
}
|
|
6263
6263
|
function o2() {
|
|
6264
6264
|
const i = {
|
|
6265
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6265
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@7b38331`
|
|
6266
6266
|
};
|
|
6267
6267
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6268
6268
|
}
|