create-solana-dapp
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
@@ -16,5 +16,4 @@ "use strict"; | ||
const spin1 = (0, prompts_1.spinner)(); | ||
spin1.start(`Creating sandbox with ${packageManager}`); | ||
spin1.start(`Creating new workspace with ${packageManager}`); | ||
const tmpDir = yield (0, custom_create_sandbox_1.customCreateSandbox)(packageManager); | ||
spin1.message(`Creating new workspace with ${packageManager}`); | ||
// nx new requires preset currently. We should probably make it optional. | ||
@@ -21,0 +20,0 @@ const directory = yield (0, custom_create_empty_workspace_1.customCreateEmptyWorkspace)(tmpDir, name, packageManager, Object.assign(Object.assign({}, options), { preset })); |
{ | ||
"name": "create-solana-dapp", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"description": "Get up and running fast with Solana dApps", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
42799
575