@atlaskit/editor-plugin-analytics 1.0.4 → 1.0.5

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,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-analytics
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777) [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) - Bump adf-schema to 35.7.0
8
+
3
9
  ## 1.0.4
4
10
 
5
11
  ### Patch Changes
@@ -26,5 +26,5 @@ export declare function extendPayload({ payload, duration, distortedDuration, }:
26
26
  payload: AnalyticsEventPayload;
27
27
  duration: number;
28
28
  distortedDuration: boolean;
29
- }): AnalyticsEventPayload<void>;
29
+ }): AnalyticsEventPayload;
30
30
  export { analyticsPlugin };
@@ -28,5 +28,5 @@ export declare function extendPayload({ payload, duration, distortedDuration, }:
28
28
  payload: AnalyticsEventPayload;
29
29
  duration: number;
30
30
  distortedDuration: boolean;
31
- }): AnalyticsEventPayload<void>;
31
+ }): AnalyticsEventPayload;
32
32
  export { analyticsPlugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Analytics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,10 +32,10 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^35.6.0",
35
+ "@atlaskit/adf-schema": "^35.7.0",
36
36
  "@atlaskit/analytics-listeners": "^8.9.0",
37
37
  "@atlaskit/analytics-next": "^9.2.0",
38
- "@atlaskit/editor-common": "^78.12.0",
38
+ "@atlaskit/editor-common": "^78.18.0",
39
39
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
40
40
  "@atlaskit/editor-prosemirror": "3.0.0",
41
41
  "@atlaskit/editor-tables": "^2.5.0",
@@ -70,11 +70,9 @@
70
70
  "ui-components": [
71
71
  "lite-mode"
72
72
  ],
73
- "deprecation": [
74
- "no-deprecated-imports"
75
- ],
73
+ "deprecation": "no-deprecated-imports",
76
74
  "styling": [
77
- "static",
75
+ "emotion",
78
76
  "emotion"
79
77
  ]
80
78
  }
@@ -85,4 +83,4 @@
85
83
  "checkDevDependencies": true
86
84
  }
87
85
  }
88
- }
86
+ }