@rebilly/instruments 16.50.0 → 16.52.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 +2 -3
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.52.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.51.0...instruments/core-v16.52.0) (2026-02-05)
|
|
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 ([#18549](https://github.com/Rebilly/rebilly/issues/18549)) ([effe089](https://github.com/Rebilly/rebilly/commit/effe089ae5248616446c9929a4b27d292e62868d))
|
package/dist/index.js
CHANGED
|
@@ -5186,7 +5186,7 @@ function C$1({ options: t2 }) {
|
|
|
5186
5186
|
}
|
|
5187
5187
|
function o2() {
|
|
5188
5188
|
const i = {
|
|
5189
|
-
"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("/")}@effe089`
|
|
5190
5190
|
};
|
|
5191
5191
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5192
5192
|
}
|
|
@@ -11971,8 +11971,7 @@ function _t(e2) {
|
|
|
11971
11971
|
var qt = { load: _t, hashComponents: pe2, componentsToDebugString: he2 };
|
|
11972
11972
|
async function ce() {
|
|
11973
11973
|
try {
|
|
11974
|
-
|
|
11975
|
-
return e2 || t2 ? "a-mock-visitor-id" : (await (await qt.load()).get()).visitorId;
|
|
11974
|
+
return typeof process == "object" && define_process_env_default.NODE_ENV === "test" ? "a-mock-visitor-id" : (await (await qt.load()).get()).visitorId;
|
|
11976
11975
|
} catch (e2) {
|
|
11977
11976
|
return console.error(e2), null;
|
|
11978
11977
|
}
|