@rebilly/instruments 12.28.1 → 12.30.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 -8
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.30.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.29.0...instruments/core-v12.30.0) (2025-02-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#10284](https://github.com/Rebilly/rebilly/issues/10284)) ([5e86a18](https://github.com/Rebilly/rebilly/commit/5e86a184c98c53646433106747bb75a6a81761db))
|
package/dist/index.js
CHANGED
|
@@ -6288,7 +6288,7 @@ function C$1({ options: e2 }) {
|
|
|
6288
6288
|
}
|
|
6289
6289
|
function o2() {
|
|
6290
6290
|
const i = {
|
|
6291
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6291
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@5e86a18`
|
|
6292
6292
|
};
|
|
6293
6293
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6294
6294
|
}
|