@swagger-api/apidom-parser-adapter-json 0.74.0 → 0.75.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +5 -13
  2. package/NOTICE +1 -1
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,38 +3,30 @@
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.74.0](https://github.com/swagger-api/apidom/compare/v0.73.0...v0.74.0) (2023-07-24)
6
+ # [0.75.0](https://github.com/swagger-api/apidom/compare/v0.74.1...v0.75.0) (2023-08-22)
7
7
 
8
8
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
9
9
 
10
+ ## [0.74.1](https://github.com/swagger-api/apidom/compare/v0.74.0...v0.74.1) (2023-07-28)
10
11
 
12
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
11
13
 
14
+ # [0.74.0](https://github.com/swagger-api/apidom/compare/v0.73.0...v0.74.0) (2023-07-24)
12
15
 
16
+ **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
13
17
 
14
18
  # [0.73.0](https://github.com/swagger-api/apidom/compare/v0.72.0...v0.73.0) (2023-07-18)
15
19
 
16
20
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
17
21
 
18
-
19
-
20
-
21
-
22
22
  # [0.72.0](https://github.com/swagger-api/apidom/compare/v0.71.1...v0.72.0) (2023-07-17)
23
23
 
24
24
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
25
25
 
26
-
27
-
28
-
29
-
30
26
  # [0.71.0](https://github.com/swagger-api/apidom/compare/v0.70.4...v0.71.0) (2023-07-13)
31
27
 
32
28
  **Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json
33
29
 
34
-
35
-
36
-
37
-
38
30
  ## [0.70.4](https://github.com/swagger-api/apidom/compare/v0.70.3...v0.70.4) (2023-06-28)
39
31
 
40
32
  ### Bug Fixes
package/NOTICE CHANGED
@@ -38,7 +38,7 @@ Copyright (c) 2012 James Halliday, Josh Duff, and other contributors
38
38
  - File packages/apidom-core/src/deepmerge.ts contains algorithms that we originally created
39
39
  in https://github.com/TehShrike/deepmerge/blob/master/index.js to handle deep merging of JavaScript Objects and Arrays.
40
40
  These algorithms have been reverse engineered and adapted to support deep merging of ApiDOM structures.
41
- - File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that we originally created
41
+ - File packages/apidom-core/test/deepmerge.ts contains tests and fixtures that were originally created
42
42
  in https://github.com/TehShrike/deepmerge/blob/master/test/merge.js to test deep merging of JavaScript Objects and Arrays.
43
43
  These tests have been adapted to support testing deep merging of ApiDOM structures.
44
44
  - File packages/apidom-core/README.md contains text fragments that were originally created
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-parser-adapter-json",
3
- "version": "0.74.0",
3
+ "version": "0.75.0",
4
4
  "description": "Parser adapter for parsing JSON documents into base namespace.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -53,11 +53,11 @@
53
53
  "license": "Apache-2.0",
54
54
  "dependencies": {
55
55
  "@babel/runtime-corejs3": "^7.20.7",
56
- "@swagger-api/apidom-ast": "^0.74.0",
57
- "@swagger-api/apidom-core": "^0.74.0",
56
+ "@swagger-api/apidom-ast": "^0.75.0",
57
+ "@swagger-api/apidom-core": "^0.75.0",
58
58
  "@types/ramda": "~0.29.3",
59
59
  "ramda": "~0.29.0",
60
- "ramda-adjunct": "^4.0.0",
60
+ "ramda-adjunct": "^4.1.1",
61
61
  "stampit": "^4.3.2",
62
62
  "tree-sitter": "=0.20.4",
63
63
  "tree-sitter-json": "=0.20.0",
@@ -77,5 +77,5 @@
77
77
  "README.md",
78
78
  "CHANGELOG.md"
79
79
  ],
80
- "gitHead": "3a1d75ce2aadb04b2038ec91114efe45fbf7681d"
80
+ "gitHead": "1be099d8de39f3fb703cbb5e3f59076e1110fd9b"
81
81
  }