@parcel/diagnostic 2.13.0 → 2.13.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/diagnostic",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "Types and utilities for printing source-code located errors, warning and information messages.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -28,5 +28,5 @@
28
28
  "@mischnic/json-sourcemap": "^0.1.0",
29
29
  "nullthrows": "^1.1.1"
30
30
  },
31
- "gitHead": "a53f8f3ba1025c7ea8653e9719e0a61ef9717079"
31
+ "gitHead": "4a297f79db3eec74437f4c5133127c98bf303703"
32
32
  }