@atlaskit/editor-extension-googledrive 13.0.0 → 13.0.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,21 @@
1
1
  # @atlaskit/editor-extension-googledrive
2
2
 
3
+ ## 13.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`656801b9e097c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/656801b9e097c) -
8
+ VOLTC-331 - Migrate updated package usage in platform/editor: rewrite barrel imports of
9
+ voltCompliant provider packages to deep/subpath imports (consumer-side debarrel). No public API
10
+ changes.
11
+ - Updated dependencies
12
+
13
+ ## 13.0.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+
3
19
  ## 13.0.0
4
20
 
5
21
  ### Patch Changes
@@ -38,6 +38,7 @@ function createPicker(appKey) {
38
38
  };
39
39
  // Request an access token.
40
40
  window.appKey = appKey;
41
+ // oxlint-disable-next-line require-await
41
42
  window.GooglePicker.token_client.callback = /*#__PURE__*/function () {
42
43
  var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(response) {
43
44
  var _t;
@@ -27,6 +27,7 @@ function createPicker(appKey) {
27
27
  };
28
28
  // Request an access token.
29
29
  window.appKey = appKey;
30
+ // oxlint-disable-next-line require-await
30
31
  window.GooglePicker.token_client.callback = async response => {
31
32
  try {
32
33
  if (response.error !== undefined) {
@@ -29,6 +29,7 @@ function createPicker(appKey) {
29
29
  };
30
30
  // Request an access token.
31
31
  window.appKey = appKey;
32
+ // oxlint-disable-next-line require-await
32
33
  window.GooglePicker.token_client.callback = /*#__PURE__*/function () {
33
34
  var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(response) {
34
35
  var _t;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-extension-googledrive",
3
- "version": "13.0.0",
3
+ "version": "13.0.2",
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,16 +29,18 @@
29
29
  "team": "trello-ecosystem"
30
30
  },
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^56.7.0",
33
- "@atlaskit/adf-utils": "^20.5.0",
32
+ "@atlaskit/adf-schema": "^57.0.0",
33
+ "@atlaskit/adf-utils": "^20.7.0",
34
+ "@atlaskit/docs": "^12.2.0",
34
35
  "@atlaskit/react-compiler-gating": "^0.2.0",
35
- "@atlaskit/tokens": "^16.7.0",
36
+ "@atlaskit/section-message": "^10.1.0",
37
+ "@atlaskit/tokens": "^16.8.0",
36
38
  "@babel/runtime": "^7.0.0",
37
39
  "@compiled/react": "^1.0.2",
38
40
  "@types/gapi": "0.0.44"
39
41
  },
40
42
  "peerDependencies": {
41
- "@atlaskit/editor-common": "^119.0.0",
43
+ "@atlaskit/editor-common": "^119.16.0",
42
44
  "react": "^18.2.0 || ^19.2.0",
43
45
  "react-dom": "^18.2.0 || ^19.2.0"
44
46
  },