metro-source-map
Advanced tools
Comparing version 0.57.0 to 0.58.0
{ | ||
"version": "0.57.0", | ||
"version": "0.58.0", | ||
"name": "metro-source-map", | ||
@@ -18,4 +18,4 @@ "description": "🚇 Source map generator for Metro.", | ||
"invariant": "^2.2.4", | ||
"metro-symbolicate": "0.57.0", | ||
"ob1": "0.57.0", | ||
"metro-symbolicate": "0.58.0", | ||
"ob1": "0.58.0", | ||
"source-map": "^0.5.6", | ||
@@ -22,0 +22,0 @@ "vlq": "^1.0.0" |
@@ -62,2 +62,8 @@ /** | ||
); | ||
const function_offsets = maps[maps.length - 1].x_hermes_function_offsets; | ||
if (function_offsets) { | ||
composedMap.x_hermes_function_offsets = function_offsets; | ||
} | ||
return composedMap; | ||
@@ -64,0 +70,0 @@ } |
@@ -179,2 +179,5 @@ /** | ||
} | ||
/* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses an | ||
* error found when Flow v0.111 was deployed. To see the error, delete this | ||
* comment and run Flow. */ | ||
@@ -181,0 +184,0 @@ return _objectSpread( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
118568
2111
+ Addedmetro-symbolicate@0.58.0(transitive)
+ Addedob1@0.58.0(transitive)
- Removedmetro-symbolicate@0.57.0(transitive)
- Removedob1@0.57.0(transitive)
Updatedmetro-symbolicate@0.58.0
Updatedob1@0.58.0