@typespec/rest
Advanced tools
Comparing version 0.47.0-dev.0 to 0.47.0-dev.1
{ | ||
"name": "@typespec/rest", | ||
"version": "0.47.0-dev.0", | ||
"version": "0.47.0-dev.1", | ||
"author": "Microsoft Corporation", | ||
@@ -55,2 +55,3 @@ "description": "TypeSpec REST protocol binding", | ||
"@typespec/eslint-plugin": "~0.46.0 || >=0.47.0-dev <0.47.0", | ||
"@typespec/tspd": "~0.46.0 || >=0.47.0-dev <0.47.0", | ||
"eslint": "^8.42.0", | ||
@@ -73,4 +74,5 @@ "mocha": "~10.2.0", | ||
"lint": "eslint . --ext .ts --max-warnings=0", | ||
"lint:fix": "eslint . --fix --ext .ts" | ||
"lint:fix": "eslint . --fix --ext .ts", | ||
"regen-docs": "tspd doc . --enable-experimental --output-dir ../../docs/standard-library/rest/reference" | ||
} | ||
} |
109512
15