@atlaskit/collab-provider 9.22.5 → 9.22.7
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/afm-cc/tsconfig.json +3 -0
- package/dist/cjs/document/document-service.js +4 -4
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/document/document-service.js +4 -6
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/document/document-service.js +4 -4
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +4 -4
- package/tsconfig.json +1 -249
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/collab-provider
|
|
2
2
|
|
|
3
|
+
## 9.22.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#71133](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71133) [`22d7f6ed1f02`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/22d7f6ed1f02) - revert prosemirror-collab unfork
|
|
8
|
+
|
|
9
|
+
## 9.22.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572) [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) - Upgrading @atlaskit/editor-prosemirror dependency
|
|
14
|
+
|
|
3
15
|
## 9.22.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -11,7 +11,7 @@ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/cl
|
|
|
11
11
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
12
12
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
13
|
var _const = require("../helpers/const");
|
|
14
|
-
var _prosemirrorCollab = require("prosemirror-collab");
|
|
14
|
+
var _prosemirrorCollab = require("@atlaskit/prosemirror-collab");
|
|
15
15
|
var _editorJsonTransformer = require("@atlaskit/editor-json-transformer");
|
|
16
16
|
var _throttle = _interopRequireDefault(require("lodash/throttle"));
|
|
17
17
|
var _performance = require("../analytics/performance");
|
|
@@ -129,7 +129,7 @@ var DocumentService = exports.DocumentService = /*#__PURE__*/function () {
|
|
|
129
129
|
(_this$analyticsHelper3 = _this.analyticsHelper) === null || _this$analyticsHelper3 === void 0 || _this$analyticsHelper3.sendErrorEvent(new Error('No editor state when calling ProseMirror function'), 'getCurrentPmVersion called without state');
|
|
130
130
|
return 0;
|
|
131
131
|
}
|
|
132
|
-
return (0, _prosemirrorCollab.getVersion)(state)
|
|
132
|
+
return (0, _prosemirrorCollab.getVersion)(state);
|
|
133
133
|
});
|
|
134
134
|
(0, _defineProperty2.default)(this, "getCurrentState", /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {
|
|
135
135
|
var _this$getState2, _this$analyticsHelper5, _this$analyticsHelper4, state, adfDocument, currentState, measure, _this$analyticsHelper6, _this$analyticsHelper7, _measure;
|
|
@@ -148,7 +148,7 @@ var DocumentService = exports.DocumentService = /*#__PURE__*/function () {
|
|
|
148
148
|
currentState = {
|
|
149
149
|
content: adfDocument,
|
|
150
150
|
title: _this.metadataService.getTitle(),
|
|
151
|
-
stepVersion: (0, _prosemirrorCollab.getVersion)(state)
|
|
151
|
+
stepVersion: (0, _prosemirrorCollab.getVersion)(state)
|
|
152
152
|
};
|
|
153
153
|
measure = (0, _performance.stopMeasure)(_performance.MEASURE_NAME.GET_CURRENT_STATE, _this.analyticsHelper);
|
|
154
154
|
(_this$analyticsHelper5 = _this.analyticsHelper) === null || _this$analyticsHelper5 === void 0 || _this$analyticsHelper5.sendActionEvent(_const.EVENT_ACTION.GET_CURRENT_STATE, _const.EVENT_STATUS.SUCCESS, {
|
|
@@ -472,7 +472,7 @@ var DocumentService = exports.DocumentService = /*#__PURE__*/function () {
|
|
|
472
472
|
tries: count,
|
|
473
473
|
maxRetries: _const.ACK_MAX_TRY,
|
|
474
474
|
clientId: _this.clientId,
|
|
475
|
-
version: (0, _prosemirrorCollab.getVersion)(state)
|
|
475
|
+
version: (0, _prosemirrorCollab.getVersion)(state)
|
|
476
476
|
});
|
|
477
477
|
}
|
|
478
478
|
unconfirmedStepsInfoUGCRemoved = (_this$getUnconfirmedS = _this.getUnconfirmedSteps()) === null || _this$getUnconfirmedS === void 0 ? void 0 : _this$getUnconfirmedS.map(function (step) {
|
|
@@ -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 = "9.22.
|
|
8
|
+
var version = exports.version = "9.22.7";
|
|
9
9
|
var nextMajorVersion = exports.nextMajorVersion = function nextMajorVersion() {
|
|
10
10
|
return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
|
|
11
11
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
import { ACK_MAX_TRY, EVENT_ACTION, EVENT_STATUS } from '../helpers/const';
|
|
3
|
-
import { getVersion, sendableSteps } from 'prosemirror-collab';
|
|
3
|
+
import { getVersion, sendableSteps } from '@atlaskit/prosemirror-collab';
|
|
4
4
|
import { JSONTransformer } from '@atlaskit/editor-json-transformer';
|
|
5
5
|
import throttle from 'lodash/throttle';
|
|
6
6
|
import { MEASURE_NAME, startMeasure, stopMeasure } from '../analytics/performance';
|
|
@@ -95,7 +95,7 @@ export class DocumentService {
|
|
|
95
95
|
(_this$analyticsHelper3 = this.analyticsHelper) === null || _this$analyticsHelper3 === void 0 ? void 0 : _this$analyticsHelper3.sendErrorEvent(new Error('No editor state when calling ProseMirror function'), 'getCurrentPmVersion called without state');
|
|
96
96
|
return 0;
|
|
97
97
|
}
|
|
98
|
-
return getVersion(state)
|
|
98
|
+
return getVersion(state);
|
|
99
99
|
});
|
|
100
100
|
_defineProperty(this, "getCurrentState", async () => {
|
|
101
101
|
try {
|
|
@@ -112,9 +112,8 @@ export class DocumentService {
|
|
|
112
112
|
const currentState = {
|
|
113
113
|
content: adfDocument,
|
|
114
114
|
title: this.metadataService.getTitle(),
|
|
115
|
-
stepVersion: getVersion(state)
|
|
115
|
+
stepVersion: getVersion(state)
|
|
116
116
|
};
|
|
117
|
-
|
|
118
117
|
const measure = stopMeasure(MEASURE_NAME.GET_CURRENT_STATE, this.analyticsHelper);
|
|
119
118
|
(_this$analyticsHelper5 = this.analyticsHelper) === null || _this$analyticsHelper5 === void 0 ? void 0 : _this$analyticsHelper5.sendActionEvent(EVENT_ACTION.GET_CURRENT_STATE, EVENT_STATUS.SUCCESS, {
|
|
120
119
|
latency: measure === null || measure === void 0 ? void 0 : measure.duration
|
|
@@ -397,10 +396,9 @@ export class DocumentService {
|
|
|
397
396
|
tries: count,
|
|
398
397
|
maxRetries: ACK_MAX_TRY,
|
|
399
398
|
clientId: this.clientId,
|
|
400
|
-
version: getVersion(state)
|
|
399
|
+
version: getVersion(state)
|
|
401
400
|
});
|
|
402
401
|
}
|
|
403
|
-
|
|
404
402
|
const unconfirmedStepsInfoUGCRemoved = (_this$getUnconfirmedS = this.getUnconfirmedSteps()) === null || _this$getUnconfirmedS === void 0 ? void 0 : _this$getUnconfirmedS.map(step => getStepUGCFreeDetails(step));
|
|
405
403
|
const error = new CantSyncUpError("Can't sync up with Collab Service: unable to send unconfirmed steps and max retry reached", {
|
|
406
404
|
unconfirmedStepsInfo: unconfirmedStepsInfoUGCRemoved ? JSON.stringify(unconfirmedStepsInfoUGCRemoved) : 'Unable to generate UGC removed step info'
|
|
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
6
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
7
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
8
8
|
import { ACK_MAX_TRY, EVENT_ACTION, EVENT_STATUS } from '../helpers/const';
|
|
9
|
-
import { getVersion, sendableSteps } from 'prosemirror-collab';
|
|
9
|
+
import { getVersion, sendableSteps } from '@atlaskit/prosemirror-collab';
|
|
10
10
|
import { JSONTransformer } from '@atlaskit/editor-json-transformer';
|
|
11
11
|
import throttle from 'lodash/throttle';
|
|
12
12
|
import { MEASURE_NAME, startMeasure, stopMeasure } from '../analytics/performance';
|
|
@@ -122,7 +122,7 @@ export var DocumentService = /*#__PURE__*/function () {
|
|
|
122
122
|
(_this$analyticsHelper3 = _this.analyticsHelper) === null || _this$analyticsHelper3 === void 0 || _this$analyticsHelper3.sendErrorEvent(new Error('No editor state when calling ProseMirror function'), 'getCurrentPmVersion called without state');
|
|
123
123
|
return 0;
|
|
124
124
|
}
|
|
125
|
-
return getVersion(state)
|
|
125
|
+
return getVersion(state);
|
|
126
126
|
});
|
|
127
127
|
_defineProperty(this, "getCurrentState", /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
128
128
|
var _this$getState2, _this$analyticsHelper5, _this$analyticsHelper4, state, adfDocument, currentState, measure, _this$analyticsHelper6, _this$analyticsHelper7, _measure;
|
|
@@ -141,7 +141,7 @@ export var DocumentService = /*#__PURE__*/function () {
|
|
|
141
141
|
currentState = {
|
|
142
142
|
content: adfDocument,
|
|
143
143
|
title: _this.metadataService.getTitle(),
|
|
144
|
-
stepVersion: getVersion(state)
|
|
144
|
+
stepVersion: getVersion(state)
|
|
145
145
|
};
|
|
146
146
|
measure = stopMeasure(MEASURE_NAME.GET_CURRENT_STATE, _this.analyticsHelper);
|
|
147
147
|
(_this$analyticsHelper5 = _this.analyticsHelper) === null || _this$analyticsHelper5 === void 0 || _this$analyticsHelper5.sendActionEvent(EVENT_ACTION.GET_CURRENT_STATE, EVENT_STATUS.SUCCESS, {
|
|
@@ -465,7 +465,7 @@ export var DocumentService = /*#__PURE__*/function () {
|
|
|
465
465
|
tries: count,
|
|
466
466
|
maxRetries: ACK_MAX_TRY,
|
|
467
467
|
clientId: _this.clientId,
|
|
468
|
-
version: getVersion(state)
|
|
468
|
+
version: getVersion(state)
|
|
469
469
|
});
|
|
470
470
|
}
|
|
471
471
|
unconfirmedStepsInfoUGCRemoved = (_this$getUnconfirmedS = _this.getUnconfirmedSteps()) === null || _this$getUnconfirmedS === void 0 ? void 0 : _this$getUnconfirmedS.map(function (step) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/collab-provider",
|
|
3
|
-
"version": "9.22.
|
|
3
|
+
"version": "9.22.7",
|
|
4
4
|
"description": "A provider for collaborative editing.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
38
38
|
"@atlaskit/analytics-listeners": "^8.9.0",
|
|
39
|
-
"@atlaskit/editor-common": "^77.
|
|
39
|
+
"@atlaskit/editor-common": "^77.3.0",
|
|
40
40
|
"@atlaskit/editor-json-transformer": "^8.10.0",
|
|
41
|
-
"@atlaskit/editor-prosemirror": "
|
|
41
|
+
"@atlaskit/editor-prosemirror": "3.0.0",
|
|
42
|
+
"@atlaskit/prosemirror-collab": "^0.2.0",
|
|
42
43
|
"@atlaskit/ufo": "^0.2.0",
|
|
43
44
|
"@atlaskit/util-service-support": "^6.2.0",
|
|
44
45
|
"@babel/runtime": "^7.0.0",
|
|
45
46
|
"eventemitter2": "^4.1.0",
|
|
46
47
|
"lodash": "^4.17.21",
|
|
47
|
-
"prosemirror-collab": "1.3.1",
|
|
48
48
|
"socket.io-client": "^4.7.1"
|
|
49
49
|
},
|
|
50
50
|
"techstack": {
|
package/tsconfig.json
CHANGED
|
@@ -1,255 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"extends": "../../../tsconfig.json",
|
|
3
3
|
"compilerOptions": {
|
|
4
|
-
"baseUrl": "./"
|
|
5
|
-
"paths": {
|
|
6
|
-
"@atlaskit/analytics-gas-types": [
|
|
7
|
-
"../../analytics/analytics-gas-types/src/index.ts"
|
|
8
|
-
],
|
|
9
|
-
"@atlaskit/analytics-listeners/FabricAnalyticsListeners": [
|
|
10
|
-
"../../analytics/analytics-listeners/src/FabricAnalyticsListeners.tsx"
|
|
11
|
-
],
|
|
12
|
-
"@atlaskit/analytics-listeners/GenericAnalyticsListener": [
|
|
13
|
-
"../../analytics/analytics-listeners/src/GenericAnalyticsListener.tsx"
|
|
14
|
-
],
|
|
15
|
-
"@atlaskit/analytics-listeners/analytics-web-client-wrapper": [
|
|
16
|
-
"../../analytics/analytics-listeners/src/analytics-web-client-wrapper.ts"
|
|
17
|
-
],
|
|
18
|
-
"@atlaskit/analytics-listeners/types": [
|
|
19
|
-
"../../analytics/analytics-listeners/src/types.ts"
|
|
20
|
-
],
|
|
21
|
-
"@atlaskit/analytics-listeners": [
|
|
22
|
-
"../../analytics/analytics-listeners/src/index.ts"
|
|
23
|
-
],
|
|
24
|
-
"@atlaskit/editor-common/event-dispatcher": [
|
|
25
|
-
"../editor-common/src/event-dispatcher/index.ts"
|
|
26
|
-
],
|
|
27
|
-
"@atlaskit/editor-common/extensions": [
|
|
28
|
-
"../editor-common/src/extensions.ts"
|
|
29
|
-
],
|
|
30
|
-
"@atlaskit/editor-common/extensibility": [
|
|
31
|
-
"../editor-common/src/extensibility/index.ts"
|
|
32
|
-
],
|
|
33
|
-
"@atlaskit/editor-common/normalize-feature-flags": [
|
|
34
|
-
"../editor-common/src/normalize-feature-flags.ts"
|
|
35
|
-
],
|
|
36
|
-
"@atlaskit/editor-common/messages": [
|
|
37
|
-
"../editor-common/src/messages/index.ts"
|
|
38
|
-
],
|
|
39
|
-
"@atlaskit/editor-common/provider-factory": [
|
|
40
|
-
"../editor-common/src/provider-factory.ts"
|
|
41
|
-
],
|
|
42
|
-
"@atlaskit/editor-common/styles": [
|
|
43
|
-
"../editor-common/src/styles/index.ts"
|
|
44
|
-
],
|
|
45
|
-
"@atlaskit/editor-common/validator": [
|
|
46
|
-
"../editor-common/src/validator.ts"
|
|
47
|
-
],
|
|
48
|
-
"@atlaskit/editor-common/in-product": [
|
|
49
|
-
"../editor-common/src/in-product.ts"
|
|
50
|
-
],
|
|
51
|
-
"@atlaskit/editor-common/type-ahead": [
|
|
52
|
-
"../editor-common/src/type-ahead/index.ts"
|
|
53
|
-
],
|
|
54
|
-
"@atlaskit/editor-common/ufo": [
|
|
55
|
-
"../editor-common/src/ufo/index.ts"
|
|
56
|
-
],
|
|
57
|
-
"@atlaskit/editor-common/insert": [
|
|
58
|
-
"../editor-common/src/insert/index.ts"
|
|
59
|
-
],
|
|
60
|
-
"@atlaskit/editor-common/types": [
|
|
61
|
-
"../editor-common/src/types/index.ts"
|
|
62
|
-
],
|
|
63
|
-
"@atlaskit/editor-common/ui": [
|
|
64
|
-
"../editor-common/src/ui/index.tsx"
|
|
65
|
-
],
|
|
66
|
-
"@atlaskit/editor-common/utils": [
|
|
67
|
-
"../editor-common/src/utils/index.ts"
|
|
68
|
-
],
|
|
69
|
-
"@atlaskit/editor-common/card": [
|
|
70
|
-
"../editor-common/src/card/index.ts"
|
|
71
|
-
],
|
|
72
|
-
"@atlaskit/editor-common/collab": [
|
|
73
|
-
"../editor-common/src/collab/index.ts"
|
|
74
|
-
],
|
|
75
|
-
"@atlaskit/editor-common/emoji": [
|
|
76
|
-
"../editor-common/src/emoji.ts"
|
|
77
|
-
],
|
|
78
|
-
"@atlaskit/editor-common/mention": [
|
|
79
|
-
"../editor-common/src/mention.ts"
|
|
80
|
-
],
|
|
81
|
-
"@atlaskit/editor-common/provider-helpers": [
|
|
82
|
-
"../editor-common/src/provider-helpers/index.ts"
|
|
83
|
-
],
|
|
84
|
-
"@atlaskit/editor-common/icons": [
|
|
85
|
-
"../editor-common/src/icons/index.ts"
|
|
86
|
-
],
|
|
87
|
-
"@atlaskit/editor-common/safe-plugin": [
|
|
88
|
-
"../editor-common/src/safe-plugin/index.ts"
|
|
89
|
-
],
|
|
90
|
-
"@atlaskit/editor-common/panel": [
|
|
91
|
-
"../editor-common/src/panel.ts"
|
|
92
|
-
],
|
|
93
|
-
"@atlaskit/editor-common/analytics": [
|
|
94
|
-
"../editor-common/src/analytics/index.ts"
|
|
95
|
-
],
|
|
96
|
-
"@atlaskit/editor-common/error-boundary": [
|
|
97
|
-
"../editor-common/src/ui/ErrorBoundary/index.tsx"
|
|
98
|
-
],
|
|
99
|
-
"@atlaskit/editor-common/portal-provider": [
|
|
100
|
-
"../editor-common/src/ui/PortalProvider/index.tsx"
|
|
101
|
-
],
|
|
102
|
-
"@atlaskit/editor-common/react-node-view": [
|
|
103
|
-
"../editor-common/src/react-node-view/index.tsx"
|
|
104
|
-
],
|
|
105
|
-
"@atlaskit/editor-common/with-plugin-state": [
|
|
106
|
-
"../editor-common/src/with-plugin-state/index.tsx"
|
|
107
|
-
],
|
|
108
|
-
"@atlaskit/editor-common/node-width": [
|
|
109
|
-
"../editor-common/src/node-width/index.ts"
|
|
110
|
-
],
|
|
111
|
-
"@atlaskit/editor-common/keymaps": [
|
|
112
|
-
"../editor-common/src/keymaps/index.tsx"
|
|
113
|
-
],
|
|
114
|
-
"@atlaskit/editor-common/ui-menu": [
|
|
115
|
-
"../editor-common/src/ui-menu/index.tsx"
|
|
116
|
-
],
|
|
117
|
-
"@atlaskit/editor-common/ui-react": [
|
|
118
|
-
"../editor-common/src/ui-react/index.ts"
|
|
119
|
-
],
|
|
120
|
-
"@atlaskit/editor-common/ui-color": [
|
|
121
|
-
"../editor-common/src/ui-color/index.ts"
|
|
122
|
-
],
|
|
123
|
-
"@atlaskit/editor-common/transforms": [
|
|
124
|
-
"../editor-common/src/transforms/index.ts"
|
|
125
|
-
],
|
|
126
|
-
"@atlaskit/editor-common/core-utils": [
|
|
127
|
-
"../editor-common/src/core-utils/index.ts"
|
|
128
|
-
],
|
|
129
|
-
"@atlaskit/editor-common/selection": [
|
|
130
|
-
"../editor-common/src/selection/index.ts"
|
|
131
|
-
],
|
|
132
|
-
"@atlaskit/editor-common/preset": [
|
|
133
|
-
"../editor-common/src/preset/index.ts"
|
|
134
|
-
],
|
|
135
|
-
"@atlaskit/editor-common/hooks": [
|
|
136
|
-
"../editor-common/src/hooks/index.ts"
|
|
137
|
-
],
|
|
138
|
-
"@atlaskit/editor-common/media-inline": [
|
|
139
|
-
"../editor-common/src/media-inline/index.ts"
|
|
140
|
-
],
|
|
141
|
-
"@atlaskit/editor-common/media-single": [
|
|
142
|
-
"../editor-common/src/media-single/index.ts"
|
|
143
|
-
],
|
|
144
|
-
"@atlaskit/editor-common/monitoring": [
|
|
145
|
-
"../editor-common/src/monitoring/index.ts"
|
|
146
|
-
],
|
|
147
|
-
"@atlaskit/editor-common/paste": [
|
|
148
|
-
"../editor-common/src/paste/index.ts"
|
|
149
|
-
],
|
|
150
|
-
"@atlaskit/editor-common/resizer": [
|
|
151
|
-
"../editor-common/src/resizer/index.ts"
|
|
152
|
-
],
|
|
153
|
-
"@atlaskit/editor-common/editor-analytics": [
|
|
154
|
-
"../editor-common/src/editor-analytics/index.ts"
|
|
155
|
-
],
|
|
156
|
-
"@atlaskit/editor-common/selection-based-node-view": [
|
|
157
|
-
"../editor-common/src/selection-based-node-view/index.ts"
|
|
158
|
-
],
|
|
159
|
-
"@atlaskit/editor-common/guideline": [
|
|
160
|
-
"../editor-common/src/guideline/index.ts"
|
|
161
|
-
],
|
|
162
|
-
"@atlaskit/editor-common/quick-insert": [
|
|
163
|
-
"../editor-common/src/quick-insert/index.ts"
|
|
164
|
-
],
|
|
165
|
-
"@atlaskit/editor-common/link": [
|
|
166
|
-
"../editor-common/src/link/index.ts"
|
|
167
|
-
],
|
|
168
|
-
"@atlaskit/editor-common/mark": [
|
|
169
|
-
"../editor-common/src/mark/index.ts"
|
|
170
|
-
],
|
|
171
|
-
"@atlaskit/editor-common/commands": [
|
|
172
|
-
"../editor-common/src/commands/index.ts"
|
|
173
|
-
],
|
|
174
|
-
"@atlaskit/editor-common/clipboard": [
|
|
175
|
-
"../editor-common/src/clipboard/index.ts"
|
|
176
|
-
],
|
|
177
|
-
"@atlaskit/editor-common/lists": [
|
|
178
|
-
"../editor-common/src/lists/index.ts"
|
|
179
|
-
],
|
|
180
|
-
"@atlaskit/editor-common/element-browser": [
|
|
181
|
-
"../editor-common/src/element-browser/index.ts"
|
|
182
|
-
],
|
|
183
|
-
"@atlaskit/editor-common/floating-toolbar": [
|
|
184
|
-
"../editor-common/src/floating-toolbar/index.ts"
|
|
185
|
-
],
|
|
186
|
-
"@atlaskit/editor-common/copy-button": [
|
|
187
|
-
"../editor-common/src/copy-button/index.ts"
|
|
188
|
-
],
|
|
189
|
-
"@atlaskit/editor-common/legacy-rank-plugins": [
|
|
190
|
-
"../editor-common/src/rank.ts"
|
|
191
|
-
],
|
|
192
|
-
"@atlaskit/editor-common/indentation": [
|
|
193
|
-
"../editor-common/src/indentation/index.ts"
|
|
194
|
-
],
|
|
195
|
-
"@atlaskit/editor-common/annotation": [
|
|
196
|
-
"../editor-common/src/annotation/index.ts"
|
|
197
|
-
],
|
|
198
|
-
"@atlaskit/editor-common": [
|
|
199
|
-
"../editor-common/src"
|
|
200
|
-
],
|
|
201
|
-
"@atlaskit/editor-json-transformer/markOverrideRules": [
|
|
202
|
-
"../editor-json-transformer/src/markOverrideRules.ts"
|
|
203
|
-
],
|
|
204
|
-
"@atlaskit/editor-json-transformer/sanitize": [
|
|
205
|
-
"../editor-json-transformer/src/sanitize.ts"
|
|
206
|
-
],
|
|
207
|
-
"@atlaskit/editor-json-transformer/types": [
|
|
208
|
-
"../editor-json-transformer/src/types.ts"
|
|
209
|
-
],
|
|
210
|
-
"@atlaskit/editor-json-transformer": [
|
|
211
|
-
"../editor-json-transformer/src/index.ts"
|
|
212
|
-
],
|
|
213
|
-
"@atlaskit/ufo/global-stream-buffer": [
|
|
214
|
-
"../../data/ufo-external/src/global-stream-buffer/index.ts"
|
|
215
|
-
],
|
|
216
|
-
"@atlaskit/ufo/logger": [
|
|
217
|
-
"../../data/ufo-external/src/logger/index.ts"
|
|
218
|
-
],
|
|
219
|
-
"@atlaskit/ufo/platform-client": [
|
|
220
|
-
"../../data/ufo-external/src/platform-client/index.ts"
|
|
221
|
-
],
|
|
222
|
-
"@atlaskit/ufo/types": [
|
|
223
|
-
"../../data/ufo-external/src/types.ts"
|
|
224
|
-
],
|
|
225
|
-
"@atlaskit/ufo": [
|
|
226
|
-
"../../data/ufo-external/src/index.ts"
|
|
227
|
-
],
|
|
228
|
-
"@atlaskit/util-service-support/serviceResources": [
|
|
229
|
-
"../../elements/util-service-support/src/serviceResources.ts"
|
|
230
|
-
],
|
|
231
|
-
"@atlaskit/util-service-support/serviceUtils": [
|
|
232
|
-
"../../elements/util-service-support/src/serviceUtils.ts"
|
|
233
|
-
],
|
|
234
|
-
"@atlaskit/util-service-support/types": [
|
|
235
|
-
"../../elements/util-service-support/src/types.ts"
|
|
236
|
-
],
|
|
237
|
-
"@atlaskit/util-service-support": [
|
|
238
|
-
"../../elements/util-service-support/src/index.ts"
|
|
239
|
-
],
|
|
240
|
-
"@atlaskit/collab-provider/socket-io-provider": [
|
|
241
|
-
"src/socket-io-provider.ts"
|
|
242
|
-
],
|
|
243
|
-
"@atlaskit/collab-provider/types": [
|
|
244
|
-
"src/types.ts"
|
|
245
|
-
],
|
|
246
|
-
"@atlaskit/collab-provider/version-wrapper": [
|
|
247
|
-
"src/version-wrapper.ts"
|
|
248
|
-
],
|
|
249
|
-
"@atlaskit/collab-provider": [
|
|
250
|
-
"./src"
|
|
251
|
-
]
|
|
252
|
-
}
|
|
4
|
+
"baseUrl": "./"
|
|
253
5
|
},
|
|
254
6
|
"include": [
|
|
255
7
|
"./src/**/*.ts",
|