@parcel/workers 2.0.0-nightly.1352 → 2.0.0-nightly.1354

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/workers",
3
- "version": "2.0.0-nightly.1352+b6224fd51",
3
+ "version": "2.0.0-nightly.1354+5478f4adc",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -21,20 +21,20 @@
21
21
  "node": ">= 12.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@parcel/diagnostic": "2.0.0-nightly.1352+b6224fd51",
25
- "@parcel/logger": "2.0.0-nightly.1352+b6224fd51",
26
- "@parcel/profiler": "2.9.4-nightly.2975+b6224fd51",
27
- "@parcel/types": "2.0.0-nightly.1352+b6224fd51",
28
- "@parcel/utils": "2.0.0-nightly.1352+b6224fd51",
24
+ "@parcel/diagnostic": "2.0.0-nightly.1354+5478f4adc",
25
+ "@parcel/logger": "2.0.0-nightly.1354+5478f4adc",
26
+ "@parcel/profiler": "2.9.4-nightly.2977+5478f4adc",
27
+ "@parcel/types": "2.0.0-nightly.1354+5478f4adc",
28
+ "@parcel/utils": "2.0.0-nightly.1354+5478f4adc",
29
29
  "nullthrows": "^1.1.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@parcel/core": "2.0.0-nightly.1350+b6224fd51"
32
+ "@parcel/core": "2.0.0-nightly.1352+5478f4adc"
33
33
  },
34
34
  "browser": {
35
35
  "./src/cpuCount.js": false,
36
36
  "./src/process/ProcessWorker.js": false,
37
37
  "./src/threads/ThreadsWorker.js": false
38
38
  },
39
- "gitHead": "b6224fd519f95e68d8b93ba90376fd94c8b76e69"
39
+ "gitHead": "5478f4adc4c8e53ded9894758627dfdb5cba6285"
40
40
  }