@rebilly/instruments 16.69.0 → 16.70.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.70.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.69.0...instruments/core-v16.70.0) (2026-03-09)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#19378](https://github.com/Rebilly/rebilly/issues/19378)) ([b63505b](https://github.com/Rebilly/rebilly/commit/b63505bd71fb69313c5a2e45521ad46196f234fd))
|
package/dist/index.js
CHANGED
|
@@ -5294,7 +5294,7 @@ function C$1({ options: e2 }) {
|
|
|
5294
5294
|
}
|
|
5295
5295
|
function o2() {
|
|
5296
5296
|
const i = {
|
|
5297
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5297
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@b63505b`
|
|
5298
5298
|
};
|
|
5299
5299
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5300
5300
|
}
|