@atlaskit/collab-provider 20.0.17 → 21.0.0

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,31 @@
1
1
  # @atlaskit/collab-provider
2
2
 
3
+ ## 21.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
8
+ Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
9
+
10
+ Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
11
+
12
+ Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
13
+
14
+ ```diff
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
+ ```
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+
3
29
  ## 20.0.17
4
30
 
5
31
  ### 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 = "20.0.17";
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 = "20.0.17";
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 = "20.0.17";
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.0",
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": "^104.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.0.0"
80
72
  }
81
73
  }