@atlaskit/editor-plugin-annotation 1.9.4 → 1.9.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,11 @@
1
1
  # @atlaskit/editor-plugin-annotation
2
2
 
3
+ ## 1.9.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.9.4
4
10
 
5
11
  ### Patch Changes
@@ -49,6 +49,7 @@ declare const _default: {
49
49
  to: number;
50
50
  mark: import("prosemirror-model").Mark;
51
51
  }) => boolean;
52
+ isRemoteReplaceDocumentTransaction: (tr: Transaction) => boolean;
52
53
  };
53
54
  }, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
54
55
  pluginConfiguration?: {
@@ -114,6 +115,7 @@ declare const _default: {
114
115
  to: number;
115
116
  mark: import("prosemirror-model").Mark;
116
117
  }) => boolean;
118
+ isRemoteReplaceDocumentTransaction: (tr: Transaction) => boolean;
117
119
  };
118
120
  }, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
119
121
  pluginConfiguration?: {
@@ -60,6 +60,7 @@ declare const _default: {
60
60
  to: number;
61
61
  mark: import("prosemirror-model").Mark;
62
62
  }) => boolean;
63
+ isRemoteReplaceDocumentTransaction: (tr: Transaction) => boolean;
63
64
  };
64
65
  }, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
65
66
  ];
@@ -138,6 +139,7 @@ declare const _default: {
138
139
  to: number;
139
140
  mark: import("prosemirror-model").Mark;
140
141
  }) => boolean;
142
+ isRemoteReplaceDocumentTransaction: (tr: Transaction) => boolean;
141
143
  };
142
144
  }, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
143
145
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-annotation",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "Annotation plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/adf-schema": "^36.10.7",
36
- "@atlaskit/editor-common": "^81.2.0",
36
+ "@atlaskit/editor-common": "^82.0.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^1.2.0",
38
38
  "@atlaskit/editor-plugin-editor-viewmode": "^1.1.0",
39
39
  "@atlaskit/editor-plugin-feature-flags": "^1.1.0",