@xyd-js/plugins 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,10 +1,10 @@
1
1
  # @xyd-js/plugins
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/framework@0.0.0-build-d97dca6-20250821231438
10
- - @xyd-js/uniform@0.0.0-build-d97dca6-20250821231438
9
+ - @xyd-js/framework@0.0.0-build-4afb92e-20250828232425
10
+ - @xyd-js/uniform@0.0.0-build-4afb92e-20250828232425
package/dist/index.d.ts CHANGED
@@ -785,14 +785,14 @@ interface EditLink {
785
785
  * Analytics configuration
786
786
  */
787
787
  interface IntegrationAnalytics {
788
- /** Livesession analytics configuration */
788
+ /** LiveSession analytics configuration */
789
789
  livesession?: IntegrationAnalyticsLiveSession;
790
790
  }
791
791
  /**
792
- * Livesession analytics configuration
792
+ * LiveSession analytics configuration
793
793
  */
794
794
  interface IntegrationAnalyticsLiveSession {
795
- /** Livesession's TrackID */
795
+ /** LiveSession's TrackID */
796
796
  trackId: string;
797
797
  }
798
798
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/plugins",
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",
@@ -11,10 +11,10 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@xyd-js/uniform": "0.0.0-build-d97dca6-20250821231438"
14
+ "@xyd-js/uniform": "0.0.0-build-4afb92e-20250828232425"
15
15
  },
16
16
  "peerDependencies": {
17
- "@xyd-js/framework": "0.0.0-build-d97dca6-20250821231438"
17
+ "@xyd-js/framework": "0.0.0-build-4afb92e-20250828232425"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@vitest/coverage-v8": "^1.3.1",