@medusajs/file-s3 0.0.3-snapshot-20241013171145 → 0.0.3-snapshot-20241014131429
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +3 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
import { ModuleProviderExports } from "@medusajs/framework/types";
|
2
|
+
declare const providerExport: ModuleProviderExports;
|
3
|
+
export default providerExport;
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAA;AAKjE,QAAA,MAAM,cAAc,EAAE,qBAErB,CAAA;AAED,eAAe,cAAc,CAAA"}
|
package/dist/index.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const utils_1 = require("@medusajs/framework/utils");
|
4
3
|
const s3_file_1 = require("./services/s3-file");
|
5
4
|
const services = [s3_file_1.S3FileService];
|
6
|
-
|
5
|
+
const providerExport = {
|
7
6
|
services,
|
8
|
-
}
|
7
|
+
};
|
8
|
+
exports.default = providerExport;
|
9
9
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AACA,gDAAkD;AAElD,MAAM,QAAQ,GAAG,CAAC,uBAAa,CAAC,CAAA;AAEhC,MAAM,cAAc,GAA0B;IAC5C,QAAQ;CACT,CAAA;AAED,kBAAe,cAAc,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/file-s3",
|
3
|
-
"version": "0.0.3-snapshot-
|
3
|
+
"version": "0.0.3-snapshot-20241014131429",
|
4
4
|
"description": "S3 protocol file storage for Medusa. Supports any S3-compatible storage provider",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -26,7 +26,7 @@
|
|
26
26
|
"watch": "tsc --watch"
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
29
|
+
"@medusajs/framework": "0.0.2-snapshot-20241014131429",
|
30
30
|
"@swc/core": "^1.7.28",
|
31
31
|
"@swc/jest": "^0.2.36",
|
32
32
|
"axios": "^1.6.8",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"ulid": "^2.3.0"
|
41
41
|
},
|
42
42
|
"peerDependencies": {
|
43
|
-
"@medusajs/framework": "0.0.2-snapshot-
|
43
|
+
"@medusajs/framework": "0.0.2-snapshot-20241014131429"
|
44
44
|
},
|
45
45
|
"keywords": [
|
46
46
|
"medusa-plugin",
|