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

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.1](https://github.com/swagger-api/apidom/compare/v0.69.0...v0.69.1) (2023-03-28)
7
+
8
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-json-2
9
+
6
10
  # [0.69.0](https://github.com/swagger-api/apidom/compare/v0.68.1...v0.69.0) (2023-02-28)
7
11
 
8
12
  ### Features
@@ -50295,7 +50295,7 @@ var zipWith =
50295
50295
  /******/ var document = __webpack_require__.g.document;
50296
50296
  /******/ if (!scriptUrl && document) {
50297
50297
  /******/ if (document.currentScript)
50298
- /******/ scriptUrl = document.currentScript.src
50298
+ /******/ scriptUrl = document.currentScript.src;
50299
50299
  /******/ if (!scriptUrl) {
50300
50300
  /******/ var scripts = document.getElementsByTagName("script");
50301
50301
  /******/ if(scripts.length) scriptUrl = scripts[scripts.length - 1].src
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.0",
3
+ "version": "0.69.1",
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.0",
47
- "@swagger-api/apidom-ns-asyncapi-2": "^0.69.0",
48
- "@swagger-api/apidom-parser-adapter-json": "^0.69.0",
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",
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": "88ec22a4e4721fc8a3aeb1942b6da32fa2ef512b"
63
+ "gitHead": "977837b2e93c600fe09ded688cd67c5ee2a782d5"
64
64
  }