@speclynx/apidom-parser-adapter-openapi-json-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
|
|
@@ -24426,7 +24426,7 @@ const specification = {
|
|
|
24426
24426
|
document: {
|
|
24427
24427
|
objects: {
|
|
24428
24428
|
JSONSchema: {
|
|
24429
|
-
element: '
|
|
24429
|
+
element: 'JSONSchemaDraft4',
|
|
24430
24430
|
$visitor: _visitors_json_schema_index_mjs__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
24431
24431
|
fixedFields: {
|
|
24432
24432
|
// core vocabulary
|
|
@@ -24530,7 +24530,7 @@ const specification = {
|
|
|
24530
24530
|
}
|
|
24531
24531
|
},
|
|
24532
24532
|
JSONReference: {
|
|
24533
|
-
element: '
|
|
24533
|
+
element: 'JSONReference',
|
|
24534
24534
|
$visitor: _visitors_json_schema_json_reference_index_mjs__WEBPACK_IMPORTED_MODULE_14__["default"],
|
|
24535
24535
|
fixedFields: {
|
|
24536
24536
|
$ref: _visitors_json_schema_json_reference_$RefVisitor_mjs__WEBPACK_IMPORTED_MODULE_15__["default"]
|