@redocly/openapi-docs 3.20.0-next.6 → 3.20.0-next.7
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/dist/redocly-openapi-docs.min.js +2666 -2507
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/openapi-docs",
|
|
3
|
-
"version": "3.20.0-next.
|
|
3
|
+
"version": "3.20.0-next.7",
|
|
4
4
|
"description": "Redocly OpenAPI Docs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"url-template": "^2.0.8",
|
|
39
39
|
"util": "~0.12.5",
|
|
40
40
|
"web-vitals": "3.3.1",
|
|
41
|
-
"@redocly/config": "0.
|
|
41
|
+
"@redocly/config": "0.47.0",
|
|
42
42
|
"@redocly/redoc-opentelemetry": "0.0.8",
|
|
43
|
-
"@redocly/replay": "0.23.0-next.
|
|
43
|
+
"@redocly/replay": "0.23.0-next.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@shikijs/transformers": "3.21.0",
|
|
@@ -72,17 +72,17 @@
|
|
|
72
72
|
"url": "~0.11.0",
|
|
73
73
|
"vite": "7.2.6",
|
|
74
74
|
"vitest": "4.0.10",
|
|
75
|
-
"@redocly/theme": "0.64.0-next.
|
|
75
|
+
"@redocly/theme": "0.64.0-next.5"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"start": "pnpm run copy-highlight-hook && vite",
|
|
79
79
|
"build": "pnpm run clean && pnpm run build:lib && pnpm run build:standalone",
|
|
80
80
|
"build:lib": "tsc -p tsconfig.build.json && node scripts/minify.js lib",
|
|
81
81
|
"build:standalone": "vite build && node scripts/minify.js dist",
|
|
82
|
-
"prepare:community-source": "
|
|
82
|
+
"prepare:community-source": "pnpm exec tsx scripts/prepare-community-source.ts --",
|
|
83
83
|
"prepare:community-source-only": "pnpm run prepare:community-source --ignore /src/* private-readme.md",
|
|
84
|
-
"prepare:community-dependencies": "
|
|
85
|
-
"apply:community-source": "
|
|
84
|
+
"prepare:community-dependencies": "pnpm exec tsx scripts/prepare-community-dependencies.ts",
|
|
85
|
+
"apply:community-source": "pnpm exec tsx scripts/apply-changes-from-community-source.ts",
|
|
86
86
|
"test": "vitest run",
|
|
87
87
|
"unit": "vitest run",
|
|
88
88
|
"unit:update": "vitest run -u",
|