@atlaskit/collab-provider 20.0.17 → 21.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
@@ -1,5 +1,37 @@
1
1
  # @atlaskit/collab-provider
2
2
 
3
+ ## 21.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 21.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
14
+ Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
15
+
16
+ Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
17
+
18
+ Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
19
+
20
+ ```diff
21
+ - "typesVersions": {
22
+ - ">=4.5 <4.9": {
23
+ - "*": [
24
+ - "dist/types-ts4.5/*",
25
+ - "dist/types-ts4.5/index.d.ts"
26
+ - ]
27
+ - }
28
+ - },
29
+ ```
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+
3
35
  ## 20.0.17
4
36
 
5
37
  ### Patch 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 = "20.0.16";
8
+ var version = exports.version = "21.0.0";
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 = "20.0.16";
2
+ export const version = "21.0.0";
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 = "20.0.16";
2
+ export var version = "21.0.0";
3
3
  export var nextMajorVersion = function nextMajorVersion() {
4
4
  return [Number(version.split('.')[0]) + 1, 0, 0].join('.');
5
5
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/collab-provider",
3
- "version": "20.0.17",
3
+ "version": "21.0.1",
4
4
  "description": "A provider for collaborative editing.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,34 +12,26 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "typesVersions": {
16
- ">=4.5 <4.9": {
17
- "*": [
18
- "dist/types-ts4.5/*",
19
- "dist/types-ts4.5/index.d.ts"
20
- ]
21
- }
22
- },
23
15
  "sideEffects": false,
24
16
  "atlaskit:src": "src/index.ts",
25
17
  "atlassian": {
26
18
  "team": "Editor: Collaboration"
27
19
  },
28
20
  "dependencies": {
29
- "@atlaskit/adf-utils": "^19.33.0",
30
- "@atlaskit/analytics-gas-types": "^5.1.0",
31
- "@atlaskit/analytics-listeners": "^10.1.0",
32
- "@atlaskit/anonymous-assets": "^1.1.0",
33
- "@atlaskit/atlassian-context": "^0.11.0",
34
- "@atlaskit/editor-json-transformer": "^8.33.0",
35
- "@atlaskit/editor-prosemirror": "^7.3.0",
36
- "@atlaskit/feature-gate-js-client": "^5.8.0",
37
- "@atlaskit/platform-feature-flags": "^1.1.0",
38
- "@atlaskit/prosemirror-collab": "^0.22.0",
39
- "@atlaskit/react-ufo": "^6.7.0",
40
- "@atlaskit/tmp-editor-statsig": "^103.0.0",
41
- "@atlaskit/ufo": "^0.5.0",
42
- "@atlaskit/util-service-support": "^6.4.0",
21
+ "@atlaskit/adf-utils": "^20.0.0",
22
+ "@atlaskit/analytics-gas-types": "^6.0.0",
23
+ "@atlaskit/analytics-listeners": "^11.0.0",
24
+ "@atlaskit/anonymous-assets": "^2.0.0",
25
+ "@atlaskit/atlassian-context": "^1.0.0",
26
+ "@atlaskit/editor-json-transformer": "^9.0.0",
27
+ "@atlaskit/editor-prosemirror": "^8.0.0",
28
+ "@atlaskit/feature-gate-js-client": "^6.0.0",
29
+ "@atlaskit/platform-feature-flags": "^2.0.0",
30
+ "@atlaskit/prosemirror-collab": "^1.0.0",
31
+ "@atlaskit/react-ufo": "^7.0.0",
32
+ "@atlaskit/tmp-editor-statsig": "^105.0.0",
33
+ "@atlaskit/ufo": "^1.0.0",
34
+ "@atlaskit/util-service-support": "^7.0.0",
43
35
  "@babel/runtime": "^7.0.0",
44
36
  "bind-event-listener": "^3.0.0",
45
37
  "eventemitter2": "^4.1.0",
@@ -63,7 +55,7 @@
63
55
  }
64
56
  },
65
57
  "devDependencies": {
66
- "@atlaskit/adf-schema": "^54.0.0",
58
+ "@atlaskit/adf-schema": "^55.0.0",
67
59
  "@atlassian/a11y-jest-testing": "^0.12.0",
68
60
  "@atlassian/feature-flags-test-utils": "^1.1.0"
69
61
  },
@@ -76,6 +68,6 @@
76
68
  }
77
69
  },
78
70
  "peerDependencies": {
79
- "@atlaskit/editor-common": "^115.15.0"
71
+ "@atlaskit/editor-common": "^116.1.0"
80
72
  }
81
73
  }