node-karin 1.9.2 → 1.9.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # 更新日志
2
2
 
3
+ ## [1.9.3](https://github.com/KarinJS/Karin/compare/core-v1.9.2...core-v1.9.3) (2025-05-17)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * close [#439](https://github.com/KarinJS/Karin/issues/439) close [#438](https://github.com/KarinJS/Karin/issues/438) ([ea5db12](https://github.com/KarinJS/Karin/commit/ea5db1280a8468a37075dbc94b24fa14ac6757fa))
9
+
3
10
  ## [1.9.2](https://github.com/KarinJS/Karin/compare/core-v1.9.1...core-v1.9.2) (2025-05-12)
4
11
 
5
12
 
@@ -1,7 +1,7 @@
1
1
  import EventEmitter from 'events';
2
2
  import * as events from 'events';
3
3
  import chalk__default from 'chalk';
4
- import { L as Logger } from './types-BJk0oTwW.js';
4
+ import { L as Logger } from './types-GyuTZPId.js';
5
5
 
6
6
  /**
7
7
  * 创建调试函数
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import EventEmitter from 'events';
2
2
  import * as chalk from 'chalk';
3
3
  export { basePath, commentPath, configPath, consolePath, dataPath, dbPath, defaultConfigPath, defaultViewPath, htmlPath, isPackaged, isPkg, karinDir, karinMain, karinPathBase, karinPathComment, karinPathConfig, karinPathConsole, karinPathData, karinPathDb, karinPathDefaultConfig, karinPathDefaultView, karinPathHtml, karinPathKv, karinPathLogs, karinPathMain, karinPathPlugins, karinPathPm2Config, karinPathRedisSqlite3, karinPathResource, karinPathRoot, karinPathSandboxData, karinPathSandboxTemp, karinPathTaskDb, karinPathTemp, kvPath, logsPath, pluginDir, pm2Path, redisSqlite3Path, resourcePath, sandboxDataPath, sandboxTempPath, tempPath } from './root.js';
4
- import { a as LogMethodNames, b as LoggerLevel, L as Logger } from './types-BJk0oTwW.js';
5
- export { D as DEFAULT_LOGGER_CONFIG, F as FileLogConfig, c as LogMethodsOnly, f as LogWriter, d as LoggerConfig, e as LoggerLevelPriority } from './types-BJk0oTwW.js';
4
+ import { a as LogMethodNames, b as LoggerLevel, L as Logger } from './types-GyuTZPId.js';
5
+ export { D as DEFAULT_LOGGER_CONFIG, F as FileLogConfig, c as LogMethodsOnly, f as LogWriter, d as LoggerConfig, e as LoggerLevelPriority } from './types-GyuTZPId.js';
6
6
  import sqlite3, { Database } from 'sqlite3';
7
7
  import schedule from 'node-schedule';
8
8
  import fs$1, { WriteStream } from 'node:fs';