@adbayb/stack 2.39.0-next-9bbeb04 → 2.39.0-next-999e216
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/index.js
CHANGED
|
@@ -427,7 +427,7 @@ const PRESERVE_FILES = ["node_modules"];
|
|
|
427
427
|
|
|
428
428
|
//#endregion
|
|
429
429
|
//#region package.json
|
|
430
|
-
var version = "2.39.0-next-
|
|
430
|
+
var version = "2.39.0-next-999e216";
|
|
431
431
|
|
|
432
432
|
//#endregion
|
|
433
433
|
//#region src/commands/create.ts
|
|
@@ -438,7 +438,7 @@ const createCreateCommand = (program) => {
|
|
|
438
438
|
}).task({ handler() {
|
|
439
439
|
botMessage({
|
|
440
440
|
description: "I can guarantee you a project creation in under 1 minute 🚀",
|
|
441
|
-
title: `I'm Stack v${version}
|
|
441
|
+
title: `I'm Stack v${version} 👋`,
|
|
442
442
|
type: "information"
|
|
443
443
|
});
|
|
444
444
|
} }).task({
|
package/package.json
CHANGED
|
@@ -19,16 +19,11 @@
|
|
|
19
19
|
"prettier": "@adbayb/stack/prettier",
|
|
20
20
|
"packageManager": "pnpm@{{pnpmVersion}}",
|
|
21
21
|
"devEngines": {
|
|
22
|
-
"packageManager":
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "npm"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
22
|
+
"packageManager": {
|
|
23
|
+
"name": "pnpm",
|
|
24
|
+
"version": "{{pnpmVersion}}",
|
|
25
|
+
"onFail": "download"
|
|
26
|
+
},
|
|
32
27
|
"runtime": {
|
|
33
28
|
"name": "node",
|
|
34
29
|
"version": ">=24.0.0",
|
|
@@ -19,16 +19,11 @@
|
|
|
19
19
|
"prettier": "@adbayb/stack/prettier",
|
|
20
20
|
"packageManager": "pnpm@{{pnpmVersion}}",
|
|
21
21
|
"devEngines": {
|
|
22
|
-
"packageManager":
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "npm"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
22
|
+
"packageManager": {
|
|
23
|
+
"name": "pnpm",
|
|
24
|
+
"version": "{{pnpmVersion}}",
|
|
25
|
+
"onFail": "download"
|
|
26
|
+
},
|
|
32
27
|
"runtime": {
|
|
33
28
|
"name": "node",
|
|
34
29
|
"version": ">=24.0.0",
|