We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d80c5 commit b61a106Copy full SHA for b61a106
packages/json-validator/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@quarto/json-validator",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "A validation library for JSON objects with an emphasis on good error messages.",
5
"author": {
6
"name": "Posit PBC"
@@ -29,6 +29,7 @@
29
"build": "*",
30
"typescript": "^5.4.2",
31
"regexpp": "^3.2.0",
32
+ "ansi-colors": "^4.1.3",
33
"@quarto/mapped-string": "^0.1.7",
34
"@quarto/tidyverse-errors": "^0.1.3",
35
"@quarto/annotated-json": "^0.1.3"
0 commit comments