@abaplint/core 2.113.17 → 2.113.18

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.
@@ -3237,7 +3237,7 @@ declare interface IFunctionModuleParameter {
3237
3237
 
3238
3238
  declare interface IGlobalConfig {
3239
3239
  /** input files, glob format */
3240
- files: string;
3240
+ files: string | string[];
3241
3241
  skipGeneratedBOPFInterfaces?: boolean;
3242
3242
  /** Skips generated table maintenances, determined via TOBJ object */
3243
3243
  skipGeneratedFunctionGroups?: boolean;
@@ -67,7 +67,7 @@ class Registry {
67
67
  }
68
68
  static abaplintVersion() {
69
69
  // magic, see build script "version.sh"
70
- return "2.113.17";
70
+ return "2.113.18";
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.17",
3
+ "version": "2.113.18",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",