@rebilly/instruments 14.2.0 → 14.2.1
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 +1 -6
- 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 @@
|
|
|
1
|
-
## [14.2.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Features
|
|
5
|
-
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#13800](https://github.com/Rebilly/rebilly/issues/13800)) ([7f48310](https://github.com/Rebilly/rebilly/commit/7f48310cbcb1e2d56dbcde9c51d6c32343b79f2f))
|
|
1
|
+
## [14.2.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v14.2.0...instruments/core-v14.2.1) (2025-07-25)
|
package/dist/index.js
CHANGED
|
@@ -6463,7 +6463,7 @@ function P({ options: t2 }) {
|
|
|
6463
6463
|
}
|
|
6464
6464
|
function o2() {
|
|
6465
6465
|
const i = {
|
|
6466
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6466
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@a2d55b2`
|
|
6467
6467
|
};
|
|
6468
6468
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
6469
6469
|
}
|