@abaplint/cli 2.119.39 → 2.119.40

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 +2 -1
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -37437,6 +37437,7 @@ class DeleteInternal {
37437
37437
  if (tabl === undefined) {
37438
37438
  targetType = target_1.Target.runSyntax(target, input);
37439
37439
  if (node.findDirectTokenByText("TABLE") === undefined
37440
+ && node.findDirectTokenByText("ADJACENT") === undefined
37440
37441
  && node.findDirectTokenByText("FROM")
37441
37442
  && targetType instanceof basic_1.TableType
37442
37443
  && targetType.getAccessType() === basic_1.TableAccessType.hashed) {
@@ -66577,7 +66578,7 @@ class Registry {
66577
66578
  }
66578
66579
  static abaplintVersion() {
66579
66580
  // magic, see build script "version.js"
66580
- return "2.119.39";
66581
+ return "2.119.40";
66581
66582
  }
66582
66583
  getDDICReferences() {
66583
66584
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.119.39",
3
+ "version": "2.119.40",
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.119.39",
41
+ "@abaplint/core": "^2.119.40",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",