nx 21.4.0-beta.10 → 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
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "nx",
|
3
|
-
"version": "21.4.0-beta.
|
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.
|
87
|
-
"@nx/nx-darwin-x64": "21.4.0-beta.
|
88
|
-
"@nx/nx-freebsd-x64": "21.4.0-beta.
|
89
|
-
"@nx/nx-linux-arm-gnueabihf": "21.4.0-beta.
|
90
|
-
"@nx/nx-linux-arm64-gnu": "21.4.0-beta.
|
91
|
-
"@nx/nx-linux-arm64-musl": "21.4.0-beta.
|
92
|
-
"@nx/nx-linux-x64-gnu": "21.4.0-beta.
|
93
|
-
"@nx/nx-linux-x64-musl": "21.4.0-beta.
|
94
|
-
"@nx/nx-win32-arm64-msvc": "21.4.0-beta.
|
95
|
-
"@nx/nx-win32-x64-msvc": "21.4.0-beta.
|
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",
|
package/schemas/nx-schema.json
CHANGED
@@ -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
|
},
|