nx 15.6.0-beta.0 → 15.6.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/CHANGELOG.md +1 -1
- package/README.md +4 -24
- package/package.json +4 -4
- package/src/core/graph/main.js +3 -3
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
|
-
# [15.6.0
|
|
6
|
+
# [15.6.0](https://github.com/nrwl/nx/compare/15.5.1...15.6.0) (2023-01-24)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package nx
|
package/README.md
CHANGED
|
@@ -41,38 +41,18 @@ npm init nx-workspace
|
|
|
41
41
|
yarn create nx-workspace
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
? What to create in the new workspace (Use arrow keys)
|
|
48
|
-
❯ apps [an empty workspace with no plugins with a layout that works best for building apps]
|
|
49
|
-
core [an empty workspace with no plugins set up to publish npm packages (similar to yarn workspaces)]
|
|
50
|
-
ts [an empty workspace with the JS/TS plugin preinstalled]
|
|
51
|
-
react [a workspace with a single React application]
|
|
52
|
-
angular [a workspace with a single Angular application]
|
|
53
|
-
next.js [a workspace with a single Next.js application]
|
|
54
|
-
nest [a workspace with a single Nest application]
|
|
55
|
-
express [a workspace with a single Express application]
|
|
56
|
-
web components [a workspace with a single app built using web components]
|
|
57
|
-
react-native [a workspace with a single React Native application]
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
Select the preset that works best for you
|
|
61
|
-
|
|
62
|
-
### Adding Nx to an Existing Monorepo
|
|
44
|
+
### Adding Nx to an Existing Repository
|
|
63
45
|
|
|
64
46
|
Run:
|
|
65
47
|
|
|
66
48
|
```bash
|
|
67
|
-
npx
|
|
49
|
+
npx nx@latest init
|
|
68
50
|
```
|
|
69
51
|
|
|
70
52
|
## Documentation & Resources
|
|
71
53
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
- [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
|
|
75
|
-
- [Tutorial: Adding Nx to an Existing Monorepo](/recipes/adopting-nx/adding-to-monorepo)
|
|
54
|
+
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
|
55
|
+
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
|
76
56
|
- [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
|
|
77
57
|
- [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
|
|
78
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nx",
|
|
3
|
-
"version": "15.6.0
|
|
3
|
+
"version": "15.6.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
|
|
6
6
|
"repository": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://nx.dev",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@nrwl/cli": "15.6.0
|
|
36
|
-
"@nrwl/tao": "15.6.0
|
|
35
|
+
"@nrwl/cli": "15.6.0",
|
|
36
|
+
"@nrwl/tao": "15.6.0",
|
|
37
37
|
"@parcel/watcher": "2.0.4",
|
|
38
38
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
39
39
|
"@yarnpkg/parsers": "^3.0.0-rc.18",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
},
|
|
122
122
|
"main": "./bin/nx.js",
|
|
123
123
|
"types": "./bin/nx.d.ts",
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "5ae53c6c3e0895c528bd32b4a42ba699d2f37af3"
|
|
125
125
|
}
|
package/src/core/graph/main.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(self["webpackChunk_nrwl_nx_source"] = self["webpackChunk_nrwl_nx_source"] || []).push([[179],{
|
|
2
2
|
|
|
3
|
-
/***/
|
|
3
|
+
/***/ 90398:
|
|
4
4
|
/***/ ((__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) => {
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
@@ -492,7 +492,7 @@ function DebouncedTextInput({
|
|
|
492
492
|
}) : null]
|
|
493
493
|
});
|
|
494
494
|
}
|
|
495
|
-
;// CONCATENATED MODULE: ./node_modules/@nrwl/
|
|
495
|
+
;// CONCATENATED MODULE: ./node_modules/@nrwl/js/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
|
|
496
496
|
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
497
497
|
if (source == null) return {};
|
|
498
498
|
var target = {};
|
|
@@ -70016,6 +70016,6 @@ exports.updateHistoryValue = updateHistoryValue;
|
|
|
70016
70016
|
},
|
|
70017
70017
|
/******/ __webpack_require__ => { // webpackRuntimeModules
|
|
70018
70018
|
/******/ var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
|
70019
|
-
/******/ var __webpack_exports__ = (__webpack_exec__(
|
|
70019
|
+
/******/ var __webpack_exports__ = (__webpack_exec__(90398));
|
|
70020
70020
|
/******/ }
|
|
70021
70021
|
]);
|