@abaplint/cli 2.113.113 → 2.113.114

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
@@ -4601,7 +4601,7 @@ exports.ComponentName = void 0;
4601
4601
  const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/core/build/src/abap/2_statements/combi.js");
4602
4602
  class ComponentName extends combi_1.Expression {
4603
4603
  getRunnable() {
4604
- return (0, combi_1.regex)(/^\w*(\/\w+\/)*[\w\d_%$\*\~]+$/);
4604
+ return (0, combi_1.regex)(/^[\/\w\d_%$\*\~]+$/);
4605
4605
  }
4606
4606
  }
4607
4607
  exports.ComponentName = ComponentName;
@@ -53925,7 +53925,7 @@ class Registry {
53925
53925
  }
53926
53926
  static abaplintVersion() {
53927
53927
  // magic, see build script "version.sh"
53928
- return "2.113.113";
53928
+ return "2.113.114";
53929
53929
  }
53930
53930
  getDDICReferences() {
53931
53931
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.113",
3
+ "version": "2.113.114",
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.113",
41
+ "@abaplint/core": "^2.113.114",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",