@jentic/arazzo-validator 1.0.0-alpha.16 → 1.0.0-alpha.18
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
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.0.0-alpha.18](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2026-02-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @jentic/arazzo-validator
|
|
9
|
+
|
|
10
|
+
# [1.0.0-alpha.17](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2026-02-20)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @jentic/arazzo-validator
|
|
13
|
+
|
|
6
14
|
# [1.0.0-alpha.16](https://github.com/jentic/jentic-arazzo-tools/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2026-02-20)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
|
@@ -153627,6 +153627,7 @@ const defaultOptions = {
|
|
|
153627
153627
|
})],
|
|
153628
153628
|
parserOpts: {
|
|
153629
153629
|
sourceMap: false,
|
|
153630
|
+
style: false,
|
|
153630
153631
|
strict: true,
|
|
153631
153632
|
sourceDescriptions: false
|
|
153632
153633
|
}
|