@swagger-api/apidom-ast 0.74.1 → 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.
- package/CHANGELOG.md +3 -19
- package/NOTICE +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,46 +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
|
-
|
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-ast
|
9
9
|
|
10
|
+
## [0.74.1](https://github.com/swagger-api/apidom/compare/v0.74.0...v0.74.1) (2023-07-28)
|
10
11
|
|
11
|
-
|
12
|
-
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-ast
|
13
13
|
|
14
14
|
# [0.74.0](https://github.com/swagger-api/apidom/compare/v0.73.0...v0.74.0) (2023-07-24)
|
15
15
|
|
16
16
|
**Note:** Version bump only for package @swagger-api/apidom-ast
|
17
17
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
18
|
# [0.73.0](https://github.com/swagger-api/apidom/compare/v0.72.0...v0.73.0) (2023-07-18)
|
23
19
|
|
24
20
|
**Note:** Version bump only for package @swagger-api/apidom-ast
|
25
21
|
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
22
|
# [0.72.0](https://github.com/swagger-api/apidom/compare/v0.71.1...v0.72.0) (2023-07-17)
|
31
23
|
|
32
24
|
**Note:** Version bump only for package @swagger-api/apidom-ast
|
33
25
|
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
26
|
# [0.71.0](https://github.com/swagger-api/apidom/compare/v0.70.4...v0.71.0) (2023-07-13)
|
39
27
|
|
40
28
|
**Note:** Version bump only for package @swagger-api/apidom-ast
|
41
29
|
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
30
|
# [0.70.0](https://github.com/swagger-api/apidom/compare/v0.69.3...v0.70.0) (2023-05-23)
|
47
31
|
|
48
32
|
**Note:** Version bump only for package @swagger-api/apidom-ast
|
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
|
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-ast",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.75.0",
|
4
4
|
"description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
"@babel/runtime-corejs3": "^7.20.7",
|
45
45
|
"@types/ramda": "~0.29.3",
|
46
46
|
"ramda": "~0.29.0",
|
47
|
-
"ramda-adjunct": "^4.
|
47
|
+
"ramda-adjunct": "^4.1.1",
|
48
48
|
"stampit": "^4.3.2",
|
49
49
|
"unraw": "^3.0.0"
|
50
50
|
},
|
@@ -58,5 +58,5 @@
|
|
58
58
|
"README.md",
|
59
59
|
"CHANGELOG.md"
|
60
60
|
],
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "1be099d8de39f3fb703cbb5e3f59076e1110fd9b"
|
62
62
|
}
|