@atlaskit/editor-plugin-analytics 0.4.3 → 0.4.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,18 @@
1
1
  # @atlaskit/editor-plugin-analytics
2
2
 
3
+ ## 0.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.4.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031) [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) - ED-21609 Update adf-schema to 35.3.0
14
+ - Updated dependencies
15
+
3
16
  ## 0.4.3
4
17
 
5
18
  ### Patch Changes
@@ -1,5 +1,6 @@
1
- import { AnalyticsEventPayload, SELECTION_POSITION, SELECTION_TYPE } from '@atlaskit/editor-common/analytics';
2
- import { Selection } from '@atlaskit/editor-prosemirror/state';
1
+ import type { AnalyticsEventPayload } from '@atlaskit/editor-common/analytics';
2
+ import { SELECTION_POSITION, SELECTION_TYPE } from '@atlaskit/editor-common/analytics';
3
+ import type { Selection } from '@atlaskit/editor-prosemirror/state';
3
4
  export declare function getSelectionType(selection: Selection): {
4
5
  type: SELECTION_TYPE;
5
6
  position?: SELECTION_POSITION;
@@ -1,5 +1,6 @@
1
- import { AnalyticsEventPayload, SELECTION_POSITION, SELECTION_TYPE } from '@atlaskit/editor-common/analytics';
2
- import { Selection } from '@atlaskit/editor-prosemirror/state';
1
+ import type { AnalyticsEventPayload } from '@atlaskit/editor-common/analytics';
2
+ import { SELECTION_POSITION, SELECTION_TYPE } from '@atlaskit/editor-common/analytics';
3
+ import type { Selection } from '@atlaskit/editor-prosemirror/state';
3
4
  export declare function getSelectionType(selection: Selection): {
4
5
  type: SELECTION_TYPE;
5
6
  position?: SELECTION_POSITION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "description": "Analytics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -10,9 +10,10 @@
10
10
  "atlassian": {
11
11
  "team": "Editor: Lego",
12
12
  "singleton": true,
13
- "releaseModel": "continuous"
13
+ "releaseModel": "continuous",
14
+ "runReact18": false
14
15
  },
15
- "repository": "https://bitbucket.org/atlassian/atlassian-frontend",
16
+ "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
16
17
  "main": "dist/cjs/index.js",
17
18
  "module": "dist/esm/index.js",
18
19
  "module:es2019": "dist/es2019/index.js",
@@ -31,13 +32,13 @@
31
32
  ".": "./src/index.ts"
32
33
  },
33
34
  "dependencies": {
34
- "@atlaskit/adf-schema": "^35.2.0",
35
- "@atlaskit/analytics-listeners": "^8.6.0",
35
+ "@atlaskit/adf-schema": "^35.3.0",
36
+ "@atlaskit/analytics-listeners": "^8.9.0",
36
37
  "@atlaskit/analytics-next": "^9.0.0",
37
- "@atlaskit/editor-common": "^76.27.0",
38
+ "@atlaskit/editor-common": "^77.0.0",
38
39
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
39
40
  "@atlaskit/editor-prosemirror": "1.1.0",
40
- "@atlaskit/editor-tables": "^2.2.0",
41
+ "@atlaskit/editor-tables": "^2.4.0",
41
42
  "@babel/runtime": "^7.0.0"
42
43
  },
43
44
  "peerDependencies": {