@adbayb/stack 0.0.0-next-b8a4412 → 0.0.0-next-66d9b95
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.mjs +3 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -162,7 +162,7 @@ const checkCommit = async ()=>{
|
|
|
162
162
|
}
|
|
163
163
|
};
|
|
164
164
|
const createError = (bin, error)=>{
|
|
165
|
-
const errorMessage = `\`${bin}\` failed
|
|
165
|
+
const errorMessage = `\`${bin}\` command failed.\n${String(error)}`;
|
|
166
166
|
if (error instanceof Error) {
|
|
167
167
|
error.message = errorMessage;
|
|
168
168
|
return error;
|
|
@@ -327,7 +327,7 @@ const PRESERVE_FILES = [
|
|
|
327
327
|
];
|
|
328
328
|
|
|
329
329
|
var name = "@adbayb/stack";
|
|
330
|
-
var version = "0.0.0-next-
|
|
330
|
+
var version = "0.0.0-next-66d9b95";
|
|
331
331
|
var description = "My opinionated JavaScript-based toolchain";
|
|
332
332
|
var publishConfig = {
|
|
333
333
|
access: "public"
|
|
@@ -404,7 +404,7 @@ var dependencies = {
|
|
|
404
404
|
"eslint-plugin-sort-keys-custom-order": "^2.1.0",
|
|
405
405
|
fdir: "^6.4.2",
|
|
406
406
|
prettier: "^3.3.3",
|
|
407
|
-
termost: "^0.
|
|
407
|
+
termost: "^0.17.0",
|
|
408
408
|
turbo: "^2.2.1",
|
|
409
409
|
typescript: "^5.6.3"
|
|
410
410
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adbayb/stack",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-66d9b95",
|
|
4
4
|
"description": "My opinionated JavaScript-based toolchain",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"eslint-plugin-sort-keys-custom-order": "^2.1.0",
|
|
71
71
|
"fdir": "^6.4.2",
|
|
72
72
|
"prettier": "^3.3.3",
|
|
73
|
-
"termost": "^0.
|
|
73
|
+
"termost": "^0.17.0",
|
|
74
74
|
"turbo": "^2.2.1",
|
|
75
75
|
"typescript": "^5.6.3"
|
|
76
76
|
},
|