@swagger-api/apidom-ast 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-ast
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
  ### Bug Fixes
package/cjs/Node.cjs CHANGED
@@ -37,7 +37,6 @@ const Node = (0, _stampit.default)({
37
37
  // @ts-ignore
38
38
  Object.defineProperty(copy, propKey, descriptor); // (4)
39
39
  });
40
-
41
40
  return copy;
42
41
  }
43
42
  }
@@ -354,7 +354,6 @@ visitor, {
354
354
  if (edits.length !== 0) {
355
355
  return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
356
356
  }
357
-
358
357
  return root;
359
358
  };
360
359
 
@@ -461,7 +460,6 @@ visitor, {
461
460
  // retrieve result
462
461
  result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
463
462
  }
464
-
465
463
  if (result === breakSymbol) {
466
464
  break;
467
465
  }
@@ -508,7 +506,6 @@ visitor, {
508
506
  if (edits.length !== 0) {
509
507
  return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
510
508
  }
511
-
512
509
  return root;
513
510
  };
514
511
 
@@ -118,7 +118,6 @@ const Node = stampit__WEBPACK_IMPORTED_MODULE_0___default()({
118
118
  // @ts-ignore
119
119
  Object.defineProperty(copy, propKey, descriptor); // (4)
120
120
  });
121
-
122
121
  return copy;
123
122
  }
124
123
  }
@@ -994,7 +993,6 @@ visitor, {
994
993
  if (edits.length !== 0) {
995
994
  return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
996
995
  }
997
-
998
996
  return root;
999
997
  };
1000
998
 
@@ -1100,7 +1098,6 @@ visitor, {
1100
1098
  // retrieve result
1101
1099
  result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
1102
1100
  }
1103
-
1104
1101
  if (result === breakSymbol) {
1105
1102
  break;
1106
1103
  }
@@ -1146,7 +1143,6 @@ visitor, {
1146
1143
  if (edits.length !== 0) {
1147
1144
  return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
1148
1145
  }
1149
-
1150
1146
  return root;
1151
1147
  };
1152
1148
 
package/es/Node.mjs CHANGED
@@ -32,7 +32,6 @@ const Node = stampit({
32
32
  // @ts-ignore
33
33
  Object.defineProperty(copy, propKey, descriptor); // (4)
34
34
  });
35
-
36
35
  return copy;
37
36
  }
38
37
  }
@@ -346,7 +346,6 @@ visitor, {
346
346
  if (edits.length !== 0) {
347
347
  return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
348
348
  }
349
-
350
349
  return root;
351
350
  };
352
351
 
@@ -452,7 +451,6 @@ visitor, {
452
451
  // retrieve result
453
452
  result = await visitFn.call(visitor, node, key, parent, path, ancestors); // eslint-disable-line no-await-in-loop
454
453
  }
455
-
456
454
  if (result === breakSymbol) {
457
455
  break;
458
456
  }
@@ -499,7 +497,6 @@ visitor, {
499
497
  if (edits.length !== 0) {
500
498
  return edits[edits.length - 1][1]; // @TODO(vladimir.gorej@gmail.com): can be replaced by Array.prototype.at in future
501
499
  }
502
-
503
500
  return root;
504
501
  };
505
502
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swagger-api/apidom-ast",
3
- "version": "0.84.0",
3
+ "version": "0.85.0",
4
4
  "description": "Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,7 +42,7 @@
42
42
  "homepage": "https://github.com/swagger-api/apidom#readme",
43
43
  "dependencies": {
44
44
  "@babel/runtime-corejs3": "^7.20.7",
45
- "@swagger-api/apidom-error": "^0.84.0",
45
+ "@swagger-api/apidom-error": "^0.85.0",
46
46
  "@types/ramda": "~0.29.6",
47
47
  "ramda": "~0.29.1",
48
48
  "ramda-adjunct": "^4.1.1",
@@ -59,5 +59,5 @@
59
59
  "README.md",
60
60
  "CHANGELOG.md"
61
61
  ],
62
- "gitHead": "6dbd9983371b63b56cab3983e478ef29e9e1525f"
62
+ "gitHead": "beedab14f203c2b029ff83d4c6532669b0783aa1"
63
63
  }