metro-source-map 0.71.0 → 0.71.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metro-source-map",
3
- "version": "0.71.0",
3
+ "version": "0.71.1",
4
4
  "description": "🚇 Source map generator for Metro.",
5
5
  "main": "src/source-map.js",
6
6
  "repository": {
@@ -15,9 +15,9 @@
15
15
  "@babel/traverse": "^7.14.0",
16
16
  "@babel/types": "^7.0.0",
17
17
  "invariant": "^2.2.4",
18
- "metro-symbolicate": "0.71.0",
18
+ "metro-symbolicate": "0.71.1",
19
19
  "nullthrows": "^1.1.1",
20
- "ob1": "0.71.0",
20
+ "ob1": "0.71.1",
21
21
  "source-map": "^0.5.6",
22
22
  "vlq": "^1.0.0"
23
23
  },
@@ -52,6 +52,7 @@ class MappingsConsumer extends AbstractConsumer {
52
52
  invariant(
53
53
  generatedPosition.bias === GREATEST_LOWER_BOUND,
54
54
  `Unimplemented lookup bias: ${lookupBiasToString(
55
+ // $FlowFixMe[incompatible-call]
55
56
  generatedPosition.bias
56
57
  )}`
57
58
  );
@@ -60,6 +60,7 @@ class MappingsConsumer extends AbstractConsumer implements IConsumer {
60
60
  invariant(
61
61
  generatedPosition.bias === GREATEST_LOWER_BOUND,
62
62
  `Unimplemented lookup bias: ${lookupBiasToString(
63
+ // $FlowFixMe[incompatible-call]
63
64
  generatedPosition.bias,
64
65
  )}`,
65
66
  );