@nx-dotnet/core
Advanced tools
Comparing version 0.10.3 to 0.11.0
@@ -0,1 +1,11 @@ | ||
# [0.11.0](https://github.com/nx-dotnet/nx-dotnet/compare/v0.10.3...v0.11.0) (2021-05-27) | ||
### Bug Fixes | ||
- **core:** Remove extra separator from project names ([#61](https://github.com/nx-dotnet/nx-dotnet/issues/61)) ([049367c](https://github.com/nx-dotnet/nx-dotnet/commit/049367cd38a40b41d296d2eaab7d19ca61c93c69)), closes [#60](https://github.com/nx-dotnet/nx-dotnet/issues/60) | ||
### Features | ||
- **docs-site:** support for docsearch ([#62](https://github.com/nx-dotnet/nx-dotnet/issues/62)) [skip ci] ([6d09f31](https://github.com/nx-dotnet/nx-dotnet/commit/6d09f31de4cb97881325fc4978589adcde3280bf)) | ||
## [0.10.3](https://github.com/nx-dotnet/nx-dotnet/compare/v0.10.2...v0.10.3) (2021-05-24) | ||
@@ -2,0 +12,0 @@ |
@@ -8,4 +8,4 @@ { | ||
"dependencies": { | ||
"@nx-dotnet/dotnet": "0.10.3", | ||
"@nx-dotnet/utils": "0.10.3", | ||
"@nx-dotnet/dotnet": "0.11.0", | ||
"@nx-dotnet/utils": "0.11.0", | ||
"glob": "^7.1.6", | ||
@@ -23,3 +23,3 @@ "rimraf": "^3.0.2", | ||
"license": "MIT", | ||
"version": "0.10.3", | ||
"version": "0.11.0", | ||
"keywords": [ | ||
@@ -26,0 +26,0 @@ "Nx", |
@@ -28,3 +28,3 @@ "use strict"; | ||
const featureScope = projectDirectory | ||
.split(/(\/|\\)/gm) | ||
.split(/\/|\\/gm) // Without the unnecessary parentheses, the separator is excluded from the result array. | ||
.map((part) => devkit_1.names(part).className); | ||
@@ -31,0 +31,0 @@ const namespaceName = [npmScope, ...featureScope].join('.'); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114019
+ Added@nx-dotnet/dotnet@0.11.0(transitive)
+ Added@nx-dotnet/utils@0.11.0(transitive)
- Removed@nx-dotnet/dotnet@0.10.3(transitive)
- Removed@nx-dotnet/utils@0.10.3(transitive)
Updated@nx-dotnet/dotnet@0.11.0
Updated@nx-dotnet/utils@0.11.0