@eui/tools 6.21.48 → 6.21.49
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/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.49
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.21.49 (2025-03-07)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* workspace config generation issue - MWP-11274 [MWP-11274](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-11274) ([d97553b8](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/d97553b8a7354da6b793833effc84a330cea938f))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.21.48 (2025-03-07)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -562,6 +562,7 @@ const generateLinks = (project, routes, envTargetFinal) => {
|
|
|
562
562
|
if (tools.isFileExists(path.join(project.paths.assetsPath, workspaceDefsBaseFilename))) {
|
|
563
563
|
tools.logInfo('==> existing...processing');
|
|
564
564
|
workspaceDefsBaseJSON = require(path.join(project.paths.assetsPath, workspaceDefsBaseFilename));
|
|
565
|
+
tools.writeJsonFileSync(path.join(project.paths.assetsPath, 'workspace-defs-base.json'), workspaceDefsBaseJSON);
|
|
565
566
|
} else {
|
|
566
567
|
tools.logWarning('==> not existing...skipping');
|
|
567
568
|
}
|