@medusajs/file-local-next 0.0.3-preview-20241015160245 → 0.0.3-rc-20241015165116
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 +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 local_file_1 = require("./services/local-file");
|
5
4
|
const services = [local_file_1.LocalFileService];
|
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,sDAAwD;AAExD,MAAM,QAAQ,GAAG,CAAC,6BAAgB,CAAC,CAAA;AAEnC,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-local-next",
|
3
|
-
"version": "0.0.3-
|
3
|
+
"version": "0.0.3-rc-20241015165116",
|
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": "0.0.2-
|
28
|
+
"@medusajs/framework": "0.0.2-rc-20241015165116",
|
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": "0.0.2-
|
36
|
+
"@medusajs/framework": "0.0.2-rc-20241015165116"
|
37
37
|
},
|
38
38
|
"keywords": [
|
39
39
|
"medusa-plugin",
|