@nx-dotnet/utils
Advanced tools
Comparing version 1.16.2 to 1.16.3
@@ -0,1 +1,7 @@ | ||
## [1.16.3](https://github.com/nx-dotnet/nx-dotnet/compare/v1.16.2...v1.16.3) (2022-12-19) | ||
### Bug Fixes | ||
- **utils:** should be able to find csproj files that start with dot ([#580](https://github.com/nx-dotnet/nx-dotnet/issues/580)) ([253971c](https://github.com/nx-dotnet/nx-dotnet/commit/253971c674ef55cfa5c573e89506f5c411f39105)) | ||
## [1.16.2](https://github.com/nx-dotnet/nx-dotnet/compare/v1.16.1...v1.16.2) (2022-11-11) | ||
@@ -2,0 +8,0 @@ |
@@ -21,58 +21,9 @@ { | ||
"homepage": "https://nx-dotnet.com/", | ||
"version": "1.16.2", | ||
"version": "1.16.3", | ||
"types": "./src/index.d.ts", | ||
"peerDependencies": { | ||
"@phenomnomnominal/tsquery": "4.1.1", | ||
"esquery": "1.4.0", | ||
"estraverse": "5.3.0", | ||
"ejs": "3.1.8", | ||
"jake": "10.8.5", | ||
"async": "3.2.4", | ||
"chalk": "4.1.0", | ||
"ansi-styles": "4.3.0", | ||
"color-convert": "2.0.1", | ||
"color-name": "1.1.4", | ||
"supports-color": "7.2.0", | ||
"has-flag": "4.0.0", | ||
"filelist": "1.0.4", | ||
"minimatch": "5.1.0", | ||
"brace-expansion": "2.0.1", | ||
"balanced-match": "1.0.2", | ||
"concat-map": "0.0.1", | ||
"ignore": "5.2.0", | ||
"semver": "7.3.4", | ||
"lru-cache": "6.0.0", | ||
"yallist": "4.0.0", | ||
"graceful-fs": "4.2.10", | ||
"jsonfile": "6.1.0", | ||
"universalify": "2.0.0", | ||
"fast-glob": "3.2.11", | ||
"@nodelib/fs.stat": "2.0.5", | ||
"@nodelib/fs.walk": "1.2.8", | ||
"@nodelib/fs.scandir": "2.1.5", | ||
"run-parallel": "1.2.0", | ||
"queue-microtask": "1.2.3", | ||
"fastq": "1.13.0", | ||
"reusify": "1.0.4", | ||
"glob-parent": "5.1.2", | ||
"is-glob": "4.0.3", | ||
"is-extglob": "2.1.1", | ||
"merge2": "1.4.1", | ||
"micromatch": "4.0.5", | ||
"braces": "3.0.2", | ||
"fill-range": "7.0.1", | ||
"to-regex-range": "5.0.1", | ||
"is-number": "7.0.0", | ||
"picomatch": "2.3.1", | ||
"rimraf": "3.0.2", | ||
"glob": "7.1.4", | ||
"fs.realpath": "1.0.0", | ||
"inflight": "1.0.6", | ||
"once": "1.4.0", | ||
"wrappy": "1.0.2", | ||
"inherits": "2.0.4", | ||
"path-is-absolute": "1.0.1", | ||
"xmldoc": "1.1.2", | ||
"sax": "1.2.4" | ||
"xmldoc": "1.1.2" | ||
} | ||
} |
@@ -10,2 +10,3 @@ "use strict"; | ||
ignore: ['**/bin/**', '**/obj/**'], | ||
dot: true, | ||
}; | ||
@@ -12,0 +13,0 @@ function projPattern(path) { |
Sorry, the diff of this file is not supported yet
3
588
79947