@chen_258/audit-tool 1.0.4 → 1.0.5

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.
@@ -1,6 +1,6 @@
1
1
  import fs from 'fs';
2
2
  import { join } from 'path';
3
- import { uniqueId, getDirname } from '../common/utils';
3
+ import { uniqueId, getDirname } from '../common/utils.js';
4
4
  const __dirname = getDirname(import.meta.url); // 获取当前文件的目录名
5
5
  const basePath = join(__dirname, './'); // 获取上级目录
6
6
  const workBasePath = join(basePath, 'work'); // 定义工作目录路径
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chen_258/audit-tool",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "main": "./dist/mcp/index.js",
6
6
  "bin": {