@afterxleep/doc-bot 1.13.0 → 1.13.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afterxleep/doc-bot",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Generic MCP server for intelligent documentation access in any project",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -2,7 +2,7 @@ import fs from 'fs-extra';
2
2
  import path from 'path';
3
3
  import { createWriteStream } from 'fs';
4
4
  import axios from 'axios';
5
- import tar from 'tar';
5
+ import * as tar from 'tar';
6
6
  import AdmZip from 'adm-zip';
7
7
  import plist from 'plist';
8
8
  import crypto from 'crypto';