@eui/tools 6.21.22 → 6.21.24
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 +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +1 -1
- package/scripts/csdr/config/config-skeletons.js +3 -3
- /package/scripts/csdr/init/resources/10.x/{yarn.lock → yarn.lock.old} +0 -0
- /package/scripts/csdr/init/resources/13.x/{yarn.lock → yarn.lock.old} +0 -0
- /package/scripts/csdr/init/resources/14.x/{yarn.lock → yarn.lock.old2} +0 -0
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.24
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.21.24 (2025-01-07)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* adapted injected CSDR tsconfig.build.json to ES2022 - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([5e4736b4](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/5e4736b40d7241d035989f1615d09a55709e3523))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.21.23 (2025-01-06)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* remove all yarn.lock injection due to switch to scoped release - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([d3edfaca](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/d3edfacabafc2b3a7796e255fa9af85c46d6e396))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.21.22 (2025-01-06)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED
|
@@ -2168,17 +2168,17 @@ module.exports.tsConfigDef = {
|
|
|
2168
2168
|
"baseUrl": ".",
|
|
2169
2169
|
"sourceMap": true,
|
|
2170
2170
|
"declaration": false,
|
|
2171
|
-
"
|
|
2171
|
+
"target": "ES2022",
|
|
2172
|
+
"module": "ES2022",
|
|
2172
2173
|
"moduleResolution": "node",
|
|
2173
2174
|
"allowSyntheticDefaultImports": true,
|
|
2174
2175
|
"emitDecoratorMetadata": true,
|
|
2175
2176
|
"experimentalDecorators": true,
|
|
2176
|
-
"target": "es5",
|
|
2177
2177
|
"typeRoots": [
|
|
2178
2178
|
"node_modules/@types"
|
|
2179
2179
|
],
|
|
2180
2180
|
"lib": [
|
|
2181
|
-
"
|
|
2181
|
+
"ES2022",
|
|
2182
2182
|
"dom",
|
|
2183
2183
|
"dom.iterable"
|
|
2184
2184
|
],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|