@typespec/rest
Advanced tools
Comparing version 0.52.0-dev.4 to 0.52.0-dev.5
{ | ||
"name": "@typespec/rest", | ||
"version": "0.52.0-dev.4", | ||
"version": "0.52.0-dev.5", | ||
"author": "Microsoft Corporation", | ||
@@ -53,4 +53,5 @@ "description": "TypeSpec REST protocol binding", | ||
"eslint": "^8.55.0", | ||
"vitest": "^1.1.0", | ||
"vitest": "^1.2.0", | ||
"@vitest/coverage-v8": "^1.1.0", | ||
"@vitest/ui": "~1.1.3", | ||
"c8": "~8.0.1", | ||
@@ -67,3 +68,3 @@ "rimraf": "~5.0.1", | ||
"test": "vitest run", | ||
"test:watch": "vitest -w", | ||
"test:ui": "vitest --ui", | ||
"test-official": "vitest run --coverage --reporter=junit --reporter=default --no-file-parallelism", | ||
@@ -70,0 +71,0 @@ "lint": "eslint . --ext .ts --max-warnings=0", |
101269
14
34
935