@parcel/workers 2.0.0-nightly.899 → 2.0.0-nightly.905

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.899+e0440dcb",
3
+ "version": "2.0.0-nightly.905+d4b42567",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -21,15 +21,15 @@
21
21
  "node": ">= 12.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@parcel/diagnostic": "2.0.0-nightly.899+e0440dcb",
25
- "@parcel/logger": "2.0.0-nightly.899+e0440dcb",
26
- "@parcel/types": "2.0.0-nightly.899+e0440dcb",
27
- "@parcel/utils": "2.0.0-nightly.899+e0440dcb",
24
+ "@parcel/diagnostic": "2.0.0-nightly.905+d4b42567",
25
+ "@parcel/logger": "2.0.0-nightly.905+d4b42567",
26
+ "@parcel/types": "2.0.0-nightly.905+d4b42567",
27
+ "@parcel/utils": "2.0.0-nightly.905+d4b42567",
28
28
  "chrome-trace-event": "^1.0.2",
29
29
  "nullthrows": "^1.1.1"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@parcel/core": "^2.0.0"
33
33
  },
34
- "gitHead": "e0440dcbe6d6e419a412c8c568d94715cdb4282a"
34
+ "gitHead": "d4b42567e0267dac94b3fba68232242ced5ec022"
35
35
  }