@atlaskit/editor-plugin-collab-edit 8.0.14 → 8.0.15

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-collab-edit
2
2
 
3
+ ## 8.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.0.14
4
10
 
5
11
  ### Patch Changes
@@ -44,5 +44,5 @@ type UpdateNcsSessionStepMetricProps = {
44
44
  * @param steps - The steps to calculate the metrics from.
45
45
  * @return void
46
46
  */
47
- export declare const updateNcsSessionStepMetrics: ({ api, steps }: UpdateNcsSessionStepMetricProps) => void;
47
+ export declare const updateNcsSessionStepMetrics: ({ api, steps, }: UpdateNcsSessionStepMetricProps) => void;
48
48
  export {};
@@ -77,5 +77,5 @@ type TrackProps = {
77
77
  * @param {Readonly<Transaction[]>} props.transactions - The transactions that contain the steps.
78
78
  * @param {(data: StepMetadataAnalytics[]) => void} props.onTrackDataProcessed - Callback function to be called with the processed data.
79
79
  */
80
- export declare const track: ({ api, newEditorState, transactions, onTrackDataProcessed }: TrackProps) => void;
80
+ export declare const track: ({ api, newEditorState, transactions, onTrackDataProcessed, }: TrackProps) => void;
81
81
  export {};
@@ -44,5 +44,5 @@ type UpdateNcsSessionStepMetricProps = {
44
44
  * @param steps - The steps to calculate the metrics from.
45
45
  * @return void
46
46
  */
47
- export declare const updateNcsSessionStepMetrics: ({ api, steps }: UpdateNcsSessionStepMetricProps) => void;
47
+ export declare const updateNcsSessionStepMetrics: ({ api, steps, }: UpdateNcsSessionStepMetricProps) => void;
48
48
  export {};
@@ -77,5 +77,5 @@ type TrackProps = {
77
77
  * @param {Readonly<Transaction[]>} props.transactions - The transactions that contain the steps.
78
78
  * @param {(data: StepMetadataAnalytics[]) => void} props.onTrackDataProcessed - Callback function to be called with the processed data.
79
79
  */
80
- export declare const track: ({ api, newEditorState, transactions, onTrackDataProcessed }: TrackProps) => void;
80
+ export declare const track: ({ api, newEditorState, transactions, onTrackDataProcessed, }: TrackProps) => void;
81
81
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-collab-edit",
3
- "version": "8.0.14",
3
+ "version": "8.0.15",
4
4
  "description": "Collab Edit plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/frontend-utilities": "^3.2.0",
40
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
41
41
  "@atlaskit/prosemirror-collab": "^0.22.0",
42
- "@atlaskit/tmp-editor-statsig": "^28.0.0",
42
+ "@atlaskit/tmp-editor-statsig": "^29.0.0",
43
43
  "@atlaskit/tokens": "^11.0.0",
44
44
  "@babel/runtime": "^7.0.0",
45
45
  "memoize-one": "^6.0.0"