@nx/workspace 16.8.0 → 16.9.0-beta.0

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.
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
9
9
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
10
10
  [![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
11
- [![Join us @nx/community on slack](https://img.shields.io/badge/slack-%40nrwl%2Fcommunity-brightgreen)](https://join.slack.com/t/nrwlcommunity/shared_invite/enQtNzU5MTE4OTQwOTk0LTgxY2E0ZWYzMWE0YzA5ZDA2MWM1NDVhNmI2ZWMyYmZhNWJiODk3MjkxZjY3MzU5ZjRmM2NmNWU1OTgyZmE4Mzc)
11
+ [![Join us on the Official Nx Discord Server](https://simpleicons.org/icons/discord.svg)](https://go.nx.dev/community)
12
12
 
13
13
  </div>
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/workspace",
3
- "version": "16.8.0",
3
+ "version": "16.9.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -33,40 +33,40 @@
33
33
  "requirements": {},
34
34
  "migrations": "./migrations.json",
35
35
  "packageGroup": {
36
- "@nrwl/js": "16.8.0",
37
- "@nrwl/jest": "16.8.0",
38
- "@nrwl/linter": "16.8.0",
39
- "@nrwl/angular": "16.8.0",
40
- "@nrwl/cypress": "16.8.0",
41
- "@nrwl/detox": "16.8.0",
42
- "@nrwl/devkit": "16.8.0",
43
- "@nrwl/esbuild": "16.8.0",
44
- "@nrwl/eslint-plugin-nx": "16.8.0",
45
- "@nrwl/expo": "16.8.0",
46
- "@nrwl/express": "16.8.0",
47
- "@nrwl/nest": "16.8.0",
48
- "@nrwl/next": "16.8.0",
49
- "@nrwl/node": "16.8.0",
36
+ "@nrwl/js": "16.9.0-beta.0",
37
+ "@nrwl/jest": "16.9.0-beta.0",
38
+ "@nrwl/linter": "16.9.0-beta.0",
39
+ "@nrwl/angular": "16.9.0-beta.0",
40
+ "@nrwl/cypress": "16.9.0-beta.0",
41
+ "@nrwl/detox": "16.9.0-beta.0",
42
+ "@nrwl/devkit": "16.9.0-beta.0",
43
+ "@nrwl/esbuild": "16.9.0-beta.0",
44
+ "@nrwl/eslint-plugin-nx": "16.9.0-beta.0",
45
+ "@nrwl/expo": "16.9.0-beta.0",
46
+ "@nrwl/express": "16.9.0-beta.0",
47
+ "@nrwl/nest": "16.9.0-beta.0",
48
+ "@nrwl/next": "16.9.0-beta.0",
49
+ "@nrwl/node": "16.9.0-beta.0",
50
50
  "nx-cloud": "latest",
51
- "@nrwl/nx-plugin": "16.8.0",
52
- "@nrwl/react-native": "16.8.0",
53
- "@nrwl/react": "16.8.0",
54
- "@nrwl/rollup": "16.8.0",
55
- "@nrwl/storybook": "16.8.0",
56
- "@nrwl/tao": "16.8.0",
57
- "@nrwl/vite": "16.8.0",
58
- "@nrwl/web": "16.8.0",
59
- "@nrwl/webpack": "16.8.0",
60
- "nx": "16.8.0"
51
+ "@nrwl/nx-plugin": "16.9.0-beta.0",
52
+ "@nrwl/react-native": "16.9.0-beta.0",
53
+ "@nrwl/react": "16.9.0-beta.0",
54
+ "@nrwl/rollup": "16.9.0-beta.0",
55
+ "@nrwl/storybook": "16.9.0-beta.0",
56
+ "@nrwl/tao": "16.9.0-beta.0",
57
+ "@nrwl/vite": "16.9.0-beta.0",
58
+ "@nrwl/web": "16.9.0-beta.0",
59
+ "@nrwl/webpack": "16.9.0-beta.0",
60
+ "nx": "16.9.0-beta.0"
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@nrwl/workspace": "16.8.0",
65
- "@nx/devkit": "16.8.0",
64
+ "@nrwl/workspace": "16.9.0-beta.0",
65
+ "@nx/devkit": "16.9.0-beta.0",
66
66
  "chalk": "^4.1.0",
67
67
  "enquirer": "~2.3.6",
68
68
  "ignore": "^5.0.4",
69
- "nx": "16.8.0",
69
+ "nx": "16.9.0-beta.0",
70
70
  "rxjs": "^7.8.0",
71
71
  "tslib": "^2.3.0",
72
72
  "yargs-parser": "21.1.1"
@@ -75,5 +75,5 @@
75
75
  "access": "public"
76
76
  },
77
77
  "type": "commonjs",
78
- "gitHead": "af53c7cfb21c0ebc7be2dab33b712f8d10bc81f7"
78
+ "gitHead": "822fb12c3f0bbaeb6d4a6fbc6cb1064a291e907f"
79
79
  }
@@ -14,7 +14,7 @@ let tsModule;
14
14
  * @param schema The options provided to the schematic
15
15
  */
16
16
  function updateImports(tree, schema, project) {
17
- if (project.projectType === 'application') {
17
+ if (project.projectType !== 'library') {
18
18
  return;
19
19
  }
20
20
  const { libsDir } = (0, devkit_1.getWorkspaceLayout)(tree);