metro-core
Advanced tools
Comparing version 0.73.2 to 0.73.3
{ | ||
"name": "metro-core", | ||
"version": "0.73.2", | ||
"version": "0.73.3", | ||
"description": "🚇 Metro's core package.", | ||
@@ -16,5 +16,5 @@ "main": "src/index.js", | ||
"lodash.throttle": "^4.1.1", | ||
"metro-resolver": "0.73.2" | ||
"metro-resolver": "0.73.3" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -19,4 +19,2 @@ /** | ||
const path = require("path"); | ||
const log_session = `${os.hostname()}-${Date.now()}`; | ||
@@ -36,8 +34,2 @@ const eventEmitter = new EventEmitter(); | ||
: data; | ||
const entryPoint = logEntry.entry_point; | ||
if (entryPoint) { | ||
logEntry.entry_point = path.relative(process.cwd(), entryPoint); | ||
} | ||
return { ...logEntry, log_session, metro_bundler_version: VERSION }; | ||
@@ -44,0 +36,0 @@ } |
Sorry, the diff of this file is not supported yet
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
24429
354
+ Addedmetro-resolver@0.73.3(transitive)
- Removedmetro-resolver@0.73.2(transitive)
Updatedmetro-resolver@0.73.3