@typespec/openapi3
Advanced tools
Comparing version 0.56.0-dev.1 to 0.56.0-dev.2
{ | ||
"name": "@typespec/openapi3", | ||
"version": "0.56.0-dev.1", | ||
"version": "0.56.0-dev.2", | ||
"author": "Microsoft Corporation", | ||
@@ -52,4 +52,2 @@ "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding", | ||
"@typespec/compiler": "~0.55.0 || >=0.56.0-dev <0.56.0", | ||
"@typespec/eslint-config-typespec": "~0.55.0 || >=0.56.0-dev <0.56.0", | ||
"@typespec/eslint-plugin": "~0.55.0 || >=0.56.0-dev <0.56.0", | ||
"@typespec/http": "~0.55.0 || >=0.56.0-dev <0.56.0", | ||
@@ -63,3 +61,2 @@ "@typespec/library-linter": "~0.55.0 || >=0.56.0-dev <0.56.0", | ||
"c8": "^9.1.0", | ||
"eslint": "^8.57.0", | ||
"rimraf": "~5.0.5", | ||
@@ -80,6 +77,6 @@ "typescript": "~5.4.3", | ||
"test:ci": "vitest run --coverage --reporter=junit --reporter=default", | ||
"lint": "eslint . --ext .ts --max-warnings=0", | ||
"lint:fix": "eslint . --fix --ext .ts", | ||
"lint": "eslint . --max-warnings=0", | ||
"lint:fix": "eslint . --fix", | ||
"regen-docs": "tspd doc . --enable-experimental --output-dir ../../docs/libraries/openapi3/reference" | ||
} | ||
} |
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
14
282515