nativescript 9.1.1-dev.0 → 9.1.1-dev.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.
@@ -7,7 +7,7 @@
7
7
  "karma": "6.4.4",
8
8
  "karma-coverage": "2.2.1",
9
9
  "karma-nativescript-launcher": "1.0.0",
10
- "mocha": "11.8.0",
10
+ "mocha": "12.0.0",
11
11
  "karma-mocha": "2.0.1",
12
12
  "karma-chai": "0.1.0",
13
13
  "karma-jasmine": "4.0.2",
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nativescript",
3
3
  "main": "./lib/nativescript-cli-lib.js",
4
- "version": "9.1.1-dev.0",
4
+ "version": "9.1.1-dev.1",
5
5
  "author": "NativeScript <oss@nativescript.org>",
6
6
  "description": "Command-line interface for building NativeScript projects",
7
7
  "bin": {