@redocly/mock-server
Advanced tools
+4
-11
| { | ||
| "name": "@redocly/mock-server", | ||
| "version": "0.9.0-next.0", | ||
| "version": "0.9.0-next.1", | ||
| "description": "Redocly Mock server", | ||
@@ -17,3 +17,3 @@ "author": "team@redocly.com", | ||
| "@redocly/ajv": "8.18.0", | ||
| "@redocly/openapi-core": "2.31.6", | ||
| "@redocly/openapi-core": "2.32.1", | ||
| "ajv": "8.18.0", | ||
@@ -35,3 +35,3 @@ "ajv-formats": "^3.0.1", | ||
| "axios": "1.16.0", | ||
| "esbuild": "0.27.0", | ||
| "esbuild": "0.28.1", | ||
| "openapi-types": "10.0.0", | ||
@@ -64,10 +64,4 @@ "pretty-quick": "3.1.3", | ||
| "dependsOn": [ | ||
| "build", | ||
| "prepare-mocks" | ||
| "build" | ||
| ] | ||
| }, | ||
| "vitest:test": { | ||
| "dependsOn": [ | ||
| "prepare-mocks" | ||
| ] | ||
| } | ||
@@ -82,3 +76,2 @@ } | ||
| "build": "rimraf ./dist ./lib && pnpm run compile && pnpm run build:js", | ||
| "prepare-mocks": "esbuild ./node_modules/@redocly/openapi-core/lib/index.js --bundle --outdir=./src/__mocks__/@redocly/openapi-core/ --format=cjs --platform=node --log-level=error", | ||
| "test": "nx run vitest:test", | ||
@@ -85,0 +78,0 @@ "test:integration": "nx run vitest:integration" |
Sorry, the diff of this file is too big to display
6958
0.01%1776196
0+ Added
- Removed
Updated