@medusajs/file-local-next 0.0.3-snapshot-20240823075240 → 0.0.3-snapshot-20240823080810
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -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-20240823080810",
|
4
4
|
"description": "Local filesystem file storage for Medusa",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"repository": {
|
@@ -17,7 +17,6 @@
|
|
17
17
|
"author": "Medusa",
|
18
18
|
"license": "MIT",
|
19
19
|
"scripts": {
|
20
|
-
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
|
21
20
|
"test": "jest --passWithNoTests src",
|
22
21
|
"build": "rimraf dist && tsc -p ./tsconfig.json",
|
23
22
|
"watch": "tsc --watch"
|
@@ -29,7 +28,7 @@
|
|
29
28
|
"typescript": "^5.3.3"
|
30
29
|
},
|
31
30
|
"dependencies": {
|
32
|
-
"@medusajs/utils": "1.12.0-snapshot-
|
31
|
+
"@medusajs/utils": "1.12.0-snapshot-20240823080810"
|
33
32
|
},
|
34
33
|
"keywords": [
|
35
34
|
"medusa-plugin",
|