@eui/tools 6.11.7 → 6.11.9
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.11.
|
|
1
|
+
6.11.9
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.11.9 (2023-04-19)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* revert version of open in 8.x - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([280f97c0](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/280f97c05910d1e0768b5b21b8a1e05b993fc75d))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.11.8 (2023-04-18)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* reverted node-fetch to 2.x version - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([1a33f810](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/1a33f8100d9e19e05fad8d0d8299c6df0aa90795))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.11.7 (2023-04-18)
|
|
2
20
|
|
|
3
21
|
##### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/tools",
|
|
3
|
-
"version": "6.11.
|
|
3
|
+
"version": "6.11.9",
|
|
4
4
|
"tag": "latest",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"description": "eUI common tools and scripts",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"mocha": "10.2.0",
|
|
42
42
|
"chai": "4.3.7",
|
|
43
43
|
"nyc": "15.1.0",
|
|
44
|
-
"node-fetch": "
|
|
44
|
+
"node-fetch": "2.6.9",
|
|
45
45
|
"svg-sprite": "2.0.2",
|
|
46
46
|
"imagemin": "7.0.1",
|
|
47
47
|
"imagemin-svgo": "9.0.0",
|
|
48
48
|
"concat": "1.0.3",
|
|
49
49
|
"file-saver": "2.0.5",
|
|
50
50
|
"morgan": "1.10.0",
|
|
51
|
-
"open": "
|
|
51
|
+
"open": "8.4.2",
|
|
52
52
|
"body-parser": "1.20.2",
|
|
53
53
|
"express": "4.18.2"
|
|
54
54
|
}
|
|
@@ -13,7 +13,7 @@ module.exports.run = () => {
|
|
|
13
13
|
|
|
14
14
|
// TESTING a release pipeline in DRY-RUN mode :
|
|
15
15
|
// virtual remotes
|
|
16
|
-
// npm run pkg:release mywp-dashboard-eui15-remote-el-ui -- --dryRun --branch master --envTarget DEV --skipInstall
|
|
16
|
+
// npm run pkg:release mywp-dashboard-eui15-remote-el-ui -- --dryRun --branch master --envTarget DEV --skipInstall --debug --build
|
|
17
17
|
|
|
18
18
|
// normal UI package / old style remote
|
|
19
19
|
// npm run pkg:release eui-tools -- --dryRun --branch develop --skipLint --skipInstall --skipTest --skipDoc --skipClone --debug --build
|