@medusajs/utils
Advanced tools
Comparing version 1.9.6-snapshot-20230810093303 to 1.9.6-snapshot-20230810121138
{ | ||
"name": "@medusajs/utils", | ||
"version": "1.9.6-snapshot-20230810093303", | ||
"version": "1.9.6-snapshot-20230810121138", | ||
"description": "Medusa utilities functions shared by Medusa core and Modules", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@medusajs/types": "1.10.2-snapshot-20230810093303", | ||
"@medusajs/types": "1.10.2-snapshot-20230810121138", | ||
"@types/express": "^4.17.17", | ||
@@ -37,3 +37,3 @@ "cross-env": "^5.2.1", | ||
"scripts": { | ||
"prepublishOnly": "tsc --build", | ||
"prepublishOnly": "cross-env NODE_ENV=production tsc --build", | ||
"build": "rimraf dist && tsc --build", | ||
@@ -40,0 +40,0 @@ "watch": "tsc --build --watch", |
208416