@swagger-api/apidom-parser-adapter-asyncapi-json-2 0.69.1 → 0.69.2

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
+ ## [0.69.2](https://github.com/swagger-api/apidom/compare/v0.69.1...v0.69.2) (2023-04-03)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
9
+
6
10
  ## [0.69.1](https://github.com/swagger-api/apidom/compare/v0.69.0...v0.69.1) (2023-03-28)
7
11
 
8
12
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
@@ -30327,11 +30327,9 @@ __webpack_require__.r(__webpack_exports__);
30327
30327
  /* harmony import */ var _swagger_api_apidom_ns_json_schema_draft_4__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65320);
30328
30328
 
30329
30329
  /* eslint-disable class-methods-use-this */
30330
-
30331
30330
  /**
30332
30331
  * URI: https://datatracker.ietf.org/doc/html/draft-wright-json-schema-hyperschema-01#section-6
30333
30332
  */
30334
-
30335
30333
  class LinkDescription extends _swagger_api_apidom_ns_json_schema_draft_4__WEBPACK_IMPORTED_MODULE_0__.LinkDescriptionElement {
30336
30334
  get hrefSchema() {
30337
30335
  return this.get('hrefSchema');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-parser-adapter-asyncapi-json-2",
3
- "version": "0.69.1",
3
+ "version": "0.69.2",
4
4
  "description": "Parser adapter for parsing JSON documents into AsyncAPI 2.x.y namespace.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -43,9 +43,9 @@
43
43
  "license": "Apache-2.0",
44
44
  "dependencies": {
45
45
  "@babel/runtime-corejs3": "^7.20.7",
46
- "@swagger-api/apidom-core": "^0.69.1",
47
- "@swagger-api/apidom-ns-asyncapi-2": "^0.69.1",
48
- "@swagger-api/apidom-parser-adapter-json": "^0.69.1",
46
+ "@swagger-api/apidom-core": "^0.69.2",
47
+ "@swagger-api/apidom-ns-asyncapi-2": "^0.69.2",
48
+ "@swagger-api/apidom-parser-adapter-json": "^0.69.2",
49
49
  "@types/ramda": "=0.28.23",
50
50
  "ramda": "=0.28.0",
51
51
  "ramda-adjunct": "=3.4.0"
@@ -60,5 +60,5 @@
60
60
  "README.md",
61
61
  "CHANGELOG.md"
62
62
  ],
63
- "gitHead": "977837b2e93c600fe09ded688cd67c5ee2a782d5"
63
+ "gitHead": "fcd0f16e6cddd1593e3d74c79be4f27fa49d4f1b"
64
64
  }