@parcel/workers 2.0.0-nightly.1504 → 2.0.0-nightly.1511

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.1504+78fe2ce24",
3
+ "version": "2.0.0-nightly.1511+2059029ee",
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.1504+78fe2ce24",
25
- "@parcel/logger": "2.0.0-nightly.1504+78fe2ce24",
26
- "@parcel/profiler": "2.11.1-nightly.3127+78fe2ce24",
27
- "@parcel/types": "2.0.0-nightly.1504+78fe2ce24",
28
- "@parcel/utils": "2.0.0-nightly.1504+78fe2ce24",
24
+ "@parcel/diagnostic": "2.0.0-nightly.1511+2059029ee",
25
+ "@parcel/logger": "2.0.0-nightly.1511+2059029ee",
26
+ "@parcel/profiler": "2.12.1-nightly.3134+2059029ee",
27
+ "@parcel/types": "2.0.0-nightly.1511+2059029ee",
28
+ "@parcel/utils": "2.0.0-nightly.1511+2059029ee",
29
29
  "nullthrows": "^1.1.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@parcel/core": "2.0.0-nightly.1502+78fe2ce24"
32
+ "@parcel/core": "2.0.0-nightly.1509+2059029ee"
33
33
  },
34
34
  "browser": {
35
35
  "./src/process/ProcessWorker.js": false,
36
36
  "./src/threads/ThreadsWorker.js": false,
37
37
  "./src/core-worker.js": "./src/core-worker.browser.js"
38
38
  },
39
- "gitHead": "78fe2ce24f2447cef5560047e9750b2cc3f38f66"
39
+ "gitHead": "2059029ee91e5f03a273b0954d3e629d7375f986"
40
40
  }