@parcel/lsp-protocol 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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/lsp-protocol",
3
- "version": "2.12.1-nightly.3142+40c370f09",
3
+ "version": "2.13.1-canary.3372+a53f8f3ba",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,7 +20,7 @@
20
20
  "watch": "tsc -watch -p ./"
21
21
  },
22
22
  "engines": {
23
- "node": ">= 12.0.0"
23
+ "node": ">= 16.0.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "typescript": ">=3.0.0"
@@ -31,5 +31,5 @@
31
31
  "targets": {
32
32
  "types": false
33
33
  },
34
- "gitHead": "40c370f09a1c4b7eee5a6ad2b1b74fb95a04f389"
34
+ "gitHead": "a53f8f3ba1025c7ea8653e9719e0a61ef9717079"
35
35
  }