cspell-config-lib
Advanced tools
Comparing version 7.3.9 to 8.0.0
@@ -5,2 +5,5 @@ "use strict"; | ||
class ImplCSpellConfigFile { | ||
uri; | ||
settings; | ||
serializer; | ||
constructor(uri, settings, serializer) { | ||
@@ -7,0 +10,0 @@ this.uri = uri; |
@@ -9,2 +9,4 @@ "use strict"; | ||
class CSpellConfigFileReaderWriterImpl { | ||
io; | ||
deserializers; | ||
constructor(io, deserializers) { | ||
@@ -11,0 +13,0 @@ this.io = io; |
{ | ||
"name": "cspell-config-lib", | ||
"version": "7.3.9", | ||
"version": "8.0.0", | ||
"description": "CSpell Config library", | ||
@@ -42,6 +42,6 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@cspell/cspell-types": "7.3.9", | ||
"@cspell/cspell-types": "8.0.0", | ||
"comment-json": "^4.2.3", | ||
@@ -55,3 +55,3 @@ "vscode-uri": "^3.0.8", | ||
}, | ||
"gitHead": "77c7fb3ffd80a626ec07d704cefcaa21d62fd460" | ||
"gitHead": "67c22bf98baed1c17bbc658fba8656262d17e370" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18618
372
+ Added@cspell/cspell-types@8.0.0(transitive)
- Removed@cspell/cspell-types@7.3.9(transitive)
Updated@cspell/cspell-types@8.0.0