goblin-malin 0.1.12 → 0.1.13
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/assets/themes/dark.json +1 -0
- package/dist/assets/themes/light.json +1 -0
- package/dist/{chunk-ARC4LOBX.js → chunk-4NSWYXSP.js} +2 -2
- package/dist/{chunk-IUIY6QSB.js → chunk-OUQ2CB5Q.js} +2655 -854
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{metadata-5BEYCNEW.js → metadata-K3LLTE6Z.js} +1 -1
- package/package.json +6 -1
|
@@ -109,7 +109,7 @@ dotenv.config({
|
|
|
109
109
|
});
|
|
110
110
|
function resolveAppVersion() {
|
|
111
111
|
try {
|
|
112
|
-
return "0.1.
|
|
112
|
+
return "0.1.13";
|
|
113
113
|
} catch {
|
|
114
114
|
const _req = createRequire(import.meta.url);
|
|
115
115
|
return _req("../package.json").version;
|
|
@@ -318,6 +318,7 @@ var Logger = class _Logger {
|
|
|
318
318
|
// Combined log file
|
|
319
319
|
new winston.transports.File({
|
|
320
320
|
filename: logsPath,
|
|
321
|
+
level: "debug",
|
|
321
322
|
format: winston.format.combine(winston.format.timestamp(), winston.format.json())
|
|
322
323
|
})
|
|
323
324
|
]
|
|
@@ -474,7 +475,6 @@ export {
|
|
|
474
475
|
DEFAULT_APP_DATA_DIR,
|
|
475
476
|
APP_VERSION,
|
|
476
477
|
deepMerge,
|
|
477
|
-
SETTINGS_PATH,
|
|
478
478
|
SettingsStore,
|
|
479
479
|
inkTransport,
|
|
480
480
|
getAssetPath,
|