@nrwl/workspace 13.2.0-beta.1 → 13.2.0-beta.5

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.
Files changed (34) hide show
  1. package/README.md +1 -1
  2. package/migrations.json +6 -0
  3. package/package.json +10 -5
  4. package/src/command-line/dep-graph.d.ts +0 -3
  5. package/src/command-line/dep-graph.js +43 -52
  6. package/src/command-line/dep-graph.js.map +1 -1
  7. package/src/command-line/examples.js +6 -6
  8. package/src/command-line/examples.js.map +1 -1
  9. package/src/command-line/nx-commands.js +44 -38
  10. package/src/command-line/nx-commands.js.map +1 -1
  11. package/src/command-line/utils.d.ts +1 -3
  12. package/src/command-line/utils.js +14 -0
  13. package/src/command-line/utils.js.map +1 -1
  14. package/src/core/dep-graph/3rdpartylicenses.txt +106 -0
  15. package/src/core/dep-graph/index.html +2 -13
  16. package/src/core/dep-graph/main.esm.js +1 -1
  17. package/src/core/file-utils.d.ts +0 -1
  18. package/src/core/file-utils.js +12 -14
  19. package/src/core/file-utils.js.map +1 -1
  20. package/src/core/project-graph/project-graph.js +4 -5
  21. package/src/core/project-graph/project-graph.js.map +1 -1
  22. package/src/generators/init/files/prettier/.prettierignore +1 -0
  23. package/src/migrations/update-13-2-0/set-parallel-default.d.ts +3 -0
  24. package/src/migrations/update-13-2-0/set-parallel-default.js +23 -0
  25. package/src/migrations/update-13-2-0/set-parallel-default.js.map +1 -0
  26. package/src/tasks-runner/default-tasks-runner.d.ts +1 -2
  27. package/src/tasks-runner/default-tasks-runner.js +11 -0
  28. package/src/tasks-runner/default-tasks-runner.js.map +1 -1
  29. package/src/tasks-runner/task-orchestrator.js +1 -4
  30. package/src/tasks-runner/task-orchestrator.js.map +1 -1
  31. package/src/tasks-runner/utils.d.ts +0 -1
  32. package/src/tasks-runner/utils.js +8 -38
  33. package/src/tasks-runner/utils.js.map +1 -1
  34. package/src/utils/versions.js +1 -1
@@ -74,6 +74,35 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
74
74
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75
75
 
76
76
 
77
+ @xstate/immer
78
+ MIT
79
+ The MIT License (MIT)
80
+
81
+ Copyright (c) 2015 David Khourshid
82
+
83
+ Permission is hereby granted, free of charge, to any person obtaining a copy
84
+ of this software and associated documentation files (the "Software"), to deal
85
+ in the Software without restriction, including without limitation the rights
86
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
87
+ copies of the Software, and to permit persons to whom the Software is
88
+ furnished to do so, subject to the following conditions:
89
+
90
+ The above copyright notice and this permission notice shall be included in all
91
+ copies or substantial portions of the Software.
92
+
93
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
94
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
95
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
96
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
97
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
98
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
99
+ SOFTWARE.
100
+
101
+
102
+
103
+ @xstate/inspect
104
+ MIT
105
+
77
106
  core-js
78
107
  MIT
79
108
  Copyright (c) 2014-2021 Denis Pushkarev
@@ -190,6 +219,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
190
219
  THE SOFTWARE.
191
220
 
192
221
 
222
+ fast-safe-stringify
223
+ MIT
224
+ The MIT License (MIT)
225
+
226
+ Copyright (c) 2016 David Mark Clements
227
+ Copyright (c) 2017 David Mark Clements & Matteo Collina
228
+ Copyright (c) 2018 David Mark Clements, Matteo Collina & Ruben Bridgewater
229
+
230
+ Permission is hereby granted, free of charge, to any person obtaining a copy
231
+ of this software and associated documentation files (the "Software"), to deal
232
+ in the Software without restriction, including without limitation the rights
233
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
234
+ copies of the Software, and to permit persons to whom the Software is
235
+ furnished to do so, subject to the following conditions:
236
+
237
+ The above copyright notice and this permission notice shall be included in all
238
+ copies or substantial portions of the Software.
239
+
240
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
241
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
242
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
243
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
244
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
245
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
246
+ SOFTWARE.
247
+
248
+
193
249
  graphlib
194
250
  MIT
195
251
  Copyright (c) 2012-2014 Chris Pettitt
@@ -216,6 +272,31 @@ THE SOFTWARE.
216
272
  heap
217
273
  PSF
218
274
 
275
+ immer
276
+ MIT
277
+ MIT License
278
+
279
+ Copyright (c) 2017 Michel Weststrate
280
+
281
+ Permission is hereby granted, free of charge, to any person obtaining a copy
282
+ of this software and associated documentation files (the "Software"), to deal
283
+ in the Software without restriction, including without limitation the rights
284
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
285
+ copies of the Software, and to permit persons to whom the Software is
286
+ furnished to do so, subject to the following conditions:
287
+
288
+ The above copyright notice and this permission notice shall be included in all
289
+ copies or substantial portions of the Software.
290
+
291
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
292
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
293
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
294
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
295
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
296
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
297
+ SOFTWARE.
298
+
299
+
219
300
  lodash
220
301
  MIT
221
302
  Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
@@ -586,3 +667,28 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
586
667
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
587
668
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
588
669
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
670
+
671
+
672
+ xstate
673
+ MIT
674
+ The MIT License (MIT)
675
+
676
+ Copyright (c) 2015 David Khourshid
677
+
678
+ Permission is hereby granted, free of charge, to any person obtaining a copy
679
+ of this software and associated documentation files (the "Software"), to deal
680
+ in the Software without restriction, including without limitation the rights
681
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
682
+ copies of the Software, and to permit persons to whom the Software is
683
+ furnished to do so, subject to the following conditions:
684
+
685
+ The above copyright notice and this permission notice shall be included in all
686
+ copies or substantial portions of the Software.
687
+
688
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
689
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
690
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
691
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
692
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
693
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
694
+ SOFTWARE.
@@ -10,6 +10,8 @@
10
10
  href="https://fonts.googleapis.com/css?family=Montserrat&display=swap"
11
11
  rel="stylesheet"
12
12
  />
13
+
14
+ <script id="environment" src="environment.js"></script>
13
15
  <link rel="stylesheet" href="styles.css"></head>
14
16
  <body>
15
17
  <svg xmlns="http://www.w3.org/2000/svg" style="display: none">
@@ -143,17 +145,4 @@
143
145
  <div id="graph-container"></div>
144
146
  </div>
145
147
  </div>
146
- <script>
147
- window.watch = false;
148
- window.projects = [];
149
- window.graph = {};
150
- window.affected = [];
151
- window.focusedProject = null;
152
- window.filteredProjects = [];
153
- window.groupByFolder = false;
154
- window.exclude = [];
155
- window.workspaceLayout = null;
156
- window.localMode = 'serve';
157
- window.projectGraphResponse = null;
158
- </script>
159
148
  <script src="runtime.esm.js" type="module"></script><script src="polyfills.esm.js" type="module"></script><script src="main.esm.js" type="module"></script></body>