@swagger-api/apidom-parser-adapter-json 0.68.1 → 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,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
+ ## [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-json
9
+
10
+ # [0.69.0](https://github.com/swagger-api/apidom/compare/v0.68.1...v0.69.0) (2023-02-28)
11
+
12
+ ### Features
13
+
14
+ - add support for publishing to npmjs.com ([#2597](https://github.com/swagger-api/apidom/issues/2597)) ([5ac3cd9](https://github.com/swagger-api/apidom/commit/5ac3cd9a83bbe3b4ce2fac732633fb179cd9747f)), closes [#2290](https://github.com/swagger-api/apidom/issues/2290)
15
+
6
16
  ## [0.68.1](https://github.com/swagger-api/apidom/compare/v0.68.0...v0.68.1) (2023-02-20)
7
17
 
8
18
  ### Bug Fixes
@@ -30935,7 +30935,7 @@ var zipWith =
30935
30935
  /******/ var document = __webpack_require__.g.document;
30936
30936
  /******/ if (!scriptUrl && document) {
30937
30937
  /******/ if (document.currentScript)
30938
- /******/ scriptUrl = document.currentScript.src
30938
+ /******/ scriptUrl = document.currentScript.src;
30939
30939
  /******/ if (!scriptUrl) {
30940
30940
  /******/ var scripts = document.getElementsByTagName("script");
30941
30941
  /******/ 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-json",
3
- "version": "0.68.1",
3
+ "version": "0.69.1",
4
4
  "description": "Parser adapter for parsing JSON documents into base namespace.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -53,8 +53,8 @@
53
53
  "license": "Apache-2.0",
54
54
  "dependencies": {
55
55
  "@babel/runtime-corejs3": "^7.20.7",
56
- "@swagger-api/apidom-ast": "^0.68.0",
57
- "@swagger-api/apidom-core": "^0.68.1",
56
+ "@swagger-api/apidom-ast": "^0.69.0",
57
+ "@swagger-api/apidom-core": "^0.69.1",
58
58
  "@types/ramda": "=0.28.23",
59
59
  "ramda": "=0.28.0",
60
60
  "ramda-adjunct": "=3.4.0",
@@ -77,5 +77,5 @@
77
77
  "README.md",
78
78
  "CHANGELOG.md"
79
79
  ],
80
- "gitHead": "d2bc706671f1b9a593b8f0c5bca8c501ad0e4cff"
80
+ "gitHead": "977837b2e93c600fe09ded688cd67c5ee2a782d5"
81
81
  }