@eclipse-scout/cli 24.1.1 → 24.1.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-scout/cli",
3
- "version": "24.1.1",
3
+ "version": "24.1.6",
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.1",
49
- "@eclipse-scout/tsconfig": "24.1.1",
48
+ "@eclipse-scout/karma-jasmine-scout": "24.1.6",
49
+ "@eclipse-scout/tsconfig": "24.1.6",
50
50
  "karma-jasmine-html-reporter": "2.1.0",
51
51
  "karma-junit-reporter": "2.0.1",
52
52
  "karma-webpack": "5.0.0",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2010, 2023 BSI Business Systems Integration AG
2
+ * Copyright (c) 2010, 2024 BSI Business Systems Integration AG
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -557,7 +557,7 @@ function getModuleName() {
557
557
  * Keep imports to the excludedFolder.
558
558
  * @param {string} newImport new name of the replaced import, typically the module name
559
559
  * @param {string} excludedFolder imports to that folder won't be replaced
560
- * @return a function that should be added to the webpack externals
560
+ * @returns a function that should be added to the webpack externals
561
561
  */
562
562
  function rewriteIndexImports(newImport, excludedFolder) {
563
563
  return ({context, request, contextInfo}, callback) => {