@redocly/openapi-core 1.33.0 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @redocly/openapi-core
2
2
 
3
+ ## 1.34.0
4
+
5
+ ## 1.33.1
6
+
3
7
  ## 1.33.0
4
8
 
5
9
  ## 1.32.2
package/README.md CHANGED
@@ -12,7 +12,7 @@ See https://github.com/Redocly/redocly-cli
12
12
 
13
13
  ### Lint from file system
14
14
 
15
- [Lint](https://redocly.com/docs/cli/commands/lint/) a file, optionally with a [config file](https://redocly.com/docs/cli/configuration/).
15
+ [Lint](https://redocly.com/docs/cli/commands/lint/) a file.
16
16
 
17
17
  ```js
18
18
  import { lint, loadConfig } from '@redocly/openapi-core';
@@ -28,7 +28,7 @@ To learn more, [check the `lint` function section](#lint).
28
28
 
29
29
  ### Bundle from file system
30
30
 
31
- [Bundle](https://redocly.com/docs/cli/commands/bundle/) an API description into a single structure, optionally with a [config file](https://redocly.com/docs/cli/configuration/).
31
+ [Bundle](https://redocly.com/docs/cli/commands/bundle/) an API description into a single structure.
32
32
 
33
33
  ```js
34
34
  import { bundle, loadConfig } from '@redocly/openapi-core';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/openapi-core",
3
- "version": "1.33.0",
3
+ "version": "1.34.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "engines": {