@nstudio/focus
Advanced tools
Comparing version 10.3.9 to 11.0.0-rc.0
@@ -10,5 +10,5 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./src/utils"), exports); |
{ | ||
"name": "@nstudio/focus", | ||
"version": "10.3.9", | ||
"version": "11.0.0-rc.0", | ||
"description": "Focus helpers for monorepos in various IDEs", | ||
@@ -33,7 +33,7 @@ "homepage": "https://nstudio.io/xplat", | ||
"dependencies": { | ||
"@angular-devkit/core": "~10.1.0", | ||
"@angular-devkit/schematics": "~10.1.0", | ||
"@nstudio/xplat-utils": "10.3.9", | ||
"@angular-devkit/core": "~11.0.0", | ||
"@angular-devkit/schematics": "~11.0.0", | ||
"@nstudio/xplat-utils": "11.0.0-rc.0", | ||
"xml2js": "~0.4.23" | ||
} | ||
} |
@@ -34,5 +34,5 @@ "use strict"; | ||
userUpdates[`**/apps/${appFilter}`] = false; | ||
userUpdates[`**/xplat/${p}`] = false; | ||
userUpdates[`**/libs/xplat/${p}`] = false; | ||
if (frameworkSuffix) { | ||
userUpdates[`**/xplat/${p}${frameworkSuffix}`] = false; | ||
userUpdates[`**/libs/xplat/${p}${frameworkSuffix}`] = false; | ||
} | ||
@@ -69,5 +69,5 @@ } | ||
} | ||
userUpdates[`**/xplat/${p}`] = excluded; | ||
userUpdates[`**/libs/xplat/${p}`] = excluded; | ||
if (frameworkSuffix) { | ||
userUpdates[`**/xplat/${p}${frameworkSuffix}`] = excluded; | ||
userUpdates[`**/libs/xplat/${p}${frameworkSuffix}`] = excluded; | ||
} | ||
@@ -116,6 +116,2 @@ if (excluded) { | ||
} | ||
if (xplat_utils_1.isXplatWorkspace()) { | ||
// always ensure hidden xplat files are hidden from view | ||
userUpdates['**/xplat/*/.xplatframework'] = true; | ||
} | ||
// VS Code | ||
@@ -173,15 +169,2 @@ const isVsCode = updateVSCode({ | ||
}, | ||
// libs/xplat | ||
'**/libs/**/*.js': { | ||
when: '$(basename).ts', | ||
}, | ||
'**/libs/**/*.d.ts': { | ||
when: '$(basename).ts', | ||
}, | ||
'**/xplat/**/*.js': { | ||
when: '$(basename).ts', | ||
}, | ||
'**/xplat/**/*.d.ts': { | ||
when: '$(basename).ts', | ||
}, | ||
}; | ||
@@ -188,0 +171,0 @@ if (isVsCode) { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
30702
618
1
+ Added@angular-devkit/core@11.0.7(transitive)
+ Added@angular-devkit/schematics@11.0.7(transitive)
+ Added@nstudio/xplat-utils@11.0.0-rc.0(transitive)
+ Addedajv@6.12.6(transitive)
+ Addedora@5.1.0(transitive)
+ Addedrxjs@6.6.3(transitive)
- Removed@angular-devkit/core@10.1.7(transitive)
- Removed@angular-devkit/schematics@10.1.7(transitive)
- Removed@nstudio/xplat-utils@10.3.9(transitive)
- Removedajv@6.12.4(transitive)
- Removedora@5.0.0(transitive)
- Removedrxjs@6.6.2(transitive)
Updated@angular-devkit/core@~11.0.0