@swagger-api/apidom-json-pointer-relative 0.84.0 → 0.85.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
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.85.0](https://github.com/swagger-api/apidom/compare/v0.84.0...v0.85.0) (2023-11-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-json-pointer-relative
|
|
9
|
+
|
|
6
10
|
# [0.84.0](https://github.com/swagger-api/apidom/compare/v0.83.0...v0.84.0) (2023-11-24)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @swagger-api/apidom-json-pointer-relative
|
|
@@ -14938,7 +14938,6 @@ visitor, {
|
|
|
14938
14938
|
if (edits.length !== 0) {
|
|
14939
14939
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
14940
14940
|
}
|
|
14941
|
-
|
|
14942
14941
|
return root;
|
|
14943
14942
|
};
|
|
14944
14943
|
|
|
@@ -15044,7 +15043,6 @@ visitor, {
|
|
|
15044
15043
|
// retrieve result
|
|
15045
15044
|
result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
|
|
15046
15045
|
}
|
|
15047
|
-
|
|
15048
15046
|
if (result === breakSymbol) {
|
|
15049
15047
|
break;
|
|
15050
15048
|
}
|
|
@@ -15091,7 +15089,6 @@ visitor, {
|
|
|
15091
15089
|
if (edits.length !== 0) {
|
|
15092
15090
|
return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
|
|
15093
15091
|
}
|
|
15094
|
-
|
|
15095
15092
|
return root;
|
|
15096
15093
|
};
|
|
15097
15094
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swagger-api/apidom-json-pointer-relative",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.85.0",
|
|
4
4
|
"description": "Evaluate Relative JSON Pointer expressions against ApiDOM.",
|
|
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.
|
|
42
|
-
"@swagger-api/apidom-error": "^0.
|
|
43
|
-
"@swagger-api/apidom-json-pointer": "^0.
|
|
41
|
+
"@swagger-api/apidom-core": "^0.85.0",
|
|
42
|
+
"@swagger-api/apidom-error": "^0.85.0",
|
|
43
|
+
"@swagger-api/apidom-json-pointer": "^0.85.0",
|
|
44
44
|
"@types/ramda": "~0.29.6",
|
|
45
45
|
"ramda": "~0.29.1",
|
|
46
46
|
"ramda-adjunct": "^4.0.0"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"README.md",
|
|
56
56
|
"CHANGELOG.md"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "beedab14f203c2b029ff83d4c6532669b0783aa1"
|
|
59
59
|
}
|