@speclynx/apidom-parser-adapter-arazzo-yaml-1 2.10.2 → 2.10.3
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,10 @@
|
|
|
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
|
+
## [2.10.3](https://github.com/speclynx/apidom/compare/v2.10.2...v2.10.3) (2026-02-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-arazzo-yaml-1
|
|
9
|
+
|
|
6
10
|
## [2.10.2](https://github.com/speclynx/apidom/compare/v2.10.1...v2.10.2) (2026-02-08)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-arazzo-yaml-1
|
|
@@ -33688,7 +33688,6 @@ class ArazzoSpecification1 extends _speclynx_apidom_datamodel__WEBPACK_IMPORTED_
|
|
|
33688
33688
|
super(content, meta, attributes);
|
|
33689
33689
|
this.element = 'arazzoSpecification1';
|
|
33690
33690
|
this.classes.push('api');
|
|
33691
|
-
this.classes.push('arazzo');
|
|
33692
33691
|
}
|
|
33693
33692
|
get arazzo() {
|
|
33694
33693
|
return this.get('arazzo');
|