nx 21.4.0-beta.11 → 21.4.0-beta.12

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/.eslintrc.json CHANGED
@@ -102,7 +102,6 @@
102
102
  {
103
103
  "buildTargets": ["build-base"],
104
104
  "ignoredDependencies": [
105
- "tslib",
106
105
  "nx",
107
106
  "typescript",
108
107
  "@nrwl/angular",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "21.4.0-beta.11",
3
+ "version": "21.4.0-beta.12",
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": {
@@ -83,16 +83,16 @@
83
83
  }
84
84
  },
85
85
  "optionalDependencies": {
86
- "@nx/nx-darwin-arm64": "21.4.0-beta.11",
87
- "@nx/nx-darwin-x64": "21.4.0-beta.11",
88
- "@nx/nx-freebsd-x64": "21.4.0-beta.11",
89
- "@nx/nx-linux-arm-gnueabihf": "21.4.0-beta.11",
90
- "@nx/nx-linux-arm64-gnu": "21.4.0-beta.11",
91
- "@nx/nx-linux-arm64-musl": "21.4.0-beta.11",
92
- "@nx/nx-linux-x64-gnu": "21.4.0-beta.11",
93
- "@nx/nx-linux-x64-musl": "21.4.0-beta.11",
94
- "@nx/nx-win32-arm64-msvc": "21.4.0-beta.11",
95
- "@nx/nx-win32-x64-msvc": "21.4.0-beta.11"
86
+ "@nx/nx-darwin-arm64": "21.4.0-beta.12",
87
+ "@nx/nx-darwin-x64": "21.4.0-beta.12",
88
+ "@nx/nx-freebsd-x64": "21.4.0-beta.12",
89
+ "@nx/nx-linux-arm-gnueabihf": "21.4.0-beta.12",
90
+ "@nx/nx-linux-arm64-gnu": "21.4.0-beta.12",
91
+ "@nx/nx-linux-arm64-musl": "21.4.0-beta.12",
92
+ "@nx/nx-linux-x64-gnu": "21.4.0-beta.12",
93
+ "@nx/nx-linux-x64-musl": "21.4.0-beta.12",
94
+ "@nx/nx-win32-arm64-msvc": "21.4.0-beta.12",
95
+ "@nx/nx-win32-x64-msvc": "21.4.0-beta.12"
96
96
  },
97
97
  "nx-migrations": {
98
98
  "migrations": "./migrations.json",
@@ -739,6 +739,14 @@
739
739
  "tagArgs": {
740
740
  "type": ["string", "array"],
741
741
  "description": "Additional arguments to pass to the `git tag` command invoked behind the scenes"
742
+ },
743
+ "push": {
744
+ "type": "boolean",
745
+ "description": "Whether or not to automatically push the changes made by this command. This defaults to false"
746
+ },
747
+ "pushArgs": {
748
+ "type": ["string", "array"],
749
+ "description": "Additional arguments to pass to the `git push` command invoked behind the scenes"
742
750
  }
743
751
  }
744
752
  },