vscode-json-languageservice
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -333,3 +333,3 @@ /*--------------------------------------------------------------------------------------------- | ||
location: { offset: node.offset, length: node.length }, | ||
message: l10n.t("Matches a schema that is not allowed.") | ||
message: schema.errorMessage || l10n.t("Matches a schema that is not allowed.") | ||
}); | ||
@@ -336,0 +336,0 @@ } |
{ | ||
"name": "vscode-json-languageservice", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"description": "Language service for JSON", | ||
@@ -18,18 +18,18 @@ "main": "./lib/umd/jsonLanguageService.js", | ||
"devDependencies": { | ||
"@types/mocha": "^10.0.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "16.x", | ||
"@typescript-eslint/eslint-plugin": "^5.44.0", | ||
"@typescript-eslint/parser": "^5.44.0", | ||
"eslint": "^8.28.0", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"eslint": "^8.32.0", | ||
"json-schema-test-suite": "https://github.com/json-schema-org/JSON-Schema-Test-Suite.git#69acf52990b004240839ae19b4bec8fb01d50876", | ||
"mocha": "^10.1.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.9.3" | ||
"mocha": "^10.2.0", | ||
"rimraf": "^4.1.1", | ||
"typescript": "^4.9.4" | ||
}, | ||
"dependencies": { | ||
"jsonc-parser": "^3.2.0", | ||
"vscode-languageserver-textdocument": "^1.0.7", | ||
"vscode-languageserver-textdocument": "^1.0.8", | ||
"vscode-languageserver-types": "^3.17.2", | ||
"vscode-uri": "^3.0.6", | ||
"@vscode/l10n": "^0.0.10" | ||
"vscode-uri": "^3.0.7", | ||
"@vscode/l10n": "^0.0.11" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
498618
+ Added@vscode/l10n@0.0.11(transitive)
- Removed@vscode/l10n@0.0.10(transitive)
Updated@vscode/l10n@^0.0.11
Updatedvscode-uri@^3.0.7