@redocly/openapi-docs 3.18.0-next.0 → 3.18.0-next.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/openapi-docs",
3
- "version": "3.18.0-next.0",
3
+ "version": "3.18.0-next.1",
4
4
  "description": "Redocly OpenAPI Docs",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@markdoc/markdoc": "0.5.2",
24
- "@redocly/openapi-core": "2.14.3",
24
+ "@redocly/openapi-core": "2.14.5",
25
25
  "deepmerge": "^4.2.2",
26
26
  "dompurify": "3.2.7",
27
27
  "fast-deep-equal": "^3.1.3",
@@ -39,7 +39,7 @@
39
39
  "util": "~0.12.5",
40
40
  "web-vitals": "3.3.1",
41
41
  "@redocly/config": "0.41.2",
42
- "@redocly/replay": "0.21.0-next.0"
42
+ "@redocly/replay": "0.21.0-next.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@shikijs/transformers": "3.21.0",
@@ -75,15 +75,15 @@
75
75
  "@redocly/theme": "0.62.0-next.0"
76
76
  },
77
77
  "scripts": {
78
- "start": "npm run copy-highlight-hook && vite",
79
- "build": "npm run clean && npm run build:lib && npm run build:standalone",
78
+ "start": "pnpm run copy-highlight-hook && vite",
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": "npx tsx scripts/prepare-community-source.ts --",
83
- "prepare:community-source-only": "npm run prepare:community-source --ignore /src/* private-readme.md",
84
- "prepare:community-dependencies": "npx tsx scripts/prepare-community-dependencies.ts",
85
- "apply:community-source": "npx tsx scripts/apply-changes-from-community-source.ts",
86
- "test": "npm run prepare:community-source && npm run test:redoc && vitest run",
82
+ "prepare:community-source": "pnpx tsx scripts/prepare-community-source.ts --",
83
+ "prepare:community-source-only": "pnpm run prepare:community-source --ignore /src/* private-readme.md",
84
+ "prepare:community-dependencies": "pnpx tsx scripts/prepare-community-dependencies.ts",
85
+ "apply:community-source": "pnpx tsx scripts/apply-changes-from-community-source.ts",
86
+ "test": "pnpm run prepare:community-source && pnpm run test:redoc && vitest run",
87
87
  "test:redoc": "cd redoc && npm install ../../theme ../../redocly-config --no-save && npm run lint && npm run unit",
88
88
  "unit": "vitest run",
89
89
  "unit:update": "vitest run -u",