@atlaskit/editor-plugin-analytics 0.0.3 → 0.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,17 @@
1
1
  # @atlaskit/editor-plugin-analytics
2
2
 
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5f5ba16de66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f5ba16de66) - [ED-13910] Fix prosemirror types
8
+
9
+ ## 0.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.0.3
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "sideEffects": false
5
5
  }
@@ -1,2 +1,2 @@
1
1
  import { PluginKey } from 'prosemirror-state';
2
- export declare const analyticsPluginKey: PluginKey<any, any>;
2
+ export declare const analyticsPluginKey: PluginKey<any>;
@@ -1,3 +1,3 @@
1
1
  import { Transaction } from 'prosemirror-state';
2
2
  import { AnalyticsPayload } from '@atlaskit/adf-schema/steps';
3
- export declare const generateUndoRedoInputSoucePayload: (tr: Transaction) => <T extends AnalyticsPayload>(payload: T) => T;
3
+ export declare const generateUndoRedoInputSoucePayload: (tr: Readonly<Transaction>) => <T extends AnalyticsPayload>(payload: T) => T;
@@ -1,2 +1,2 @@
1
1
  import { PluginKey } from 'prosemirror-state';
2
- export declare const analyticsPluginKey: PluginKey<any, any>;
2
+ export declare const analyticsPluginKey: PluginKey<any>;
@@ -1,3 +1,3 @@
1
1
  import { Transaction } from 'prosemirror-state';
2
2
  import { AnalyticsPayload } from '@atlaskit/adf-schema/steps';
3
- export declare const generateUndoRedoInputSoucePayload: (tr: Transaction) => <T extends AnalyticsPayload>(payload: T) => T;
3
+ export declare const generateUndoRedoInputSoucePayload: (tr: Readonly<Transaction>) => <T extends AnalyticsPayload>(payload: T) => T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-analytics",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Analytics plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,10 +31,10 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^25.9.0",
34
+ "@atlaskit/adf-schema": "^26.0.0",
35
35
  "@atlaskit/analytics-listeners": "^8.6.0",
36
36
  "@atlaskit/analytics-next": "^9.0.0",
37
- "@atlaskit/editor-common": "^74.9.0",
37
+ "@atlaskit/editor-common": "^74.15.0",
38
38
  "@atlaskit/editor-plugin-feature-flags": "^0.1.0",
39
39
  "@atlaskit/editor-tables": "^2.2.0",
40
40
  "@babel/runtime": "^7.0.0",
@@ -45,7 +45,7 @@
45
45
  "react": "^16.8.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@atlaskit/editor-test-helpers": "^18.7.0",
48
+ "@atlaskit/editor-test-helpers": "^18.8.0",
49
49
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
50
50
  "@testing-library/react": "^12.1.5",
51
51
  "react-dom": "^16.8.0",