@parcel/transformer-react-refresh-wrap 2.0.0-nightly.1514 → 2.0.0-nightly.1519

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.
@@ -33,7 +33,7 @@ var enqueueUpdate = debounce(function () {
33
33
  Refresh.performReactRefresh();
34
34
  }, 30);
35
35
 
36
- // Everthing below is either adapted or copied from
36
+ // Everything below is either adapted or copied from
37
37
  // https://github.com/facebook/metro/blob/61de16bd1edd7e738dd0311c89555a644023ab2d/packages/metro/src/lib/polyfills/require.js
38
38
  // MIT License - Copyright (c) Facebook, Inc. and its affiliates.
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/transformer-react-refresh-wrap",
3
- "version": "2.0.0-nightly.1514+61a89cf80",
3
+ "version": "2.0.0-nightly.1519+40c370f09",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,12 +17,12 @@
17
17
  "source": "src/ReactRefreshWrapTransformer.js",
18
18
  "engines": {
19
19
  "node": ">= 12.0.0",
20
- "parcel": "2.0.0-nightly.1512+61a89cf80"
20
+ "parcel": "2.0.0-nightly.1517+40c370f09"
21
21
  },
22
22
  "dependencies": {
23
- "@parcel/plugin": "2.0.0-nightly.1514+61a89cf80",
24
- "@parcel/utils": "2.0.0-nightly.1514+61a89cf80",
23
+ "@parcel/plugin": "2.0.0-nightly.1519+40c370f09",
24
+ "@parcel/utils": "2.0.0-nightly.1519+40c370f09",
25
25
  "react-refresh": "^0.9.0"
26
26
  },
27
- "gitHead": "61a89cf8004a831a6c946fba44b51dab84f7639d"
27
+ "gitHead": "40c370f09a1c4b7eee5a6ad2b1b74fb95a04f389"
28
28
  }
@@ -32,7 +32,7 @@ var enqueueUpdate = debounce(function () {
32
32
  Refresh.performReactRefresh();
33
33
  }, 30);
34
34
 
35
- // Everthing below is either adapted or copied from
35
+ // Everything below is either adapted or copied from
36
36
  // https://github.com/facebook/metro/blob/61de16bd1edd7e738dd0311c89555a644023ab2d/packages/metro/src/lib/polyfills/require.js
37
37
  // MIT License - Copyright (c) Facebook, Inc. and its affiliates.
38
38