@parcel/packager-react-static 2.13.4-canary.3393 → 2.13.4-canary.3395

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.
@@ -249,7 +249,6 @@ async function loadBundleUncached(bundle, bundleGraph, getInlineBundleContents)
249
249
  return [[entryBundle.id, [(0, _nullthrows().default)(entryBundle.getMainEntry()), contents]]];
250
250
  });
251
251
  } else if (entryBundle) {
252
- // console.log('here', entryBundle)
253
252
  queue.add(async () => {
254
253
  let {
255
254
  assets: subAssets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/packager-react-static",
3
- "version": "2.13.4-canary.3393+e3a2b726d",
3
+ "version": "2.13.4-canary.3395+f86f5f27c",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,16 +17,16 @@
17
17
  "source": "src/ReactStaticPackager.js",
18
18
  "engines": {
19
19
  "node": ">= 16.0.0",
20
- "parcel": "^2.0.0-canary.1768+e3a2b726d"
20
+ "parcel": "^2.0.0-canary.1770+f86f5f27c"
21
21
  },
22
22
  "dependencies": {
23
- "@parcel/node-resolver-core": "3.4.4-canary.3393+e3a2b726d",
24
- "@parcel/plugin": "2.0.0-canary.1770+e3a2b726d",
25
- "@parcel/rust": "2.13.4-canary.3393+e3a2b726d",
26
- "@parcel/types": "2.0.0-canary.1770+e3a2b726d",
27
- "@parcel/utils": "2.0.0-canary.1770+e3a2b726d",
23
+ "@parcel/node-resolver-core": "3.4.4-canary.3395+f86f5f27c",
24
+ "@parcel/plugin": "2.0.0-canary.1772+f86f5f27c",
25
+ "@parcel/rust": "2.13.4-canary.3395+f86f5f27c",
26
+ "@parcel/types": "2.0.0-canary.1772+f86f5f27c",
27
+ "@parcel/utils": "2.0.0-canary.1772+f86f5f27c",
28
28
  "nullthrows": "^1.1.1",
29
29
  "rsc-html-stream": "^0.0.4"
30
30
  },
31
- "gitHead": "e3a2b726db9382a873834da82746671d54557d2b"
31
+ "gitHead": "f86f5f27c3a6553e70bd35652f19e6ab8d8e4e4a"
32
32
  }
@@ -264,7 +264,6 @@ async function loadBundleUncached(
264
264
  ];
265
265
  });
266
266
  } else if (entryBundle) {
267
- // console.log('here', entryBundle)
268
267
  queue.add(async () => {
269
268
  let {assets: subAssets} = await loadBundle(
270
269
  entryBundle,