@webiny/app-file-manager-s3 5.36.0-beta.0 → 5.36.0-beta.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/package.json +5 -5
- package/types.d.ts +0 -11
- package/types.js +0 -5
- package/types.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/app-file-manager-s3",
|
|
3
|
-
"version": "5.36.0-beta.
|
|
3
|
+
"version": "5.36.0-beta.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
"author": "Webiny Ltd",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@webiny/app": "5.36.0-beta.
|
|
13
|
+
"@webiny/app": "5.36.0-beta.2",
|
|
14
14
|
"graphql-tag": "2.12.6",
|
|
15
15
|
"p-retry": "4.6.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@babel/cli": "7.20.7",
|
|
19
19
|
"@babel/core": "7.20.12",
|
|
20
|
-
"@webiny/cli": "5.36.0-beta.
|
|
21
|
-
"@webiny/project-utils": "5.36.0-beta.
|
|
20
|
+
"@webiny/cli": "5.36.0-beta.2",
|
|
21
|
+
"@webiny/project-utils": "5.36.0-beta.2",
|
|
22
22
|
"rimraf": "3.0.2",
|
|
23
23
|
"typescript": "4.7.4"
|
|
24
24
|
},
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"build": "yarn webiny run build",
|
|
31
31
|
"watch": "yarn webiny run watch"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "5c435f437b9f0fe8b4dbf65528aed985ee8d0ff1"
|
|
34
34
|
}
|
package/types.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/// <reference types="web" />
|
|
2
|
-
import { Plugin } from "@webiny/plugins/types";
|
|
3
|
-
import { ApolloClient } from "apollo-client";
|
|
4
|
-
export declare type AppFileManagerStorageS3 = Plugin & {
|
|
5
|
-
type: "app-file-manager-storage";
|
|
6
|
-
name: "app-file-manager-storage";
|
|
7
|
-
upload(file: File, options: {
|
|
8
|
-
apolloClient: ApolloClient<Record<string, any>>;
|
|
9
|
-
onProgress?: (progress: number) => void;
|
|
10
|
-
}): Promise<any>;
|
|
11
|
-
};
|
package/types.js
DELETED
package/types.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["types.ts"],"sourcesContent":["import { Plugin } from \"@webiny/plugins/types\";\nimport { ApolloClient } from \"apollo-client\";\n\nexport type AppFileManagerStorageS3 = Plugin & {\n type: \"app-file-manager-storage\";\n name: \"app-file-manager-storage\";\n upload(\n file: File,\n options: {\n apolloClient: ApolloClient<Record<string, any>>;\n onProgress?: (progress: number) => void;\n }\n ): Promise<any>;\n};\n"],"mappings":""}
|