@abaplint/cli 2.113.180 → 2.113.181

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 -2
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -5483,7 +5483,7 @@ class For extends combi_1.Expression {
5483
5483
  const t = (0, combi_1.alt)(_1.TargetField, _1.TargetFieldSymbol);
5484
5484
  const groups = (0, combi_1.ver)(version_1.Version.v740sp08, (0, combi_1.seq)("GROUPS", t, "OF", t, "IN", _1.Source, (0, combi_1.optPrio)(groupBy)));
5485
5485
  const f = (0, combi_1.seq)("FOR", (0, combi_1.alt)(itera, inn, groups), (0, combi_1.optPrio)(_1.Let));
5486
- return (0, combi_1.ver)(version_1.Version.v740sp05, f);
5486
+ return (0, combi_1.ver)(version_1.Version.v740sp05, f, version_1.Version.OpenABAP);
5487
5487
  }
5488
5488
  }
5489
5489
  exports.For = For;
@@ -54895,7 +54895,7 @@ class Registry {
54895
54895
  }
54896
54896
  static abaplintVersion() {
54897
54897
  // magic, see build script "version.sh"
54898
- return "2.113.180";
54898
+ return "2.113.181";
54899
54899
  }
54900
54900
  getDDICReferences() {
54901
54901
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.180",
3
+ "version": "2.113.181",
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.113.180",
41
+ "@abaplint/core": "^2.113.181",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",