create-solana-dapp
Advanced tools
Comparing version 2.0.0-beta.4 to 2.0.0-beta.5
@@ -8,10 +8,7 @@ #!/usr/bin/env node | ||
const package_manager_1 = require("create-nx-workspace/src/utils/package-manager"); | ||
const get_app_info_1 = require("../lib/get-app-info"); | ||
const node_path_1 = require("node:path"); | ||
const custom_create_workspace_1 = require("../lib/custom-create-workspace"); | ||
const get_args_1 = require("../lib/get-args"); | ||
const custom_create_workspace_1 = require("../lib/custom-create-workspace"); | ||
const node_path_1 = require("node:path"); | ||
function main() { | ||
return tslib_1.__awaiter(this, void 0, void 0, function* () { | ||
const app = (0, get_app_info_1.getAppInfo)(); | ||
(0, prompts_1.intro)(`${app.name} ${app.version}`); | ||
const pm = (0, package_manager_1.detectInvokedPackageManager)(); | ||
@@ -18,0 +15,0 @@ const args = yield (0, get_args_1.getArgs)(process.argv, pm); |
@@ -84,2 +84,4 @@ "use strict"; | ||
}; | ||
// Display the intro | ||
(0, prompts_1.intro)(`${app.name} ${app.version}`); | ||
// Get the prompts for any missing options | ||
@@ -86,0 +88,0 @@ const prompts = yield (0, get_prompts_1.getPrompts)({ options, presets }); |
{ | ||
"name": "create-solana-dapp", | ||
"version": "2.0.0-beta.4", | ||
"version": "2.0.0-beta.5", | ||
"description": "Get up and running fast with Solana dApps", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
42677
574