@swagger-api/apidom-json-path 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-path
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-path
@@ -14799,7 +14799,6 @@ visitor, {
14799
14799
  if (edits.length !== 0) {
14800
14800
  return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
14801
14801
  }
14802
-
14803
14802
  return root;
14804
14803
  };
14805
14804
 
@@ -14905,7 +14904,6 @@ visitor, {
14905
14904
  // retrieve result
14906
14905
  result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
14907
14906
  }
14908
-
14909
14907
  if (result === breakSymbol) {
14910
14908
  break;
14911
14909
  }
@@ -14952,7 +14950,6 @@ visitor, {
14952
14950
  if (edits.length !== 0) {
14953
14951
  return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
14954
14952
  }
14955
-
14956
14953
  return root;
14957
14954
  };
14958
14955
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-json-path",
3
- "version": "0.84.0",
3
+ "version": "0.85.0",
4
4
  "description": "Evaluate JSONPath 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.84.0",
42
- "@swagger-api/apidom-error": "^0.84.0",
43
- "@swagger-api/apidom-json-pointer": "^0.84.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
  "jsonpath-plus": "^7.2.0"
45
45
  },
46
46
  "files": [
@@ -53,5 +53,5 @@
53
53
  "README.md",
54
54
  "CHANGELOG.md"
55
55
  ],
56
- "gitHead": "6dbd9983371b63b56cab3983e478ef29e9e1525f"
56
+ "gitHead": "beedab14f203c2b029ff83d4c6532669b0783aa1"
57
57
  }