@swagger-api/apidom-parser-adapter-asyncapi-json-2 1.5.1 → 1.7.0

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,16 @@
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
+ # [1.7.0](https://github.com/swagger-api/apidom/compare/v1.6.0...v1.7.0) (2026-03-17)
7
+
8
+ ### Reverts
9
+
10
+ - Revert "chore(release): cut the v1.7.0 release [skip ci]" ([1d0010f](https://github.com/swagger-api/apidom/commit/1d0010f034f88e3d72096ed2689accffdd0a490b))
11
+
12
+ # [1.6.0](https://github.com/swagger-api/apidom/compare/v1.5.1...v1.6.0) (2026-02-27)
13
+
14
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
15
+
6
16
  ## [1.5.1](https://github.com/swagger-api/apidom/compare/v1.5.0...v1.5.1) (2026-02-19)
7
17
 
8
18
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
@@ -23711,6 +23711,18 @@
23711
23711
  this.element = 'mqtt5ServerBinding';
23712
23712
  this.classes.push('server-binding');
23713
23713
  }
23714
+ get sessionExpiryInterval() {
23715
+ return this.get('sessionExpiryInterval');
23716
+ }
23717
+ set sessionExpiryInterval(sessionExpiryInterval) {
23718
+ this.set('sessionExpiryInterval', sessionExpiryInterval);
23719
+ }
23720
+ get bindingVersion() {
23721
+ return this.get('bindingVersion');
23722
+ }
23723
+ set bindingVersion(bindingVersion) {
23724
+ this.set('bindingVersion', bindingVersion);
23725
+ }
23714
23726
  }
23715
23727
 
23716
23728
  /**