create-nx-plugin 20.1.0-canary.20241109-77d6704 → 20.2.0-canary.20241112-c21b039
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/create-nx-plugin.js +0 -2
- package/package.json +2 -2
package/bin/create-nx-plugin.js
CHANGED
@@ -9,7 +9,6 @@ const prompts_1 = require("create-nx-workspace/src/internal-utils/prompts");
|
|
9
9
|
const yargs_options_1 = require("create-nx-workspace/src/internal-utils/yargs-options");
|
10
10
|
const create_nx_workspace_1 = require("create-nx-workspace");
|
11
11
|
const output_1 = require("create-nx-workspace/src/utils/output");
|
12
|
-
const show_nx_warning_1 = require("create-nx-workspace/src/utils/nx/show-nx-warning");
|
13
12
|
const ab_testing_1 = require("create-nx-workspace/src/utils/nx/ab-testing");
|
14
13
|
exports.yargsDecorator = {
|
15
14
|
'Options:': `${pc.green(`Options`)}:`,
|
@@ -95,7 +94,6 @@ async function main(parsedArgs) {
|
|
95
94
|
],
|
96
95
|
});
|
97
96
|
const workspaceInfo = await (0, create_nx_workspace_1.createWorkspace)(`@nx/plugin@${nxVersion}`, populatedArguments);
|
98
|
-
(0, show_nx_warning_1.showNxWarning)(parsedArgs.pluginName);
|
99
97
|
await (0, ab_testing_1.recordStat)({
|
100
98
|
nxVersion,
|
101
99
|
command: 'create-nx-workspace',
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-nx-plugin",
|
3
|
-
"version": "20.
|
3
|
+
"version": "20.2.0-canary.20241112-c21b039",
|
4
4
|
"private": false,
|
5
5
|
"description": "This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.",
|
6
6
|
"repository": {
|
@@ -29,7 +29,7 @@
|
|
29
29
|
},
|
30
30
|
"homepage": "https://nx.dev",
|
31
31
|
"dependencies": {
|
32
|
-
"create-nx-workspace": "20.
|
32
|
+
"create-nx-workspace": "20.2.0-canary.20241112-c21b039",
|
33
33
|
"picocolors": "^1.1.0",
|
34
34
|
"enquirer": "~2.3.6",
|
35
35
|
"tslib": "^2.3.0",
|