@typespec/openapi3 1.4.0-dev.15 → 1.4.0-dev.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/openapi3",
|
|
3
|
-
"version": "1.4.0-dev.
|
|
3
|
+
"version": "1.4.0-dev.16",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting OpenAPI 3.0 and OpenAPI 3.1 from the TypeSpec REST protocol binding and converting OpenAPI3 to TypeSpec",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"test:ci": "vitest run --coverage --reporter=junit --reporter=default",
|
|
98
98
|
"lint": "eslint . --max-warnings=0",
|
|
99
99
|
"lint:fix": "eslint . --fix",
|
|
100
|
-
"regen-docs": "tspd doc . --enable-experimental
|
|
100
|
+
"regen-docs": "tspd doc . --enable-experimental --llmstxt --output-dir ../../website/src/content/docs/docs/emitters/openapi3/reference",
|
|
101
101
|
"regen-specs": "cross-env RECORD=true vitest run",
|
|
102
102
|
"gen-version": "node scripts/generate-version.js",
|
|
103
103
|
"api-extractor": "api-extractor run --local --verbose"
|