nx 15.6.0-beta.1 → 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 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-beta.1](https://github.com/nrwl/nx/compare/15.5.1...15.6.0-beta.1) (2023-01-23)
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "15.6.0-beta.1",
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-beta.1",
36
- "@nrwl/tao": "15.6.0-beta.1",
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": "b424d0c4f2c93177b1aff808f8b269c1b55f2d06"
124
+ "gitHead": "5ae53c6c3e0895c528bd32b4a42ba699d2f37af3"
125
125
  }
@@ -1,6 +1,6 @@
1
1
  (self["webpackChunk_nrwl_nx_source"] = self["webpackChunk_nrwl_nx_source"] || []).push([[179],{
2
2
 
3
- /***/ 53327:
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/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
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__(53327));
70019
+ /******/ var __webpack_exports__ = (__webpack_exec__(90398));
70020
70020
  /******/ }
70021
70021
  ]);