@abaplint/core 2.113.161 → 2.113.162

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.
@@ -10,7 +10,7 @@ class InlineFS extends combi_1.Expression {
10
10
  const right = (0, combi_1.tok)(tokens_1.ParenRightW);
11
11
  const left = (0, combi_1.tok)(tokens_1.ParenLeft);
12
12
  const fs = (0, combi_1.seq)("FIELD-SYMBOL", left, _1.TargetFieldSymbol, right);
13
- return (0, combi_1.ver)(version_1.Version.v740sp02, fs);
13
+ return (0, combi_1.ver)(version_1.Version.v740sp02, fs, version_1.Version.OpenABAP);
14
14
  }
15
15
  }
16
16
  exports.InlineFS = InlineFS;
@@ -67,7 +67,7 @@ class Registry {
67
67
  }
68
68
  static abaplintVersion() {
69
69
  // magic, see build script "version.sh"
70
- return "2.113.161";
70
+ return "2.113.162";
71
71
  }
72
72
  getDDICReferences() {
73
73
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.113.161",
3
+ "version": "2.113.162",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",