@abaplint/cli 2.113.155 → 2.113.156

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 (2) hide show
  1. package/build/cli.js +1 -0
  2. package/package.json +3 -3
package/build/cli.js CHANGED
@@ -1202,6 +1202,7 @@ class Rename {
1202
1202
  result.updatedFiles.forEach(f => { this.updatedFiles.add(f); });
1203
1203
  result.deletedFiles.forEach(f => { this.deletedFiles.add(f); });
1204
1204
  result.addedFiles.forEach(f => { this.addedFiles.add(f); });
1205
+ break;
1205
1206
  }
1206
1207
  }
1207
1208
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.155",
3
+ "version": "2.113.156",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -42,12 +42,12 @@
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",
45
- "@types/node": "^24.2.0",
45
+ "@types/node": "^24.2.1",
46
46
  "@types/progress": "^2.0.7",
47
47
  "chai": "^4.5.0",
48
48
  "p-limit": "^3.1.0",
49
49
  "chalk": "^5.5.0",
50
- "eslint": "^9.32.0",
50
+ "eslint": "^9.33.0",
51
51
  "glob": "^11.0.3",
52
52
  "json5": "^2.2.3",
53
53
  "memfs": "^4.36.0",