@rebilly/instruments 16.180.0 → 16.181.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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.181.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.180.0...instruments/core-v16.181.0) (2026-09-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#25803](https://github.com/Rebilly/rebilly/issues/25803)) ([7cabfd9](https://github.com/Rebilly/rebilly/commit/7cabfd9c2a6b8f5efc44b88fa0ab57468cc8cc62))
|
package/dist/index.js
CHANGED
|
@@ -6224,7 +6224,7 @@ function O$1({ options: e }) {
|
|
|
6224
6224
|
}
|
|
6225
6225
|
function o() {
|
|
6226
6226
|
const a = {
|
|
6227
|
-
"REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@
|
|
6227
|
+
"REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@7cabfd9`
|
|
6228
6228
|
};
|
|
6229
6229
|
return e.apiKey && (a["REB-APIKEY"] = e.apiKey), a;
|
|
6230
6230
|
}
|