@abaplint/cli 2.104.4 → 2.104.5
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/build/cli.js +2 -1
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -48725,6 +48725,7 @@ class RenameTable {
|
|
|
48725
48725
|
let changes = [];
|
|
48726
48726
|
const helper = new renamer_helper_1.RenamerHelper(this.reg);
|
|
48727
48727
|
changes = changes.concat(helper.buildXMLFileEdits(obj, "TABNAME", oldName, newName));
|
|
48728
|
+
changes = changes.concat(helper.buildXMLFileEdits(obj, "FORTABLE", oldName, newName));
|
|
48728
48729
|
changes = changes.concat(helper.renameFiles(obj, oldName, newName));
|
|
48729
48730
|
changes = changes.concat(helper.renameDDICCodeReferences(obj, oldName, newName));
|
|
48730
48731
|
changes = changes.concat(helper.renameDDICTABLReferences(obj, oldName, newName));
|
|
@@ -51036,7 +51037,7 @@ class Registry {
|
|
|
51036
51037
|
}
|
|
51037
51038
|
static abaplintVersion() {
|
|
51038
51039
|
// magic, see build script "version.sh"
|
|
51039
|
-
return "2.104.
|
|
51040
|
+
return "2.104.5";
|
|
51040
51041
|
}
|
|
51041
51042
|
getDDICReferences() {
|
|
51042
51043
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.104.
|
|
3
|
+
"version": "2.104.5",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.104.
|
|
41
|
+
"@abaplint/core": "^2.104.5",
|
|
42
42
|
"@types/chai": "^4.3.11",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|