create-nx-plugin
Advanced tools
Comparing version 20.0.12 to 20.0.13
@@ -12,3 +12,2 @@ #!/usr/bin/env node | ||
const output_1 = require("create-nx-workspace/src/utils/output"); | ||
const show_nx_warning_1 = require("create-nx-workspace/src/utils/nx/show-nx-warning"); | ||
const ab_testing_1 = require("create-nx-workspace/src/utils/nx/ab-testing"); | ||
@@ -99,3 +98,2 @@ exports.yargsDecorator = { | ||
const workspaceInfo = await (0, create_nx_workspace_1.createWorkspace)(`@nx/plugin@${nxVersion}`, populatedArguments); | ||
(0, show_nx_warning_1.showNxWarning)(parsedArgs.pluginName); | ||
await (0, ab_testing_1.recordStat)({ | ||
@@ -102,0 +100,0 @@ nxVersion, |
{ | ||
"name": "create-nx-plugin", | ||
"version": "20.0.12", | ||
"version": "20.0.13", | ||
"private": false, | ||
@@ -32,3 +32,3 @@ "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.", | ||
"dependencies": { | ||
"create-nx-workspace": "20.0.12", | ||
"create-nx-workspace": "20.0.13", | ||
"picocolors": "^1.1.0", | ||
@@ -35,0 +35,0 @@ "enquirer": "~2.3.6", |
10309
162
+ Addedcreate-nx-workspace@20.0.13(transitive)
- Removedcreate-nx-workspace@20.0.12(transitive)
Updatedcreate-nx-workspace@20.0.13