[RELEASE] - @dop/redoc-cli@1.2.2 (#47)

This commit is contained in:
github-actions[bot] 2023-07-10 11:11:16 -04:00 committed by GitHub
parent 3a8c2a4525
commit c3981892b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 246 additions and 327 deletions

569
cli/npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@dop/redoc-cli", "name": "@dop/redoc-cli",
"version": "1.2.1", "version": "1.2.2",
"description": "ReDoc's Command Line Interface", "description": "ReDoc's Command Line Interface",
"main": "index.js", "main": "index.js",
"bin": "index.js", "bin": "index.js",
@ -14,7 +14,7 @@
"postversion": "git push upstream releases/@dop/redoc-cli@$npm_package_version && git checkout - && git branch -D releases/@dop/redoc-cli@$npm_package_version" "postversion": "git push upstream releases/@dop/redoc-cli@$npm_package_version && git checkout - && git branch -D releases/@dop/redoc-cli@$npm_package_version"
}, },
"dependencies": { "dependencies": {
"@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.2.1", "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.2.2",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"handlebars": "^4.7.7", "handlebars": "^4.7.7",
"isarray": "^2.0.5", "isarray": "^2.0.5",