@rebilly/instruments 12.61.0 → 12.62.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 CHANGED
@@ -1,7 +1 @@
1
- ## [12.61.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.60.2...instruments/core-v12.61.0) (2025-05-21)
2
-
3
-
4
- ### Features
5
-
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#12119](https://github.com/Rebilly/rebilly/issues/12119)) ([674e8d6](https://github.com/Rebilly/rebilly/commit/674e8d61492f2f5c6ae1865e68fff307d8b796bb))
7
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#12162](https://github.com/Rebilly/rebilly/issues/12162)) ([ea0cfc9](https://github.com/Rebilly/rebilly/commit/ea0cfc9ff248f2c1acb3bfd44d3a0ca48abf8959))
1
+ ## [12.62.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.62.0...instruments/core-v12.62.1) (2025-05-22)
package/README.md CHANGED
@@ -29,7 +29,7 @@ yarn add @rebilly/instruments
29
29
  - Use npm/npx to install Rebilly Instruments.
30
30
 
31
31
  ```bash
32
- npx install @rebilly/instruments
32
+ pnpm install @rebilly/instruments
33
33
  ```
34
34
 
35
35
  Enjoy 🎉
package/dist/index.d.ts CHANGED
@@ -21,6 +21,7 @@ export interface DevProperties {
21
21
  framePayStyleLink?: string;
22
22
  }
23
23
  export interface Features {
24
+ enableLeadSourceTracking?: boolean;
24
25
  enableTelemetry?: boolean;
25
26
  hideConfirmation?: boolean;
26
27
  hideResult?: boolean;