@atlaskit/editor-plugin-analytics 1.10.7 → 1.10.8

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,14 @@
1
1
  # @atlaskit/editor-plugin-analytics
2
2
 
3
+ ## 1.10.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#175552](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/175552)
8
+ [`b29361001f720`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b29361001f720) -
9
+ refactor: remediate re-exports in editor-plugin-ai-definitions, editor-plugin-alignment,
10
+ editor-plugin-analytics, editor-plugin-annotation
11
+
3
12
  ## 1.10.7
4
13
 
5
14
  ### Patch Changes
@@ -3,8 +3,6 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.editorAnalyticsChannel = exports.analyticsEventKey = void 0;
6
+ exports.editorAnalyticsChannel = void 0;
7
7
  var _types = require("@atlaskit/analytics-listeners/types");
8
- var _utils = require("@atlaskit/editor-common/utils");
9
- var analyticsEventKey = exports.analyticsEventKey = _utils.analyticsEventKey;
10
8
  var editorAnalyticsChannel = exports.editorAnalyticsChannel = _types.FabricChannel.editor;
@@ -1 +1,4 @@
1
+ // Disable no-re-export rule for entry point files
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
3
+
1
4
  export { analyticsPlugin } from './analyticsPlugin';
@@ -1,4 +1,2 @@
1
1
  import { FabricChannel } from '@atlaskit/analytics-listeners/types';
2
- import { analyticsEventKey as key } from '@atlaskit/editor-common/utils';
3
- export const analyticsEventKey = key;
4
2
  export const editorAnalyticsChannel = FabricChannel.editor;
package/dist/esm/index.js CHANGED
@@ -1 +1,4 @@
1
+ // Disable no-re-export rule for entry point files
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
3
+
1
4
  export { analyticsPlugin } from './analyticsPlugin';
@@ -1,4 +1,2 @@
1
1
  import { FabricChannel } from '@atlaskit/analytics-listeners/types';
2
- import { analyticsEventKey as key } from '@atlaskit/editor-common/utils';
3
- export var analyticsEventKey = key;
4
2
  export var editorAnalyticsChannel = FabricChannel.editor;
@@ -1,3 +1,2 @@
1
1
  import { FabricChannel } from '@atlaskit/analytics-listeners/types';
2
- export declare const analyticsEventKey = "EDITOR_ANALYTICS_EVENT";
3
2
  export declare const editorAnalyticsChannel = FabricChannel.editor;
@@ -1,3 +1,2 @@
1
1
  import { FabricChannel } from '@atlaskit/analytics-listeners/types';
2
- export declare const analyticsEventKey = "EDITOR_ANALYTICS_EVENT";
3
2
  export declare const editorAnalyticsChannel = FabricChannel.editor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "1.10.7",
3
+ "version": "1.10.8",
4
4
  "description": "Analytics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
35
  "@atlaskit/analytics-listeners": "^8.13.0",
36
36
  "@atlaskit/analytics-next": "^10.1.0",
37
- "@atlaskit/editor-common": "^96.0.0",
37
+ "@atlaskit/editor-common": "^96.3.0",
38
38
  "@atlaskit/editor-plugin-feature-flags": "^1.2.0",
39
39
  "@atlaskit/editor-prosemirror": "6.2.1",
40
40
  "@atlaskit/editor-tables": "^2.8.0",