@speclynx/apidom-parser-adapter-openapi-yaml-2 4.0.3 → 4.0.4
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,12 @@
|
|
|
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
|
+
## [4.0.4](https://github.com/speclynx/apidom/compare/v4.0.3...v4.0.4) (2026-03-12)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **release:** override minimatch 10.2.3 to fix glob pattern regression in lerna publish ([#157](https://github.com/speclynx/apidom/issues/157)) ([c2d65a0](https://github.com/speclynx/apidom/commit/c2d65a06a2187e8563a9dc9db74ba27255450e0b)), closes [lerna/lerna#4305](https://github.com/lerna/lerna/issues/4305) [isaacs/minimatch#284](https://github.com/isaacs/minimatch/issues/284)
|
|
11
|
+
|
|
6
12
|
## [4.0.3](https://github.com/speclynx/apidom/compare/v4.0.2...v4.0.3) (2026-03-11)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
|
@@ -34803,7 +34803,7 @@ const specification = {
|
|
|
34803
34803
|
document: {
|
|
34804
34804
|
objects: {
|
|
34805
34805
|
JSONSchema: {
|
|
34806
|
-
element: '
|
|
34806
|
+
element: 'JSONSchemaDraft4',
|
|
34807
34807
|
$visitor: _visitors_json_schema_index_mjs__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
34808
34808
|
fixedFields: {
|
|
34809
34809
|
// core vocabulary
|
|
@@ -34907,7 +34907,7 @@ const specification = {
|
|
|
34907
34907
|
}
|
|
34908
34908
|
},
|
|
34909
34909
|
JSONReference: {
|
|
34910
|
-
element: '
|
|
34910
|
+
element: 'JSONReference',
|
|
34911
34911
|
$visitor: _visitors_json_schema_json_reference_index_mjs__WEBPACK_IMPORTED_MODULE_14__["default"],
|
|
34912
34912
|
fixedFields: {
|
|
34913
34913
|
$ref: _visitors_json_schema_json_reference_$RefVisitor_mjs__WEBPACK_IMPORTED_MODULE_15__["default"]
|