@atlaskit/collab-provider 9.29.0 → 9.29.2

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,22 @@
1
1
  # @atlaskit/collab-provider
2
2
 
3
+ ## 9.29.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
8
+ [`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
9
+ [ED-23332] Update adf-schema package to 36.10.1
10
+ - Updated dependencies
11
+
12
+ ## 9.29.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
17
+ [`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
18
+ ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
19
+
3
20
  ## 9.29.0
4
21
 
5
22
  ### Minor Changes
@@ -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.29.0";
8
+ var version = exports.version = "9.29.2";
9
9
  var nextMajorVersion = exports.nextMajorVersion = function nextMajorVersion() {
10
10
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
11
11
  };
@@ -1,5 +1,5 @@
1
1
  export const name = "@atlaskit/collab-provider";
2
- export const version = "9.29.0";
2
+ export const version = "9.29.2";
3
3
  export const nextMajorVersion = () => {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,5 +1,5 @@
1
1
  export var name = "@atlaskit/collab-provider";
2
- export var version = "9.29.0";
2
+ export var version = "9.29.2";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
@@ -1,4 +1,4 @@
1
- import AnalyticsHelper from './analytics-helper';
1
+ import type AnalyticsHelper from './analytics-helper';
2
2
  export declare enum MEASURE_NAME {
3
3
  SOCKET_CONNECT = "socketConnect",
4
4
  DOCUMENT_INIT = "documentInit",
@@ -1,3 +1,3 @@
1
1
  import { UFOExperience } from '@atlaskit/ufo';
2
- import AnalyticsHelper from './analytics-helper';
2
+ import type AnalyticsHelper from './analytics-helper';
3
3
  export declare const createDocInitExp: (analyticsHelper: AnalyticsHelper | undefined) => UFOExperience | undefined;
@@ -1,4 +1,4 @@
1
- import { StepsPayload } from '../types';
1
+ import { type StepsPayload } from '../types';
2
2
  export declare class StepQueueState {
3
3
  private queuePaused;
4
4
  private queue;
@@ -1,4 +1,4 @@
1
- import { NamespaceStatus } from '../types';
1
+ import { type NamespaceStatus } from '../types';
2
2
  /**
3
3
  * Allows us to keep track of any namespace changes from the server.
4
4
  * @param isNamespaceLocked - whether the namespace is locked or not, defaults to false
@@ -1,4 +1,4 @@
1
- import { ParticipantsMap } from './participants-helper';
1
+ import { type ParticipantsMap } from './participants-helper';
2
2
  import type { ProviderParticipant } from '@atlaskit/editor-common/collab';
3
3
  export declare class ParticipantsState {
4
4
  private participants;
@@ -1,4 +1,4 @@
1
- import AnalyticsHelper from './analytics-helper';
1
+ import type AnalyticsHelper from './analytics-helper';
2
2
  export declare enum MEASURE_NAME {
3
3
  SOCKET_CONNECT = "socketConnect",
4
4
  DOCUMENT_INIT = "documentInit",
@@ -1,3 +1,3 @@
1
1
  import { UFOExperience } from '@atlaskit/ufo';
2
- import AnalyticsHelper from './analytics-helper';
2
+ import type AnalyticsHelper from './analytics-helper';
3
3
  export declare const createDocInitExp: (analyticsHelper: AnalyticsHelper | undefined) => UFOExperience | undefined;
@@ -1,4 +1,4 @@
1
- import { StepsPayload } from '../types';
1
+ import { type StepsPayload } from '../types';
2
2
  export declare class StepQueueState {
3
3
  private queuePaused;
4
4
  private queue;
@@ -1,4 +1,4 @@
1
- import { NamespaceStatus } from '../types';
1
+ import { type NamespaceStatus } from '../types';
2
2
  /**
3
3
  * Allows us to keep track of any namespace changes from the server.
4
4
  * @param isNamespaceLocked - whether the namespace is locked or not, defaults to false
@@ -1,4 +1,4 @@
1
- import { ParticipantsMap } from './participants-helper';
1
+ import { type ParticipantsMap } from './participants-helper';
2
2
  import type { ProviderParticipant } from '@atlaskit/editor-common/collab';
3
3
  export declare class ParticipantsState {
4
4
  private participants;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/collab-provider",
3
- "version": "9.29.0",
3
+ "version": "9.29.2",
4
4
  "description": "A provider for collaborative editing.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@atlaskit/analytics-gas-types": "^5.1.0",
41
41
  "@atlaskit/analytics-listeners": "^8.9.0",
42
- "@atlaskit/editor-common": "^80.1.0",
42
+ "@atlaskit/editor-common": "^81.0.0",
43
43
  "@atlaskit/editor-json-transformer": "^8.13.0",
44
44
  "@atlaskit/editor-prosemirror": "4.0.1",
45
45
  "@atlaskit/platform-feature-flags": "^0.2.0",
@@ -66,7 +66,7 @@
66
66
  }
67
67
  },
68
68
  "devDependencies": {
69
- "@atlaskit/adf-schema": "^36.3.0",
69
+ "@atlaskit/adf-schema": "^36.10.7",
70
70
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
71
71
  "@atlassian/feature-flags-test-utils": "^0.2.0",
72
72
  "typescript": "~5.4.2"