@nrwl/workspace 13.8.6 → 13.8.7

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ (The MIT License)
2
+
3
+ Copyright (c) 2017-2022 Narwhal Technologies Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ 'Software'), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/workspace",
3
- "version": "13.8.6",
3
+ "version": "13.8.7",
4
4
  "description": "Smart, Fast and Extensible Build System",
5
5
  "scripts": {
6
6
  "postinstall": "node ./src/init/init"
@@ -84,10 +84,10 @@
84
84
  "minimatch": "3.0.4",
85
85
  "enquirer": "~2.3.6",
86
86
  "tslib": "^2.3.0",
87
- "@nrwl/cli": "13.8.6",
88
- "@nrwl/devkit": "13.8.6",
89
- "@nrwl/jest": "13.8.6",
90
- "@nrwl/linter": "13.8.6"
87
+ "@nrwl/cli": "13.8.7",
88
+ "@nrwl/devkit": "13.8.7",
89
+ "@nrwl/jest": "13.8.7",
90
+ "@nrwl/linter": "13.8.7"
91
91
  },
92
92
  "nx-migrations": {
93
93
  "migrations": "./migrations.json"
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eslintConfigPrettierVersion = exports.eslintVersion = exports.typescriptESLintVersion = exports.tslintVersion = exports.prettierVersion = exports.typescriptVersion = exports.angularCliVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.8.6';
4
+ exports.nxVersion = '13.8.7';
5
5
  exports.angularCliVersion = '~13.2.0';
6
6
  exports.typescriptVersion = '~4.5.2';
7
7
  exports.prettierVersion = '^2.5.1';