@abaplint/cli 2.119.11 → 2.119.12

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
@@ -11829,7 +11829,7 @@ class Convert {
11829
11829
  const invert = (0, combi_1.seq)("INTO INVERTED-DATE", expressions_1.Target);
11830
11830
  const date = (0, combi_1.seq)((0, combi_1.per)(dat, tim), (0, combi_1.per)(daylightSource, stamp, zone, invert, intoutc));
11831
11831
  const inv = (0, combi_1.seq)("INVERTED-DATE", expressions_1.Source, "INTO DATE", expressions_1.Target);
11832
- const utclong = (0, combi_1.ver)(version_1.Version.v754, (0, combi_1.seq)("UTCLONG", expressions_1.Source, (0, combi_1.per)(zone, into, daylightSource)));
11832
+ const utclong = (0, combi_1.ver)(version_1.Version.v754, (0, combi_1.seq)("UTCLONG", expressions_1.Source, (0, combi_1.per)(zone, into, daylightSource)), version_1.Version.OpenABAP);
11833
11833
  return (0, combi_1.seq)("CONVERT", (0, combi_1.alt)(time, date, inv, utclong));
11834
11834
  }
11835
11835
  }
@@ -56244,7 +56244,7 @@ class Registry {
56244
56244
  }
56245
56245
  static abaplintVersion() {
56246
56246
  // magic, see build script "version.sh"
56247
- return "2.119.11";
56247
+ return "2.119.12";
56248
56248
  }
56249
56249
  getDDICReferences() {
56250
56250
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.119.11",
3
+ "version": "2.119.12",
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.11",
41
+ "@abaplint/core": "^2.119.12",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",