@rebilly/instruments 16.40.0 → 16.42.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 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.42.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.41.0...instruments/core-v16.42.0) (2026-01-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* Upgrade ESLint and Prettier ([#17793](https://github.com/Rebilly/rebilly/issues/17793)) ([8883216](https://github.com/Rebilly/rebilly/commit/88832162761efa08569e6dcc03366f727eebd96a))
|
package/dist/index.js
CHANGED
|
@@ -2255,7 +2255,6 @@ class SummaryModel {
|
|
|
2255
2255
|
function map(array) {
|
|
2256
2256
|
const list = Array.isArray(array) ? array : [];
|
|
2257
2257
|
return {
|
|
2258
|
-
// eslint-disable-next-line new-cap
|
|
2259
2258
|
to: (instance) => list.map((item) => new instance(item))
|
|
2260
2259
|
};
|
|
2261
2260
|
}
|
|
@@ -5187,7 +5186,7 @@ function C$1({ options: t2 }) {
|
|
|
5187
5186
|
}
|
|
5188
5187
|
function o2() {
|
|
5189
5188
|
const i = {
|
|
5190
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5189
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@8883216`
|
|
5191
5190
|
};
|
|
5192
5191
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5193
5192
|
}
|