[RELEASE] - @dop/redoc-cli@1.1.1 (#29)

This commit is contained in:
github-actions[bot] 2023-03-29 16:42:29 -04:00 committed by GitHub
parent 36cd7e82e7
commit 42e70be345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
{ {
"name": "@dop/redoc-cli", "name": "@dop/redoc-cli",
"version": "1.1.0", "version": "1.1.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@dop/redoc-cli", "name": "@dop/redoc-cli",
"version": "1.1.0", "version": "1.1.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.1.1", "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.1.3",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"handlebars": "^4.7.7", "handlebars": "^4.7.7",
"isarray": "^2.0.5", "isarray": "^2.0.5",
@ -437,8 +437,8 @@
} }
}, },
"node_modules/@dop/redoc": { "node_modules/@dop/redoc": {
"version": "1.1.1", "version": "1.1.3",
"resolved": "git+https://git@github.com/mongodb-forks/redoc.git#64e24d426b9091a454b132c39e72753f66072d3a", "resolved": "git+https://git@github.com/mongodb-forks/redoc.git#aa90c65ead4d27eba8cbe311df1f12ace24f641f",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@emotion/css": "^11.0.0", "@emotion/css": "^11.0.0",
@ -4610,8 +4610,8 @@
} }
}, },
"@dop/redoc": { "@dop/redoc": {
"version": "git+https://git@github.com/mongodb-forks/redoc.git#64e24d426b9091a454b132c39e72753f66072d3a", "version": "git+https://git@github.com/mongodb-forks/redoc.git#aa90c65ead4d27eba8cbe311df1f12ace24f641f",
"from": "@dop/redoc@git+https://git@github.com/mongodb-forks/redoc#v1.1.1", "from": "@dop/redoc@git+https://git@github.com/mongodb-forks/redoc#v1.1.3",
"requires": { "requires": {
"@emotion/css": "^11.0.0", "@emotion/css": "^11.0.0",
"@emotion/react": "^11.10.4", "@emotion/react": "^11.10.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@dop/redoc-cli", "name": "@dop/redoc-cli",
"version": "1.1.0", "version": "1.1.1",
"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.1.1", "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.1.3",
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
"handlebars": "^4.7.7", "handlebars": "^4.7.7",
"isarray": "^2.0.5", "isarray": "^2.0.5",