@speclynx/apidom-parser-adapter-openapi-yaml-3-0 4.0.2 → 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 +12 -0
- package/dist/apidom-parser-adapter-openapi-yaml-3-0.browser.js +2 -2
- package/dist/apidom-parser-adapter-openapi-yaml-3-0.browser.min.js +1 -1
- package/package.json +6 -6
- package/src/adapter.cjs +53 -0
- package/src/adapter.mjs +45 -0
- package/src/media-types.cjs +10 -0
- package/src/media-types.mjs +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
|
|
12
|
+
## [4.0.3](https://github.com/speclynx/apidom/compare/v4.0.2...v4.0.3) (2026-03-11)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **release:** fix v4.0.2 failed release ([b4dc1c4](https://github.com/speclynx/apidom/commit/b4dc1c48e8d9b2986a70e49b5554eb0a166d7528))
|
|
17
|
+
|
|
6
18
|
## [4.0.2](https://github.com/speclynx/apidom/compare/v4.0.1...v4.0.2) (2026-03-11)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-openapi-yaml-3-0
|
|
@@ -34745,7 +34745,7 @@ const specification = {
|
|
|
34745
34745
|
document: {
|
|
34746
34746
|
objects: {
|
|
34747
34747
|
JSONSchema: {
|
|
34748
|
-
element: '
|
|
34748
|
+
element: 'JSONSchemaDraft4',
|
|
34749
34749
|
$visitor: _visitors_json_schema_index_mjs__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
34750
34750
|
fixedFields: {
|
|
34751
34751
|
// core vocabulary
|
|
@@ -34849,7 +34849,7 @@ const specification = {
|
|
|
34849
34849
|
}
|
|
34850
34850
|
},
|
|
34851
34851
|
JSONReference: {
|
|
34852
|
-
element: '
|
|
34852
|
+
element: 'JSONReference',
|
|
34853
34853
|
$visitor: _visitors_json_schema_json_reference_index_mjs__WEBPACK_IMPORTED_MODULE_14__["default"],
|
|
34854
34854
|
fixedFields: {
|
|
34855
34855
|
$ref: _visitors_json_schema_json_reference_$RefVisitor_mjs__WEBPACK_IMPORTED_MODULE_15__["default"]
|