@medusajs/orchestration
Advanced tools
Comparing version 0.2.0-snapshot-20230810093303 to 0.2.0-snapshot-20230810121138
{ | ||
"name": "@medusajs/orchestration", | ||
"version": "0.2.0-snapshot-20230810093303", | ||
"version": "0.2.0-snapshot-20230810121138", | ||
"description": "Medusa utilities to orchestrate modules", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@medusajs/types": "1.10.2-snapshot-20230810093303", | ||
"@medusajs/types": "1.10.2-snapshot-20230810121138", | ||
"cross-env": "^5.2.1", | ||
@@ -29,7 +29,7 @@ "jest": "^25.5.4", | ||
"dependencies": { | ||
"@medusajs/utils": "1.9.6-snapshot-20230810093303", | ||
"@medusajs/utils": "1.9.6-snapshot-20230810121138", | ||
"graphql": "^16.6.0" | ||
}, | ||
"scripts": { | ||
"prepublishOnly": "tsc --build", | ||
"prepublishOnly": "cross-env NODE_ENV=production tsc --build", | ||
"build": "rimraf dist && tsc --build", | ||
@@ -36,0 +36,0 @@ "watch": "tsc --build --watch", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163783
+ Added@medusajs/utils@1.9.6-snapshot-20230810121138(transitive)
- Removed@medusajs/utils@1.9.6-snapshot-20230810093303(transitive)