@atlaskit/collab-provider 15.3.14 → 15.3.16
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 +12 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/document/document-service.d.ts +1 -1
- package/dist/types/namespace/namespace-service.d.ts +1 -1
- package/dist/types-ts4.5/document/document-service.d.ts +1 -1
- package/dist/types-ts4.5/namespace/namespace-service.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.version = exports.nextMajorVersion = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/collab-provider";
|
|
8
|
-
var version = exports.version = "15.3.
|
|
8
|
+
var version = exports.version = "15.3.15";
|
|
9
9
|
var nextMajorVersion = exports.nextMajorVersion = function nextMajorVersion() {
|
|
10
10
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
|
11
11
|
};
|
|
@@ -130,7 +130,7 @@ export declare class DocumentService implements DocumentServiceInterface {
|
|
|
130
130
|
}[];
|
|
131
131
|
obfuscatedDoc: string | import("@atlaskit/adf-utils/types").ADFEntity | null | undefined;
|
|
132
132
|
};
|
|
133
|
-
onRestore: ({ doc, version, metadata, targetClientId }: CollabInitPayload) => Promise<void>;
|
|
133
|
+
onRestore: ({ doc, version, metadata, targetClientId, }: CollabInitPayload) => Promise<void>;
|
|
134
134
|
getFinalAcknowledgedState: (reason: GetResolvedEditorStateReason) => Promise<ResolvedEditorState>;
|
|
135
135
|
/**
|
|
136
136
|
*
|
|
@@ -10,5 +10,5 @@ export declare class NamespaceService {
|
|
|
10
10
|
/**
|
|
11
11
|
* ESS-2916 namespace status event- lock/unlock
|
|
12
12
|
*/
|
|
13
|
-
onNamespaceStatusChanged: ({ isLocked, waitTimeInMs, timestamp }: NamespaceStatus) => Promise<void>;
|
|
13
|
+
onNamespaceStatusChanged: ({ isLocked, waitTimeInMs, timestamp, }: NamespaceStatus) => Promise<void>;
|
|
14
14
|
}
|
|
@@ -130,7 +130,7 @@ export declare class DocumentService implements DocumentServiceInterface {
|
|
|
130
130
|
}[];
|
|
131
131
|
obfuscatedDoc: string | import("@atlaskit/adf-utils/types").ADFEntity | null | undefined;
|
|
132
132
|
};
|
|
133
|
-
onRestore: ({ doc, version, metadata, targetClientId }: CollabInitPayload) => Promise<void>;
|
|
133
|
+
onRestore: ({ doc, version, metadata, targetClientId, }: CollabInitPayload) => Promise<void>;
|
|
134
134
|
getFinalAcknowledgedState: (reason: GetResolvedEditorStateReason) => Promise<ResolvedEditorState>;
|
|
135
135
|
/**
|
|
136
136
|
*
|
|
@@ -10,5 +10,5 @@ export declare class NamespaceService {
|
|
|
10
10
|
/**
|
|
11
11
|
* ESS-2916 namespace status event- lock/unlock
|
|
12
12
|
*/
|
|
13
|
-
onNamespaceStatusChanged: ({ isLocked, waitTimeInMs, timestamp }: NamespaceStatus) => Promise<void>;
|
|
13
|
+
onNamespaceStatusChanged: ({ isLocked, waitTimeInMs, timestamp, }: NamespaceStatus) => Promise<void>;
|
|
14
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/collab-provider",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.16",
|
|
4
4
|
"description": "A provider for collaborative editing.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
38
38
|
"@atlaskit/prosemirror-collab": "^0.22.0",
|
|
39
39
|
"@atlaskit/react-ufo": "^5.2.0",
|
|
40
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
40
|
+
"@atlaskit/tmp-editor-statsig": "^29.0.0",
|
|
41
41
|
"@atlaskit/ufo": "^0.4.0",
|
|
42
42
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|