@atlaskit/editor-plugin-analytics 1.0.4 → 1.0.6

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,17 @@
1
1
  # @atlaskit/editor-plugin-analytics
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724) [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) - [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from 35.7.0 to 35.8.0
8
+
9
+ ## 1.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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
14
+
3
15
  ## 1.0.4
4
16
 
5
17
  ### 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.6",
4
4
  "description": "Analytics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,13 +32,13 @@
32
32
  ".": "./src/index.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/adf-schema": "^35.6.0",
35
+ "@atlaskit/adf-schema": "^35.8.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.22.0",
39
39
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
40
40
  "@atlaskit/editor-prosemirror": "3.0.0",
41
- "@atlaskit/editor-tables": "^2.5.0",
41
+ "@atlaskit/editor-tables": "^2.6.0",
42
42
  "@babel/runtime": "^7.0.0"
43
43
  },
44
44
  "peerDependencies": {
@@ -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
+ }