@eui/tools 6.3.8 → 6.3.10
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.3.
|
|
1
|
+
6.3.10
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.3.10 (2023-02-01)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* package history fetch when parent package - EUI-7035 [EUI-7035](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7035) ([cf8ca758](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/cf8ca7585c47f99e4e4168a754140b2fd2c15b97))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.3.9 (2023-02-01)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* remove forced resolution - karma issue for v10 builds - MWP-8812 [MWP-8812](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-8812) ([096055fb](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/096055fb12f25176e89c5abd8567c45c923bbe04))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.3.8 (2023-02-01)
|
|
2
20
|
|
|
3
21
|
##### Chores
|
package/package.json
CHANGED
package/sandbox.js
CHANGED
|
@@ -1064,9 +1064,10 @@ Promise.resolve()
|
|
|
1064
1064
|
|
|
1065
1065
|
// return installUtils.projects.getLocalProjectFixedDeps(prj);
|
|
1066
1066
|
|
|
1067
|
-
const pkg = configUtils.packages.
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
console.log(
|
|
1067
|
+
const pkg = configUtils.packages.getPackageByNpmPkg('@ecs/global', true);
|
|
1068
|
+
if (pkg.child) {
|
|
1069
|
+
pkgName = pkg.parentPkg;
|
|
1070
|
+
console.log(pkgName);
|
|
1071
1071
|
}
|
|
1072
|
+
console.log(pkg);
|
|
1072
1073
|
})
|
|
@@ -1946,11 +1946,6 @@
|
|
|
1946
1946
|
resolved "https://csdr-nexus.devops.tech.ec.europa.eu/repository/npm-group/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
|
|
1947
1947
|
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
|
|
1948
1948
|
|
|
1949
|
-
"@socket.io/component-emitter@~3.1.0":
|
|
1950
|
-
version "3.1.0"
|
|
1951
|
-
resolved "https://csdr-nexus.devops.tech.ec.europa.eu/repository/npm-group/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553"
|
|
1952
|
-
integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==
|
|
1953
|
-
|
|
1954
1949
|
"@stylelint/postcss-css-in-js@^0.37.1":
|
|
1955
1950
|
version "0.37.3"
|
|
1956
1951
|
resolved "https://csdr-nexus.devops.tech.ec.europa.eu/repository/npm-group/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.3.tgz#d149a385e07ae365b0107314c084cb6c11adbf49"
|
|
@@ -4898,7 +4893,7 @@ dateformat@^1.0.6:
|
|
|
4898
4893
|
get-stdin "^4.0.1"
|
|
4899
4894
|
meow "^3.3.0"
|
|
4900
4895
|
|
|
4901
|
-
debug@*, debug@4.3.4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1
|
|
4896
|
+
debug@*, debug@4.3.4, debug@^4.0.0, debug@^4.1.0, debug@^4.1.1:
|
|
4902
4897
|
version "4.3.4"
|
|
4903
4898
|
resolved "https://csdr-nexus.devops.tech.ec.europa.eu/repository/npm-group/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
|
4904
4899
|
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
@@ -13063,13 +13058,14 @@ socket.io-client@2.1.1:
|
|
|
13063
13058
|
socket.io-parser "~3.2.0"
|
|
13064
13059
|
to-array "0.1.4"
|
|
13065
13060
|
|
|
13066
|
-
socket.io-parser
|
|
13067
|
-
version "
|
|
13068
|
-
resolved "https://csdr-nexus.devops.tech.ec.europa.eu/repository/npm-group/socket.io-parser/-/socket.io-parser-
|
|
13069
|
-
integrity sha512-
|
|
13061
|
+
socket.io-parser@~3.2.0:
|
|
13062
|
+
version "3.2.0"
|
|
13063
|
+
resolved "https://csdr-nexus.devops.tech.ec.europa.eu/repository/npm-group/socket.io-parser/-/socket.io-parser-3.2.0.tgz#e7c6228b6aa1f814e6148aea325b51aa9499e077"
|
|
13064
|
+
integrity sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==
|
|
13070
13065
|
dependencies:
|
|
13071
|
-
|
|
13072
|
-
debug "~
|
|
13066
|
+
component-emitter "1.2.1"
|
|
13067
|
+
debug "~3.1.0"
|
|
13068
|
+
isarray "2.0.1"
|
|
13073
13069
|
|
|
13074
13070
|
socket.io@2.1.1:
|
|
13075
13071
|
version "2.1.1"
|
|
@@ -164,6 +164,13 @@ const getDiffBetweenBuildVersions = (pkg, fromBuildMetadata, toBuildMetadata) =>
|
|
|
164
164
|
return i.name;
|
|
165
165
|
})[0];
|
|
166
166
|
|
|
167
|
+
if (pkgName === undefined || !pkgName) {
|
|
168
|
+
const childPkg = configUtils.packages.getPackageByNpmPkg(item.package, true);
|
|
169
|
+
if (childPkg.child) {
|
|
170
|
+
pkgName = pkg.parentPkg;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
167
174
|
tools.logInfo('checking package : ' + pkgName);
|
|
168
175
|
|
|
169
176
|
// getting package file metadata
|