@webiny/app-file-manager-s3 5.37.2 → 5.37.3-beta.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.
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=MultiPartUploadAPI.js.map
@@ -94,4 +94,6 @@ var MultiPartUploadGraphQLAPI = /*#__PURE__*/function () {
94
94
  }();
95
95
  exports.MultiPartUploadGraphQLAPI = MultiPartUploadGraphQLAPI;
96
96
  var CREATE_UPLOAD = (0, _graphqlTag.default)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n mutation CreateMultiPartUpload($data: PreSignedPostPayloadInput!, $numberOfParts: Number!) {\n fileManager {\n createMultiPartUpload(data: $data, numberOfParts: $numberOfParts) {\n data {\n file {\n id\n key\n name\n size\n type\n }\n uploadId\n parts {\n partNumber\n url\n }\n }\n error {\n code\n message\n data\n }\n }\n }\n }\n"])));
97
- var COMPLETE_UPLOAD = (0, _graphqlTag.default)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n mutation CompleteMultiPartUpload($fileKey: String!, $uploadId: String!) {\n fileManager {\n completeMultiPartUpload(fileKey: $fileKey, uploadId: $uploadId) {\n data\n error {\n code\n message\n data\n }\n }\n }\n }\n"])));
97
+ var COMPLETE_UPLOAD = (0, _graphqlTag.default)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n mutation CompleteMultiPartUpload($fileKey: String!, $uploadId: String!) {\n fileManager {\n completeMultiPartUpload(fileKey: $fileKey, uploadId: $uploadId) {\n data\n error {\n code\n message\n data\n }\n }\n }\n }\n"])));
98
+
99
+ //# sourceMappingURL=MultiPartUploadGraphQLAPI.js.map
@@ -80,4 +80,6 @@ var MultiPartUploadStrategy = /*#__PURE__*/function () {
80
80
  }]);
81
81
  return MultiPartUploadStrategy;
82
82
  }();
83
- exports.MultiPartUploadStrategy = MultiPartUploadStrategy;
83
+ exports.MultiPartUploadStrategy = MultiPartUploadStrategy;
84
+
85
+ //# sourceMappingURL=MultiPartUploadStrategy.js.map
@@ -292,4 +292,6 @@ var executeWithRetry = function executeWithRetry(execute, options) {
292
292
  minTimeout: 1500,
293
293
  maxTimeout: 30000
294
294
  }, options));
295
- };
295
+ };
296
+
297
+ //# sourceMappingURL=MultiPartUploader.js.map
@@ -85,4 +85,6 @@ var SimpleUploadStrategy = /*#__PURE__*/function () {
85
85
  }]);
86
86
  return SimpleUploadStrategy;
87
87
  }();
88
- exports.SimpleUploadStrategy = SimpleUploadStrategy;
88
+ exports.SimpleUploadStrategy = SimpleUploadStrategy;
89
+
90
+ //# sourceMappingURL=SimpleUploadStrategy.js.map
package/graphql.js CHANGED
@@ -9,4 +9,6 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
9
9
  var _graphqlTag = _interopRequireDefault(require("graphql-tag"));
10
10
  var _templateObject;
11
11
  var GET_PRE_SIGNED_POST_PAYLOAD = (0, _graphqlTag.default)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n query getPreSignedPostPayload($data: PreSignedPostPayloadInput!) {\n fileManager {\n getPreSignedPostPayload(data: $data) {\n data {\n data\n file {\n id\n type\n name\n size\n key\n }\n }\n error {\n message\n }\n }\n }\n }\n"])));
12
- exports.GET_PRE_SIGNED_POST_PAYLOAD = GET_PRE_SIGNED_POST_PAYLOAD;
12
+ exports.GET_PRE_SIGNED_POST_PAYLOAD = GET_PRE_SIGNED_POST_PAYLOAD;
13
+
14
+ //# sourceMappingURL=graphql.js.map
package/index.js CHANGED
@@ -33,4 +33,6 @@ var _default = function _default() {
33
33
  }();
34
34
  return new S3FileUploader();
35
35
  };
36
- exports.default = _default;
36
+ exports.default = _default;
37
+
38
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-file-manager-s3",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.1",
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.37.2",
13
+ "@webiny/app": "5.37.3-beta.1",
14
14
  "graphql-tag": "2.12.6",
15
15
  "p-retry": "4.6.2"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@babel/cli": "7.22.6",
19
19
  "@babel/core": "7.22.8",
20
- "@webiny/cli": "5.37.2",
21
- "@webiny/project-utils": "5.37.2",
20
+ "@webiny/cli": "5.37.3-beta.1",
21
+ "@webiny/project-utils": "5.37.3-beta.1",
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": "e69288bf5e710060b14497aae8317034c6cb4bcc"
33
+ "gitHead": "59d377132f34c76cb198cd0f0eee211a56ca25b7"
34
34
  }