@parcel/macros 2.12.1-nightly.3142 → 2.13.1-canary.3372
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/macros",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.13.1-canary.3372+a53f8f3ba",
|
4
4
|
"license": "MIT",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -16,8 +16,8 @@
|
|
16
16
|
"types": "macros.d.ts",
|
17
17
|
"sideEffects": false,
|
18
18
|
"engines": {
|
19
|
-
"node": ">=
|
20
|
-
"parcel": "2.0.0-
|
19
|
+
"node": ">= 16.0.0",
|
20
|
+
"parcel": "^2.0.0-canary.1747+a53f8f3ba"
|
21
21
|
},
|
22
|
-
"gitHead": "
|
22
|
+
"gitHead": "a53f8f3ba1025c7ea8653e9719e0a61ef9717079"
|
23
23
|
}
|