@xyd-js/sources 0.0.0-build-d97dca6-20250821231438 → 0.0.0-build-4afb92e-20250828232425

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,9 +1,9 @@
1
1
  # @xyd-js/sources
2
2
 
3
- ## 0.0.0-build-d97dca6-20250821231438
3
+ ## 0.0.0-build-4afb92e-20250828232425
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - update all packages
8
8
  - Updated dependencies
9
- - @xyd-js/uniform@0.0.0-build-d97dca6-20250821231438
9
+ - @xyd-js/uniform@0.0.0-build-4afb92e-20250828232425
@@ -433,9 +433,9 @@ export interface Integrations {
433
433
  * Analytics configuration
434
434
  */
435
435
  export interface IntegrationAnalytics {
436
- /** Livesession analytics configuration */
436
+ /** LiveSession analytics configuration */
437
437
  livesession?: {
438
- /** Livesession's TrackID */
438
+ /** LiveSession's TrackID */
439
439
  trackId: string
440
440
  }
441
441
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/sources",
3
- "version": "0.0.0-build-d97dca6-20250821231438",
3
+ "version": "0.0.0-build-4afb92e-20250828232425",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "typedoc": "^0.28.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@xyd-js/uniform": "0.0.0-build-d97dca6-20250821231438"
26
+ "@xyd-js/uniform": "0.0.0-build-4afb92e-20250828232425"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@vitest/coverage-v8": "^1.3.1",
@@ -463,9 +463,9 @@ export interface Integrations {
463
463
  * Analytics configuration
464
464
  */
465
465
  export interface Analytics {
466
- /** Livesession analytics configuration */
466
+ /** LiveSession analytics configuration */
467
467
  livesession: {
468
- /** Tracking ID for Livesession */
468
+ /** Tracking ID for LiveSession */
469
469
  trackId: string
470
470
  }
471
471
  }