@rebilly/instruments 12.62.1 → 12.62.3
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/README.md +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [12.62.
|
|
1
|
+
## [12.62.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.62.2...instruments/core-v12.62.3) (2025-05-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* force instruments deploy ([#12193](https://github.com/Rebilly/rebilly/issues/12193)) ([9e43419](https://github.com/Rebilly/rebilly/commit/9e43419227ab7e91d4b4d57ac508d30cb71c7994))
|
package/README.md
CHANGED
|
@@ -58,4 +58,4 @@ Enjoy 🎉
|
|
|
58
58
|
</script>
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
See documentation at [Rebilly developer docs](https://www.rebilly.com/docs/
|
|
61
|
+
See documentation at [Rebilly developer docs](https://www.rebilly.com/docs/dev-docs/get-started-integrate-payments)
|
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("/")}@9e43419`
|
|
6304
6304
|
};
|
|
6305
6305
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6306
6306
|
}
|
|
@@ -17908,7 +17908,6 @@ function validateOptions(data) {
|
|
|
17908
17908
|
...sanitizedData.theme || {}
|
|
17909
17909
|
},
|
|
17910
17910
|
features: {
|
|
17911
|
-
enableLeadSourceTracking: true,
|
|
17912
17911
|
enableTelemetry: true,
|
|
17913
17912
|
hideConfirmation: false,
|
|
17914
17913
|
hideResult: false,
|