@swagger-api/apidom-parser-adapter-openapi-json-3-0 0.69.0 → 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,14 @@
|
|
|
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-openapi-json-3-0
|
|
9
|
+
|
|
10
|
+
## [0.69.1](https://github.com/swagger-api/apidom/compare/v0.69.0...v0.69.1) (2023-03-28)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
|
|
13
|
+
|
|
6
14
|
# [0.69.0](https://github.com/swagger-api/apidom/compare/v0.68.1...v0.69.0) (2023-02-28)
|
|
7
15
|
|
|
8
16
|
### Features
|
|
@@ -42589,7 +42589,7 @@ var zipWith =
|
|
|
42589
42589
|
/******/ var document = __webpack_require__.g.document;
|
|
42590
42590
|
/******/ if (!scriptUrl && document) {
|
|
42591
42591
|
/******/ if (document.currentScript)
|
|
42592
|
-
/******/ scriptUrl = document.currentScript.src
|
|
42592
|
+
/******/ scriptUrl = document.currentScript.src;
|
|
42593
42593
|
/******/ if (!scriptUrl) {
|
|
42594
42594
|
/******/ var scripts = document.getElementsByTagName("script");
|
|
42595
42595
|
/******/ 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-openapi-json-3-0",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.2",
|
|
4
4
|
"description": "Parser adapter for parsing JSON documents into OpenAPI 3.0.x namespace.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@babel/runtime-corejs3": "^7.20.7",
|
|
41
|
-
"@swagger-api/apidom-core": "^0.69.
|
|
42
|
-
"@swagger-api/apidom-ns-openapi-3-0": "^0.69.
|
|
43
|
-
"@swagger-api/apidom-parser-adapter-json": "^0.69.
|
|
41
|
+
"@swagger-api/apidom-core": "^0.69.2",
|
|
42
|
+
"@swagger-api/apidom-ns-openapi-3-0": "^0.69.2",
|
|
43
|
+
"@swagger-api/apidom-parser-adapter-json": "^0.69.2",
|
|
44
44
|
"@types/ramda": "=0.28.23",
|
|
45
45
|
"ramda": "=0.28.0",
|
|
46
46
|
"ramda-adjunct": "=3.4.0"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"README.md",
|
|
56
56
|
"CHANGELOG.md"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "fcd0f16e6cddd1593e3d74c79be4f27fa49d4f1b"
|
|
59
59
|
}
|