@rebilly/instruments 16.133.0 → 16.135.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.135.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.134.0...instruments/core-v16.135.0) (2026-06-23)
|
|
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 ([#22844](https://github.com/Rebilly/rebilly/issues/22844)) ([83ec5c2](https://github.com/Rebilly/rebilly/commit/83ec5c228665f4a2a09765c4ec4d4b57ec69282b))
|
package/dist/index.js
CHANGED
|
@@ -5779,7 +5779,7 @@ function O$1({ options: e2 }) {
|
|
|
5779
5779
|
}
|
|
5780
5780
|
function o2() {
|
|
5781
5781
|
const g = {
|
|
5782
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@
|
|
5782
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((m2) => m2).join("/")}@83ec5c2`
|
|
5783
5783
|
};
|
|
5784
5784
|
return e2.apiKey && (g["REB-APIKEY"] = e2.apiKey), g;
|
|
5785
5785
|
}
|