inferred-types 0.51.2 → 0.51.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inferred-types",
3
- "version": "0.51.2",
3
+ "version": "0.51.3",
4
4
  "description": "Functions which provide useful type inference on TS projects",
5
5
  "license": "MIT",
6
6
  "author": "Ken Snyder<ken@ken.net>",
@@ -108,6 +108,7 @@
108
108
  }
109
109
  },
110
110
  "dependencies": {
111
- "error-stack-parser-es": "^0.1.5"
111
+ "error-stack-parser-es": "^0.1.5",
112
+ "pathe": "^1.1.2"
112
113
  }
113
114
  }