create-v-kit-spa 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/messages.js +1 -1
- package/dist/prompts.js +1 -1
- package/package.json +1 -1
package/dist/messages.js
CHANGED
|
@@ -47,7 +47,7 @@ function successMessage(sourceVal) {
|
|
|
47
47
|
console.log(chalk_1.default.cyanBright.bold(" O * ' .\n"));
|
|
48
48
|
}, 300);
|
|
49
49
|
setTimeout(() => {
|
|
50
|
-
console.log('Well done 🎉🎉,', chalk_1.default.green('These Boilerplates are created with coffee & passion by', chalk_1.default.green.bold.underline('
|
|
50
|
+
console.log('Well done 🎉🎉,', chalk_1.default.green('These Boilerplates are created with coffee & passion by', chalk_1.default.green.bold.underline('Joshua Tania'), chalk_1.default.whiteBright('\nFor more info (github): >>'), chalk_1.default.green.underline('https://github.com/Shuashuaa/create-v-kit-spa'), chalk_1.default.whiteBright('\nFor more info (gitlab): >>'), chalk_1.default.green.underline('https://gitlab.com/shuashuaa/create-v-kit-spa\n')));
|
|
51
51
|
}, 800);
|
|
52
52
|
setTimeout(() => {
|
|
53
53
|
if (sourceVal == "158" || sourceVal == "159") {
|
package/dist/prompts.js
CHANGED
|
@@ -64,7 +64,7 @@ function getBoilerplateChoice() {
|
|
|
64
64
|
message += `[2] - ${chalk_1.default.underline('Vue3-Laravel8')} ${chalk_1.default.grey.italic('~ php v7.4')}\n`;
|
|
65
65
|
message += `[3] - ${chalk_1.default.underline('Vue3-Laravel9')} ${chalk_1.default.grey.italic('~ php v8.0')}\n`;
|
|
66
66
|
message += `[4] - ${chalk_1.default.underline('Vue3-Laravel10')} ${chalk_1.default.grey.italic('~ php v8.1')}\n`;
|
|
67
|
-
message += `[5] - ${chalk_1.default.underline('Vue3-Laravel11')} ${chalk_1.default.grey.italic('~ php v8.2')}\n`;
|
|
67
|
+
message += `[5] - ${chalk_1.default.underline('Vue3-Laravel11')} ${chalk_1.default.grey.italic('~ php v8.2 - v8.3')}\n`;
|
|
68
68
|
message += '=> ';
|
|
69
69
|
readline.question(message, (answer) => __awaiter(this, void 0, void 0, function* () {
|
|
70
70
|
resolve(parseInt(answer));
|