@nx/node 16.9.0-beta.2 → 16.9.0-beta.4

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 (2) hide show
  1. package/package.json +9 -10
  2. package/CHANGELOG.md +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/node",
3
- "version": "16.9.0-beta.2",
3
+ "version": "16.9.0-beta.4",
4
4
  "private": false,
5
5
  "description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.",
6
6
  "repository": {
@@ -30,17 +30,16 @@
30
30
  "migrations": "./migrations.json"
31
31
  },
32
32
  "dependencies": {
33
- "@nrwl/node": "16.9.0-beta.2",
34
- "@nx/devkit": "16.9.0-beta.2",
35
- "@nx/jest": "16.9.0-beta.2",
36
- "@nx/js": "16.9.0-beta.2",
37
- "@nx/linter": "16.9.0-beta.2",
38
- "@nx/workspace": "16.9.0-beta.2",
39
- "tslib": "^2.3.0"
33
+ "tslib": "^2.3.0",
34
+ "@nx/devkit": "16.9.0-beta.4",
35
+ "@nx/jest": "16.9.0-beta.4",
36
+ "@nx/js": "16.9.0-beta.4",
37
+ "@nx/linter": "16.9.0-beta.4",
38
+ "@nx/workspace": "16.9.0-beta.4",
39
+ "@nrwl/node": "*"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "type": "commonjs",
45
- "gitHead": "e11d538fa2c7266066d554d9405abab8e0a65040"
44
+ "type": "commonjs"
46
45
  }
package/CHANGELOG.md DELETED
@@ -1,8 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
-
7
-
8
- **Note:** Version bump only for package @nx/node