@abaplint/cli 2.99.7 → 2.99.8

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 -2
  2. package/package.json +3 -3
package/build/cli.js CHANGED
@@ -47591,7 +47591,7 @@ class Registry {
47591
47591
  }
47592
47592
  static abaplintVersion() {
47593
47593
  // magic, see build script "version.sh"
47594
- return "2.99.7";
47594
+ return "2.99.8";
47595
47595
  }
47596
47596
  getDDICReferences() {
47597
47597
  return this.references;
@@ -64959,7 +64959,6 @@ Activates from v750 and up`,
64959
64959
  const message = "INTO/APPENDING must be last in strict SQL";
64960
64960
  const issue = issue_1.Issue.atToken(file, s.getFirstToken(), message, this.getMetadata().key, this.conf.severity, fix);
64961
64961
  issues.push(issue);
64962
- break;
64963
64962
  }
64964
64963
  }
64965
64964
  return issues;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.99.7",
3
+ "version": "2.99.8",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "bin": {
6
6
  "abaplint": "./abaplint"
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "homepage": "https://abaplint.org",
39
39
  "devDependencies": {
40
- "@abaplint/core": "^2.99.7",
40
+ "@abaplint/core": "^2.99.8",
41
41
  "@types/chai": "^4.3.5",
42
42
  "@types/glob": "^7.2.0",
43
43
  "@types/minimist": "^1.2.2",
@@ -55,7 +55,7 @@
55
55
  "progress": "^2.0.3",
56
56
  "typescript": "^5.0.4",
57
57
  "webpack": "^5.82.0",
58
- "webpack-cli": "^5.0.2",
58
+ "webpack-cli": "^5.1.0",
59
59
  "xml-js": "^1.6.11"
60
60
  },
61
61
  "dependencies": {}