@atlaskit/collab-provider 16.1.6 → 16.1.8

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,17 @@
1
1
  # @atlaskit/collab-provider
2
2
 
3
+ ## 16.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 16.1.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 16.1.6
4
16
 
5
17
  ### Patch Changes
@@ -29,6 +29,8 @@ var _stepQueueState = require("./step-queue-state");
29
29
  var _getConflictChanges = require("./getConflictChanges");
30
30
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
31
31
  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) { (0, _defineProperty2.default)(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; }
32
+ // oxlint-disable-next-line @atlassian/no-restricted-imports
33
+
32
34
  var CATCHUP_THROTTLE = 1 * 1000; // 1 second
33
35
 
34
36
  var noop = function noop() {};
@@ -16,6 +16,9 @@ import { CantSyncUpError, UpdateDocumentError } from '../errors/custom-errors';
16
16
  import { catchupv2 } from './catchupv2';
17
17
  import { StepQueueState } from './step-queue-state';
18
18
  import { getConflictChanges } from './getConflictChanges';
19
+
20
+ // oxlint-disable-next-line @atlassian/no-restricted-imports
21
+
19
22
  const CATCHUP_THROTTLE = 1 * 1000; // 1 second
20
23
 
21
24
  const noop = () => {};
@@ -22,6 +22,9 @@ import { CantSyncUpError, UpdateDocumentError } from '../errors/custom-errors';
22
22
  import { catchupv2 } from './catchupv2';
23
23
  import { StepQueueState } from './step-queue-state';
24
24
  import { getConflictChanges } from './getConflictChanges';
25
+
26
+ // oxlint-disable-next-line @atlassian/no-restricted-imports
27
+
25
28
  var CATCHUP_THROTTLE = 1 * 1000; // 1 second
26
29
 
27
30
  var noop = function noop() {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/collab-provider",
3
- "version": "16.1.6",
3
+ "version": "16.1.8",
4
4
  "description": "A provider for collaborative editing.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,8 +36,8 @@
36
36
  "@atlaskit/feature-gate-js-client": "^5.5.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/prosemirror-collab": "^0.22.0",
39
- "@atlaskit/react-ufo": "^5.4.0",
40
- "@atlaskit/tmp-editor-statsig": "^43.0.0",
39
+ "@atlaskit/react-ufo": "^5.5.0",
40
+ "@atlaskit/tmp-editor-statsig": "^45.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",
@@ -73,6 +73,6 @@
73
73
  }
74
74
  },
75
75
  "peerDependencies": {
76
- "@atlaskit/editor-common": "^112.7.0"
76
+ "@atlaskit/editor-common": "^112.8.0"
77
77
  }
78
78
  }