@swagger-api/apidom-parser-adapter-openapi-json-3-1 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-1
|
|
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-1
|
|
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
|
|
@@ -47589,7 +47589,7 @@ var zipWith =
|
|
|
47589
47589
|
/******/ var document = __webpack_require__.g.document;
|
|
47590
47590
|
/******/ if (!scriptUrl && document) {
|
|
47591
47591
|
/******/ if (document.currentScript)
|
|
47592
|
-
/******/ scriptUrl = document.currentScript.src
|
|
47592
|
+
/******/ scriptUrl = document.currentScript.src;
|
|
47593
47593
|
/******/ if (!scriptUrl) {
|
|
47594
47594
|
/******/ var scripts = document.getElementsByTagName("script");
|
|
47595
47595
|
/******/ 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-1",
|
|
3
|
-
"version": "0.69.
|
|
3
|
+
"version": "0.69.2",
|
|
4
4
|
"description": "Parser adapter for parsing JSON documents into OpenAPI 3.1.x 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.
|
|
47
|
-
"@swagger-api/apidom-ns-openapi-3-1": "^0.69.
|
|
48
|
-
"@swagger-api/apidom-parser-adapter-json": "^0.69.
|
|
46
|
+
"@swagger-api/apidom-core": "^0.69.2",
|
|
47
|
+
"@swagger-api/apidom-ns-openapi-3-1": "^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": "
|
|
63
|
+
"gitHead": "fcd0f16e6cddd1593e3d74c79be4f27fa49d4f1b"
|
|
64
64
|
}
|