@atlaskit/editor-extension-googledrive 12.0.0 → 13.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 +12 -0
- package/dist/cjs/manifest.js +1 -0
- package/dist/es2019/manifest.js +1 -0
- package/dist/esm/manifest.js +1 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/dist/cjs/manifest.js
CHANGED
|
@@ -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;
|
package/dist/es2019/manifest.js
CHANGED
package/dist/esm/manifest.js
CHANGED
|
@@ -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": "
|
|
3
|
+
"version": "13.0.1",
|
|
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,16 @@
|
|
|
29
29
|
"team": "trello-ecosystem"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^
|
|
33
|
-
"@atlaskit/adf-utils": "^20.
|
|
32
|
+
"@atlaskit/adf-schema": "^57.0.0",
|
|
33
|
+
"@atlaskit/adf-utils": "^20.6.0",
|
|
34
34
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
35
|
-
"@atlaskit/tokens": "^16.
|
|
35
|
+
"@atlaskit/tokens": "^16.7.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
|
-
"@compiled/react": "^1.0.
|
|
37
|
+
"@compiled/react": "^1.0.2",
|
|
38
38
|
"@types/gapi": "0.0.44"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@atlaskit/editor-common": "^
|
|
41
|
+
"@atlaskit/editor-common": "^119.4.0",
|
|
42
42
|
"react": "^18.2.0 || ^19.2.0",
|
|
43
43
|
"react-dom": "^18.2.0 || ^19.2.0"
|
|
44
44
|
},
|