@astrojs/check
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -0,6 +1,6 @@ | ||
import { createRequire } from 'node:module'; | ||
import path from 'node:path'; | ||
import { AstroCheck } from '@astrojs/language-server'; | ||
import { watch } from 'chokidar'; | ||
import { bold, dim, red, yellow } from 'kleur/colors'; | ||
import { createRequire } from 'node:module'; | ||
import path from 'node:path'; | ||
import yargs from 'yargs'; | ||
@@ -7,0 +7,0 @@ import { hideBin } from 'yargs/helpers'; |
{ | ||
"name": "@astrojs/check", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "withastro", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@astrojs/language-server": "^2.7.0", | ||
"@astrojs/language-server": "^2.7.1", | ||
"chokidar": "^3.5.3", | ||
@@ -26,0 +26,0 @@ "fast-glob": "^3.3.1", |
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
+ Added@vscode/emmet-helper@2.9.3(transitive)
+ Addedvscode-uri@2.1.2(transitive)
- Removed@vscode/emmet-helper@2.10.0(transitive)