@nrwl/workspace 14.5.6 → 14.5.7

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [14.5.6](https://github.com/nrwl/nx/compare/14.5.5...14.5.6) (2022-08-14)
6
+ ## [14.5.7](https://github.com/nrwl/nx/compare/14.5.6...14.5.7) (2022-08-17)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/workspace
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "14.5.6",
3
+ "version": "14.5.7",
4
4
  "description": "Smart, Fast and Extensible Build System.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,27 +32,27 @@
32
32
  "requirements": {},
33
33
  "migrations": "./migrations.json",
34
34
  "packageGroup": {
35
- "@nrwl/angular": "14.5.6",
36
- "@nrwl/cypress": "14.5.6",
37
- "@nrwl/devkit": "14.5.6",
38
- "@nrwl/eslint-plugin-nx": "14.5.6",
39
- "@nrwl/express": "14.5.6",
40
- "@nrwl/jest": "14.5.6",
41
- "@nrwl/linter": "14.5.6",
42
- "@nrwl/nest": "14.5.6",
43
- "@nrwl/next": "14.5.6",
44
- "@nrwl/node": "14.5.6",
45
- "@nrwl/nx-plugin": "14.5.6",
46
- "@nrwl/react": "14.5.6",
47
- "@nrwl/storybook": "14.5.6",
48
- "@nrwl/web": "14.5.6",
49
- "@nrwl/js": "14.5.6",
50
- "@nrwl/cli": "14.5.6",
51
- "@nrwl/tao": "14.5.6",
35
+ "@nrwl/angular": "14.5.7",
36
+ "@nrwl/cypress": "14.5.7",
37
+ "@nrwl/devkit": "14.5.7",
38
+ "@nrwl/eslint-plugin-nx": "14.5.7",
39
+ "@nrwl/express": "14.5.7",
40
+ "@nrwl/jest": "14.5.7",
41
+ "@nrwl/linter": "14.5.7",
42
+ "@nrwl/nest": "14.5.7",
43
+ "@nrwl/next": "14.5.7",
44
+ "@nrwl/node": "14.5.7",
45
+ "@nrwl/nx-plugin": "14.5.7",
46
+ "@nrwl/react": "14.5.7",
47
+ "@nrwl/storybook": "14.5.7",
48
+ "@nrwl/web": "14.5.7",
49
+ "@nrwl/js": "14.5.7",
50
+ "@nrwl/cli": "14.5.7",
51
+ "@nrwl/tao": "14.5.7",
52
52
  "@nrwl/nx-cloud": "latest",
53
- "@nrwl/react-native": "14.5.6",
54
- "@nrwl/detox": "14.5.6",
55
- "nx": "14.5.6"
53
+ "@nrwl/react-native": "14.5.7",
54
+ "@nrwl/detox": "14.5.7",
55
+ "nx": "14.5.7"
56
56
  }
57
57
  },
58
58
  "peerDependencies": {
@@ -64,9 +64,9 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@nrwl/devkit": "14.5.6",
68
- "@nrwl/jest": "14.5.6",
69
- "@nrwl/linter": "14.5.6",
67
+ "@nrwl/devkit": "14.5.7",
68
+ "@nrwl/jest": "14.5.7",
69
+ "@nrwl/linter": "14.5.7",
70
70
  "@parcel/watcher": "2.0.4",
71
71
  "chalk": "4.1.0",
72
72
  "chokidar": "^3.5.1",
@@ -81,7 +81,7 @@
81
81
  "ignore": "^5.0.4",
82
82
  "minimatch": "3.0.5",
83
83
  "npm-run-path": "^4.0.1",
84
- "nx": "14.5.6",
84
+ "nx": "14.5.7",
85
85
  "open": "^8.4.0",
86
86
  "rxjs": "^6.5.4",
87
87
  "semver": "7.3.4",
@@ -90,5 +90,5 @@
90
90
  "yargs": "^17.4.0",
91
91
  "yargs-parser": "21.0.1"
92
92
  },
93
- "gitHead": "608141ec7c3f8718419fc869f506196180e2bf2c"
93
+ "gitHead": "f8085d094993a3999b41dca787ecfef0f2be7b83"
94
94
  }
@@ -1 +1 @@
1
- export { appRootPath, workspaceRoot } from 'nx/src/utils/workspace-root';
1
+ export { appRootPath, workspaceRoot } from '@nrwl/devkit';
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.workspaceRoot = exports.appRootPath = void 0;
4
- var workspace_root_1 = require("nx/src/utils/workspace-root");
5
- Object.defineProperty(exports, "appRootPath", { enumerable: true, get: function () { return workspace_root_1.appRootPath; } });
6
- Object.defineProperty(exports, "workspaceRoot", { enumerable: true, get: function () { return workspace_root_1.workspaceRoot; } });
4
+ // TODO(v15): Remove this file
5
+ var devkit_1 = require("@nrwl/devkit");
6
+ Object.defineProperty(exports, "appRootPath", { enumerable: true, get: function () { return devkit_1.appRootPath; } });
7
+ Object.defineProperty(exports, "workspaceRoot", { enumerable: true, get: function () { return devkit_1.workspaceRoot; } });
7
8
  //# sourceMappingURL=app-root.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"app-root.js","sourceRoot":"","sources":["../../../../../packages/workspace/src/utils/app-root.ts"],"names":[],"mappings":";;;AAAA,8DAAyE;AAAhE,6GAAA,WAAW,OAAA;AAAE,+GAAA,aAAa,OAAA"}
1
+ {"version":3,"file":"app-root.js","sourceRoot":"","sources":["../../../../../packages/workspace/src/utils/app-root.ts"],"names":[],"mappings":";;;AAAA,8BAA8B;AAC9B,uCAA0D;AAAjD,qGAAA,WAAW,OAAA;AAAE,uGAAA,aAAa,OAAA"}