@atlaskit/editor-plugin-collab-edit 16.0.0 → 16.0.1
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
|
@@ -17,7 +17,6 @@ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length)
|
|
|
17
17
|
function groupBy(array, keyGetter) {
|
|
18
18
|
// Check group by exists, and that it's a function. If so, use the native browser code
|
|
19
19
|
if ('groupBy' in Object && typeof Object.groupBy === 'function') {
|
|
20
|
-
// @ts-ignore TS2322 - Type 'Partial<Record<string, T[]>>' is not assignable to type 'Record<string, T[]>'.
|
|
21
20
|
return Object.groupBy(array, keyGetter);
|
|
22
21
|
}
|
|
23
22
|
|
|
@@ -7,7 +7,6 @@ import { updateNcsSessionStepMetrics } from './track-step-metrics';
|
|
|
7
7
|
function groupBy(array, keyGetter) {
|
|
8
8
|
// Check group by exists, and that it's a function. If so, use the native browser code
|
|
9
9
|
if ('groupBy' in Object && typeof Object.groupBy === 'function') {
|
|
10
|
-
// @ts-ignore TS2322 - Type 'Partial<Record<string, T[]>>' is not assignable to type 'Record<string, T[]>'.
|
|
11
10
|
return Object.groupBy(array, keyGetter);
|
|
12
11
|
}
|
|
13
12
|
|
|
@@ -11,7 +11,6 @@ import { updateNcsSessionStepMetrics } from './track-step-metrics';
|
|
|
11
11
|
function groupBy(array, keyGetter) {
|
|
12
12
|
// Check group by exists, and that it's a function. If so, use the native browser code
|
|
13
13
|
if ('groupBy' in Object && typeof Object.groupBy === 'function') {
|
|
14
|
-
// @ts-ignore TS2322 - Type 'Partial<Record<string, T[]>>' is not assignable to type 'Record<string, T[]>'.
|
|
15
14
|
return Object.groupBy(array, keyGetter);
|
|
16
15
|
}
|
|
17
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-collab-edit",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.1",
|
|
4
4
|
"description": "Collab Edit plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"sideEffects": false,
|
|
20
20
|
"atlaskit:src": "src/index.ts",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@atlaskit/adf-schema": "^
|
|
22
|
+
"@atlaskit/adf-schema": "^57.0.0",
|
|
23
23
|
"@atlaskit/custom-steps": "^1.0.0",
|
|
24
|
-
"@atlaskit/editor-json-transformer": "^9.
|
|
24
|
+
"@atlaskit/editor-json-transformer": "^9.4.0",
|
|
25
25
|
"@atlaskit/editor-plugin-analytics": "^15.0.0",
|
|
26
26
|
"@atlaskit/editor-plugin-connectivity": "^15.0.0",
|
|
27
27
|
"@atlaskit/editor-plugin-editor-viewmode": "^17.0.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"memoize-one": "^6.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@atlaskit/editor-common": "^119.
|
|
41
|
+
"@atlaskit/editor-common": "^119.4.0",
|
|
42
42
|
"react": "^18.2.0 || ^19.2.0",
|
|
43
43
|
"react-dom": "^18.2.0 || ^19.2.0"
|
|
44
44
|
},
|