@medusajs/file-local-next 1.0.0-rc-20241014171650 → 1.0.0-rc-20241016093905
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/dist/index.d.ts +2 -3
- 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,4 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
export default providerExport;
|
1
|
+
declare const _default: import("@medusajs/types").ModuleProviderExports;
|
2
|
+
export default _default;
|
4
3
|
//# 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":";AAKA,wBAEE"}
|
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");
|
3
4
|
const local_file_1 = require("./services/local-file");
|
4
5
|
const services = [local_file_1.LocalFileService];
|
5
|
-
|
6
|
+
exports.default = (0, utils_1.ModuleProvider)(utils_1.Modules.FILE, {
|
6
7
|
services,
|
7
|
-
};
|
8
|
-
exports.default = providerExport;
|
8
|
+
});
|
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":";;AAAA,qDAAmE;AACnE,sDAAwD;AAExD,MAAM,QAAQ,GAAG,CAAC,6BAAgB,CAAC,CAAA;AAEnC,kBAAe,IAAA,sBAAc,EAAC,eAAO,CAAC,IAAI,EAAE;IAC1C,QAAQ;CACT,CAAC,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/file-local-next",
|
3
|
-
"version": "1.0.0-rc-
|
3
|
+
"version": "1.0.0-rc-20241016093905",
|
4
4
|
"description": "Local filesystem file storage for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"watch": "tsc --watch"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
-
"@medusajs/framework": "1.0.0-rc-
|
28
|
+
"@medusajs/framework": "1.0.0-rc-20241016093905",
|
29
29
|
"@swc/core": "^1.7.28",
|
30
30
|
"@swc/jest": "^0.2.36",
|
31
31
|
"jest": "^29.7.0",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"typescript": "^5.6.2"
|
34
34
|
},
|
35
35
|
"peerDependencies": {
|
36
|
-
"@medusajs/framework": "1.0.0-rc-
|
36
|
+
"@medusajs/framework": "1.0.0-rc-20241016093905"
|
37
37
|
},
|
38
38
|
"keywords": [
|
39
39
|
"medusa-plugin",
|