@parcel/logger 2.0.0-nightly.942 → 2.0.0-nightly.944
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@parcel/logger",
|
3
|
-
"version": "2.0.0-nightly.
|
3
|
+
"version": "2.0.0-nightly.944+8ee562ae",
|
4
4
|
"description": "Blazing fast, zero configuration web application bundler",
|
5
5
|
"license": "MIT",
|
6
6
|
"publishConfig": {
|
@@ -20,8 +20,8 @@
|
|
20
20
|
"node": ">= 12.0.0"
|
21
21
|
},
|
22
22
|
"dependencies": {
|
23
|
-
"@parcel/diagnostic": "2.0.0-nightly.
|
24
|
-
"@parcel/events": "2.0.0-nightly.
|
23
|
+
"@parcel/diagnostic": "2.0.0-nightly.944+8ee562ae",
|
24
|
+
"@parcel/events": "2.0.0-nightly.944+8ee562ae"
|
25
25
|
},
|
26
|
-
"gitHead": "
|
26
|
+
"gitHead": "8ee562aefc03a8ae4f3008109581f4170d7bda66"
|
27
27
|
}
|