@speclynx/apidom-parser-adapter-openapi-json-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-json-3-0.browser.js +2 -2
- package/dist/apidom-parser-adapter-openapi-json-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-json-3-0
|
|
@@ -24368,7 +24368,7 @@ const specification = {
|
|
|
24368
24368
|
document: {
|
|
24369
24369
|
objects: {
|
|
24370
24370
|
JSONSchema: {
|
|
24371
|
-
element: '
|
|
24371
|
+
element: 'JSONSchemaDraft4',
|
|
24372
24372
|
$visitor: _visitors_json_schema_index_mjs__WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
24373
24373
|
fixedFields: {
|
|
24374
24374
|
// core vocabulary
|
|
@@ -24472,7 +24472,7 @@ const specification = {
|
|
|
24472
24472
|
}
|
|
24473
24473
|
},
|
|
24474
24474
|
JSONReference: {
|
|
24475
|
-
element: '
|
|
24475
|
+
element: 'JSONReference',
|
|
24476
24476
|
$visitor: _visitors_json_schema_json_reference_index_mjs__WEBPACK_IMPORTED_MODULE_14__["default"],
|
|
24477
24477
|
fixedFields: {
|
|
24478
24478
|
$ref: _visitors_json_schema_json_reference_$RefVisitor_mjs__WEBPACK_IMPORTED_MODULE_15__["default"]
|