@maccesar/titools 2.0.1 → 2.0.2

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/lib/downloader.js CHANGED
@@ -9,7 +9,6 @@ import { join, dirname } from 'path';
9
9
  import { pipeline } from 'stream/promises';
10
10
  import { unlink } from 'fs/promises';
11
11
  import tar from 'tar';
12
- import fetch from 'node-fetch';
13
12
  import { REPO_API_URL, REPO_RAW_URL, GITHUB_API_HEADERS } from './config.js';
14
13
 
15
14
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maccesar/titools",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Titanium SDK skills and agents for AI coding assistants (Claude Code, Gemini CLI, Codex CLI)",
5
5
  "main": "lib/index.js",
6
6
  "type": "module",
@@ -45,7 +45,6 @@
45
45
  "commander": "^12.0.0",
46
46
  "fs-extra": "^11.2.0",
47
47
  "inquirer": "^9.2.0",
48
- "node-fetch": "^3.3.0",
49
48
  "ora": "^8.0.0",
50
49
  "tar": "^7.4.3"
51
50
  },