@medusajs/file-local-next 0.0.3-snapshot-20240823080810 → 0.0.3-snapshot-20240825092159
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/file-local-next",
|
3
|
-
"version": "0.0.3-snapshot-
|
3
|
+
"version": "0.0.3-snapshot-20240825092159",
|
4
4
|
"description": "Local filesystem file storage for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"license": "MIT",
|
19
19
|
"scripts": {
|
20
20
|
"test": "jest --passWithNoTests src",
|
21
|
-
"build": "rimraf dist && tsc
|
21
|
+
"build": "rimraf dist && tsc --build ./tsconfig.json",
|
22
22
|
"watch": "tsc --watch"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"typescript": "^5.3.3"
|
29
29
|
},
|
30
30
|
"dependencies": {
|
31
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
31
|
+
"@medusajs/utils": "1.12.0-snapshot-20240825092159"
|
32
32
|
},
|
33
33
|
"keywords": [
|
34
34
|
"medusa-plugin",
|