@nx/workspace 16.8.0-rc.0 → 16.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/workspace",
3
- "version": "16.8.0-rc.0",
3
+ "version": "16.8.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-rc.0",
37
- "@nrwl/jest": "16.8.0-rc.0",
38
- "@nrwl/linter": "16.8.0-rc.0",
39
- "@nrwl/angular": "16.8.0-rc.0",
40
- "@nrwl/cypress": "16.8.0-rc.0",
41
- "@nrwl/detox": "16.8.0-rc.0",
42
- "@nrwl/devkit": "16.8.0-rc.0",
43
- "@nrwl/esbuild": "16.8.0-rc.0",
44
- "@nrwl/eslint-plugin-nx": "16.8.0-rc.0",
45
- "@nrwl/expo": "16.8.0-rc.0",
46
- "@nrwl/express": "16.8.0-rc.0",
47
- "@nrwl/nest": "16.8.0-rc.0",
48
- "@nrwl/next": "16.8.0-rc.0",
49
- "@nrwl/node": "16.8.0-rc.0",
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",
50
50
  "nx-cloud": "latest",
51
- "@nrwl/nx-plugin": "16.8.0-rc.0",
52
- "@nrwl/react-native": "16.8.0-rc.0",
53
- "@nrwl/react": "16.8.0-rc.0",
54
- "@nrwl/rollup": "16.8.0-rc.0",
55
- "@nrwl/storybook": "16.8.0-rc.0",
56
- "@nrwl/tao": "16.8.0-rc.0",
57
- "@nrwl/vite": "16.8.0-rc.0",
58
- "@nrwl/web": "16.8.0-rc.0",
59
- "@nrwl/webpack": "16.8.0-rc.0",
60
- "nx": "16.8.0-rc.0"
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"
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@nrwl/workspace": "16.8.0-rc.0",
65
- "@nx/devkit": "16.8.0-rc.0",
64
+ "@nrwl/workspace": "16.8.0",
65
+ "@nx/devkit": "16.8.0",
66
66
  "chalk": "^4.1.0",
67
67
  "enquirer": "~2.3.6",
68
68
  "ignore": "^5.0.4",
69
- "nx": "16.8.0-rc.0",
69
+ "nx": "16.8.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": "44d0b22f4f6c4a790e2ad4702bf27ffa15073582"
78
+ "gitHead": "af53c7cfb21c0ebc7be2dab33b712f8d10bc81f7"
79
79
  }
@@ -164,7 +164,7 @@ async function createPreset(tree, options) {
164
164
  const { libraryGenerator } = require('@nx' + '/js');
165
165
  return libraryGenerator(tree, {
166
166
  name: options.name,
167
- directory: (0, path_1.join)('packages', options.name),
167
+ directory: '.',
168
168
  projectNameAndRootFormat: 'as-provided',
169
169
  bundler: 'tsc',
170
170
  unitTestRunner: 'vitest',