@parcel/workers 2.0.0-nightly.944 → 2.0.0-nightly.951

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/workers",
3
- "version": "2.0.0-nightly.944+8ee562ae",
3
+ "version": "2.0.0-nightly.951+f5ab4677",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -21,10 +21,10 @@
21
21
  "node": ">= 12.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@parcel/diagnostic": "2.0.0-nightly.944+8ee562ae",
25
- "@parcel/logger": "2.0.0-nightly.944+8ee562ae",
26
- "@parcel/types": "2.0.0-nightly.944+8ee562ae",
27
- "@parcel/utils": "2.0.0-nightly.944+8ee562ae",
24
+ "@parcel/diagnostic": "2.0.0-nightly.951+f5ab4677",
25
+ "@parcel/logger": "2.0.0-nightly.951+f5ab4677",
26
+ "@parcel/types": "2.0.0-nightly.951+f5ab4677",
27
+ "@parcel/utils": "2.0.0-nightly.951+f5ab4677",
28
28
  "chrome-trace-event": "^1.0.2",
29
29
  "nullthrows": "^1.1.1"
30
30
  },
@@ -36,5 +36,5 @@
36
36
  "./src/process/ProcessWorker.js": false,
37
37
  "./src/threads/ThreadsWorker.js": false
38
38
  },
39
- "gitHead": "8ee562aefc03a8ae4f3008109581f4170d7bda66"
39
+ "gitHead": "f5ab4677f0b01c317756b0bc0e8f759f1da49988"
40
40
  }