create-nx-plugin
Advanced tools
Comparing version 0.0.0-pr-28859-d05a640 to 0.0.0-pr-29047-57d3073
@@ -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": "0.0.0-pr-28859-d05a640", | ||
"version": "0.0.0-pr-29047-57d3073", | ||
"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": "0.0.0-pr-28859-d05a640", | ||
"create-nx-workspace": "0.0.0-pr-29047-57d3073", | ||
"picocolors": "^1.1.0", | ||
@@ -35,0 +35,0 @@ "enquirer": "~2.3.6", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10339
162
+ Addedcreate-nx-workspace@0.0.0-pr-29047-57d3073(transitive)
- Removedcreate-nx-workspace@0.0.0-pr-28859-d05a640(transitive)