metro-source-map 0.73.5 → 0.73.7

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.73.5",
3
+ "version": "0.73.7",
4
4
  "description": "🚇 Source map generator for Metro.",
5
5
  "main": "src/source-map.js",
6
6
  "repository": {
@@ -12,18 +12,18 @@
12
12
  "cleanup-release": "test ! -e build && mv src build && mv src.real src"
13
13
  },
14
14
  "dependencies": {
15
- "@babel/traverse": "^7.14.0",
15
+ "@babel/traverse": "^7.20.0",
16
16
  "@babel/types": "^7.20.0",
17
17
  "invariant": "^2.2.4",
18
- "metro-symbolicate": "0.73.5",
18
+ "metro-symbolicate": "0.73.7",
19
19
  "nullthrows": "^1.1.1",
20
- "ob1": "0.73.5",
20
+ "ob1": "0.73.7",
21
21
  "source-map": "^0.5.6",
22
22
  "vlq": "^1.0.0"
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@babel/parser": "^7.14.0",
26
+ "@babel/parser": "^7.20.0",
27
27
  "uglify-es": "^3.1.9"
28
28
  }
29
29
  }
package/src/Generator.js CHANGED
@@ -145,6 +145,7 @@ class Generator {
145
145
  version: 3,
146
146
  file,
147
147
  sources: this.sources.slice(),
148
+ // $FlowFixMe[exponential-spread]
148
149
  ...content,
149
150
  /* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses an
150
151
  * error found when Flow v0.111 was deployed. To see the error, delete
@@ -179,6 +179,7 @@ class Generator {
179
179
  version: 3,
180
180
  file,
181
181
  sources: this.sources.slice(),
182
+ // $FlowFixMe[exponential-spread]
182
183
  ...content,
183
184
  /* $FlowFixMe(>=0.111.0 site=react_native_fb) This comment suppresses an
184
185
  * error found when Flow v0.111 was deployed. To see the error, delete