@rebilly/instruments 12.60.2 → 12.62.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 +6 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.62.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.61.0...instruments/core-v12.62.0) (2025-05-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **instruments:** Allow lead source tracking to be disabled ([#12154](https://github.com/Rebilly/rebilly/issues/12154)) ([6514648](https://github.com/Rebilly/rebilly/commit/651464849838aa58e7204cd7fb41b7f4df878ec5))
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -6300,7 +6300,7 @@ function C$1({ options: e2 }) {
|
|
|
6300
6300
|
}
|
|
6301
6301
|
function o2() {
|
|
6302
6302
|
const i = {
|
|
6303
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6303
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@b786df4`
|
|
6304
6304
|
};
|
|
6305
6305
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6306
6306
|
}
|
|
@@ -17908,6 +17908,7 @@ function validateOptions(data) {
|
|
|
17908
17908
|
...sanitizedData.theme || {}
|
|
17909
17909
|
},
|
|
17910
17910
|
features: {
|
|
17911
|
+
enableLeadSourceTracking: true,
|
|
17911
17912
|
enableTelemetry: true,
|
|
17912
17913
|
hideConfirmation: false,
|
|
17913
17914
|
hideResult: false,
|