@eclipse-scout/cli 24.1.0-beta.1 → 24.1.1

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.
@@ -136,7 +136,7 @@ function runKarma(configFileName, headless, args) {
136
136
  }
137
137
 
138
138
  // load config
139
- const karmaConfig = cfg.parseConfig(configFilePath, args);
139
+ const karmaConfig = cfg.parseConfig(configFilePath, args, {throwErrors: true});
140
140
  if (autoSetupHeadlessConfig) {
141
141
  // only executed if headless and no specific CI config file is found: use headless defaults
142
142
  karmaConfig.set({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-scout/cli",
3
- "version": "24.1.0-beta.1",
3
+ "version": "24.1.1",
4
4
  "description": "CLI for Eclipse Scout",
5
5
  "author": "BSI Business Systems Integration AG",
6
6
  "homepage": "https://www.eclipse.org/scout",
@@ -45,8 +45,8 @@
45
45
  "karma-jasmine": "5.1.0",
46
46
  "karma-jasmine-ajax": "0.1.13",
47
47
  "@metahub/karma-jasmine-jquery": "4.0.1",
48
- "@eclipse-scout/karma-jasmine-scout": "24.1.0-beta.1",
49
- "@eclipse-scout/tsconfig": "24.1.0-beta.1",
48
+ "@eclipse-scout/karma-jasmine-scout": "24.1.1",
49
+ "@eclipse-scout/tsconfig": "24.1.1",
50
50
  "karma-jasmine-html-reporter": "2.1.0",
51
51
  "karma-junit-reporter": "2.0.1",
52
52
  "karma-webpack": "5.0.0",