@atlaskit/editor-extension-googledrive 13.0.2 → 14.1.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,22 @@
1
1
  # @atlaskit/editor-extension-googledrive
2
2
 
3
+ ## 14.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`bd2c5b0112185`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd2c5b0112185) -
8
+ Remove stale API report artifacts from published Platform packages.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 14.0.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 13.0.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-googledrive",
3
- "version": "13.0.2",
3
+ "version": "14.1.0",
4
4
  "description": "An Atlassian editor extension to add a native Google Drive picker",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,18 +29,18 @@
29
29
  "team": "trello-ecosystem"
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^57.0.0",
33
- "@atlaskit/adf-utils": "^20.7.0",
32
+ "@atlaskit/adf-schema": "^57.2.0",
33
+ "@atlaskit/adf-utils": "^20.8.0",
34
34
  "@atlaskit/docs": "^12.2.0",
35
35
  "@atlaskit/react-compiler-gating": "^0.2.0",
36
- "@atlaskit/section-message": "^10.1.0",
37
- "@atlaskit/tokens": "^16.8.0",
36
+ "@atlaskit/section-message": "^10.2.0",
37
+ "@atlaskit/tokens": "^16.10.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "@compiled/react": "^1.0.2",
40
40
  "@types/gapi": "0.0.44"
41
41
  },
42
42
  "peerDependencies": {
43
- "@atlaskit/editor-common": "^119.16.0",
43
+ "@atlaskit/editor-common": "^120.9.0",
44
44
  "react": "^18.2.0 || ^19.2.0",
45
45
  "react-dom": "^18.2.0 || ^19.2.0"
46
46
  },
package/report.api.md DELETED
@@ -1,47 +0,0 @@
1
- <!-- API Report Version: 2.3 -->
2
-
3
- ## API Report File for "@atlaskit/editor-extension-googledrive"
4
-
5
- > Do not edit this file. This report is auto-generated using
6
- > [API Extractor](https://api-extractor.com/).
7
- > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
8
-
9
- ### Table of contents
10
-
11
- - [Main Entry Types](#main-entry-types)
12
- - [Peer Dependencies](#peer-dependencies)
13
-
14
- ### Main Entry Types
15
-
16
- <!--SECTION START: Main Entry Types-->
17
-
18
- ```ts
19
- import type { ExtensionManifest } from '@atlaskit/editor-common/extensions';
20
-
21
- // @public (undocumented)
22
- const manifestFunction: ({
23
- appKey,
24
- clientID,
25
- }: {
26
- appKey: string;
27
- clientID: string;
28
- }) => ExtensionManifest;
29
- export default manifestFunction;
30
-
31
- // (No @packageDocumentation comment for this package)
32
- ```
33
-
34
- <!--SECTION END: Main Entry Types-->
35
-
36
- ### Peer Dependencies
37
-
38
- <!--SECTION START: Peer Dependencies-->
39
-
40
- ```json
41
- {
42
- "react": "^16.8.0",
43
- "react-dom": "^16.8.0"
44
- }
45
- ```
46
-
47
- <!--SECTION END: Peer Dependencies-->