@eui/tools 6.11.12 → 6.11.14
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.14
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.11.14 (2023-04-24)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **config-skeleton:**
|
|
6
|
+
* adds quill scripts under the test plan in architect of angular.json for v15 packages - MWP-9554 [MWP-9554](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9554) ([10dd2fa3](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/10dd2fa3cb454c7404969909d9334e45c48a1b0e))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.11.13 (2023-04-21)
|
|
11
|
+
|
|
12
|
+
##### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* don't check dependencies gates when no vulnerabilities found - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([bb1ff63d](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/bb1ff63d04573f4e7ba220aace4108322df53332))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.11.12 (2023-04-21)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED
|
@@ -1355,7 +1355,11 @@ module.exports.angularPackageDefV15 = {
|
|
|
1355
1355
|
"zone.js/testing"
|
|
1356
1356
|
],
|
|
1357
1357
|
"tsConfig": "@path@/@module.name@/tsconfig.spec.json",
|
|
1358
|
-
"karmaConfig": "@path@/@module.name@/karma.conf.js"
|
|
1358
|
+
"karmaConfig": "@path@/@module.name@/karma.conf.js",
|
|
1359
|
+
"scripts": [
|
|
1360
|
+
"node_modules/quill/dist/quill.js",
|
|
1361
|
+
"node_modules/quill-better-table/dist/quill-better-table.min.js"
|
|
1362
|
+
]
|
|
1359
1363
|
}
|
|
1360
1364
|
}
|
|
1361
1365
|
}
|