nativescript 9.1.1-dev.0 → 9.1.1
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.
|
@@ -106,7 +106,7 @@ class PnpmPackageManager extends base_package_manager_1.BasePackageManager {
|
|
|
106
106
|
return path.join(path.dirname(storePath.trim()), constants_1.CACACHE_DIRECTORY_NAME);
|
|
107
107
|
}
|
|
108
108
|
projectManagesOwnHoisting(installDir) {
|
|
109
|
-
const layoutKeyPattern = /^\s*(shamefully-hoist|node-linker|hoist|hoist-pattern|public-hoist-pattern)\s*[=:]/m;
|
|
109
|
+
const layoutKeyPattern = /^\s*(shamefully-hoist|node-linker|hoist|hoist-pattern|public-hoist-pattern)(\[\])?\s*[=:]/m;
|
|
110
110
|
let dir = path.resolve(installDir);
|
|
111
111
|
while (true) {
|
|
112
112
|
if (this.$fs.exists(path.join(dir, "pnpm-workspace.yaml"))) {
|
package/package.json
CHANGED