mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: v1.0.0-beta.114 (#943)
This commit is contained in:
@@ -5,6 +5,12 @@ toc:
|
||||
|
||||
# Redocly CLI changelog
|
||||
|
||||
## 1.0.0-beta.114 (2022-11-18)
|
||||
|
||||
### Features
|
||||
|
||||
- Added a new assertion [`notPattern`](./rules/custom-rules.md#notpattern-example) to the custom rules.
|
||||
|
||||
## 1.0.0-beta.113 (2022-11-15)
|
||||
|
||||
### Changes
|
||||
|
||||
21
package-lock.json
generated
21
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.0.0-beta.113",
|
||||
"version": "1.0.0-beta.114",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.0.0-beta.113",
|
||||
"version": "1.0.0-beta.114",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
@@ -9750,10 +9750,10 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.0.0-beta.113",
|
||||
"version": "1.0.0-beta.114",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.0.0-beta.113",
|
||||
"@redocly/openapi-core": "1.0.0-beta.114",
|
||||
"assert-node-version": "^1.0.3",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
@@ -9798,6 +9798,11 @@
|
||||
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
|
||||
"integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
|
||||
},
|
||||
"packages/cli/node_modules/@types/node": {
|
||||
"version": "14.18.33",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz",
|
||||
"integrity": "sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg=="
|
||||
},
|
||||
"packages/cli/node_modules/@types/yargs": {
|
||||
"version": "16.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.2.tgz",
|
||||
@@ -9857,7 +9862,7 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.0.0-beta.113",
|
||||
"version": "1.0.0-beta.114",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.11.0",
|
||||
@@ -10850,7 +10855,7 @@
|
||||
"@redocly/cli": {
|
||||
"version": "file:packages/cli",
|
||||
"requires": {
|
||||
"@redocly/openapi-core": "1.0.0-beta.113",
|
||||
"@redocly/openapi-core": "1.0.0-beta.114",
|
||||
"@types/configstore": "^5.0.1",
|
||||
"@types/react": "^17.0.8",
|
||||
"@types/react-dom": "^17.0.5",
|
||||
@@ -10886,6 +10891,10 @@
|
||||
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
|
||||
"integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz",
|
||||
"integrity": "sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg=="
|
||||
},
|
||||
"@types/yargs": {
|
||||
"version": "16.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.2.tgz",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.0.0-beta.113",
|
||||
"version": "1.0.0-beta.114",
|
||||
"description": "",
|
||||
"private": true,
|
||||
"engines": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.0.0-beta.113",
|
||||
"version": "1.0.0-beta.114",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
@@ -33,7 +33,7 @@
|
||||
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
|
||||
],
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.0.0-beta.113",
|
||||
"@redocly/openapi-core": "1.0.0-beta.114",
|
||||
"assert-node-version": "^1.0.3",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.0.0-beta.113",
|
||||
"version": "1.0.0-beta.114",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user