@toptal/davinci-monorepo 9.0.3-alpha-bill-5697-fix-dev-mode-refresh-babel-1ba31657.17 → 9.0.3-alpha-MP-469-1573babd.19
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-monorepo",
|
|
3
|
-
"version": "9.0.3-alpha-
|
|
3
|
+
"version": "9.0.3-alpha-MP-469-1573babd.19+1573babd",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"lint"
|
|
6
6
|
],
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@nodelib/fs.walk": "^1.2.6",
|
|
29
29
|
"@oclif/core": "^1.16.1",
|
|
30
|
-
"@toptal/davinci-cli-shared": "2.5.2-alpha-
|
|
30
|
+
"@toptal/davinci-cli-shared": "2.5.2-alpha-MP-469-1573babd.21+1573babd",
|
|
31
31
|
"chalk": "^4.1.2",
|
|
32
32
|
"codeowners": "5.1.1",
|
|
33
33
|
"dependency-cruiser": "^16.3.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "1573babde04532dc47262d6425ef4be2a220ac47"
|
|
54
54
|
}
|
|
@@ -119,8 +119,8 @@ export const getPackages = async ({
|
|
|
119
119
|
return await performPackagesSearch(commandArgs)
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
export const getChangedPackagesLocations = async () => {
|
|
123
|
-
const affectedPackageNames = await getPackages({ onlyAffected
|
|
122
|
+
export const getChangedPackagesLocations = async ({ onlyAffected = true }) => {
|
|
123
|
+
const affectedPackageNames = await getPackages({ onlyAffected }) // [name, ...]
|
|
124
124
|
const allPackages = getPackagesLegacy('.') // [{name, location}, ...]
|
|
125
125
|
|
|
126
126
|
// [location, ...]
|