mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
fix: openapi docs generation
This commit is contained in:
3549
package-lock.json
generated
3549
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@
|
|||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
|
||||||
"check-configuration": "openstapps-configuration",
|
"check-configuration": "openstapps-configuration",
|
||||||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||||
"documentation": "typedoc --includeVersion --out docs --readme README.md --listInvalidSymbolLinks --entryPointStrategy expand src && openstapps-core-tools openapi ./node_modules/@openstapps/core/lib ./docs/openapi && redoc-cli bundle docs/openapi/openapi.json -o docs/openapi/index.html",
|
"documentation": "typedoc --includeVersion --out docs --readme README.md --listInvalidSymbolLinks --entryPointStrategy expand src && openstapps-core-tools openapi ./node_modules/@openstapps/core/lib ./docs/openapi && openapi build-docs docs/openapi/openapi.json -o docs/openapi/index.html",
|
||||||
"version": "npm run changelog",
|
"version": "npm run changelog",
|
||||||
"prepublishOnly": "npm ci && npm run build",
|
"prepublishOnly": "npm ci && npm run build",
|
||||||
"preversion": "npm run prepublishOnly",
|
"preversion": "npm run prepublishOnly",
|
||||||
@@ -37,6 +37,7 @@
|
|||||||
"@openstapps/core": "1.0.1",
|
"@openstapps/core": "1.0.1",
|
||||||
"@openstapps/core-tools": "0.34.0",
|
"@openstapps/core-tools": "0.34.0",
|
||||||
"@openstapps/logger": "1.1.1",
|
"@openstapps/logger": "1.1.1",
|
||||||
|
"@redocly/cli": "1.0.0-beta.125",
|
||||||
"@types/node": "14.18.43",
|
"@types/node": "14.18.43",
|
||||||
"config": "3.3.9",
|
"config": "3.3.9",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
@@ -91,7 +92,6 @@
|
|||||||
"nyc": "15.1.0",
|
"nyc": "15.1.0",
|
||||||
"prepend-file-cli": "1.0.6",
|
"prepend-file-cli": "1.0.6",
|
||||||
"prettier": "2.8.8",
|
"prettier": "2.8.8",
|
||||||
"redoc-cli": "0.13.21",
|
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"sinon": "14.0.2",
|
"sinon": "14.0.2",
|
||||||
"sinon-express-mock": "2.2.1",
|
"sinon-express-mock": "2.2.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user