@redocly/openapi-core 1.32.2 → 1.33.1
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 +4 -0
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
|
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
|
|
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';
|