travel-agent-cli 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/bin/cli.js +0 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -41,7 +41,6 @@ function findPython() {
41
41
 
42
42
  for (const cmd of candidates) {
43
43
  try {
44
- const { execSync } = await import('child_process');
45
44
  execSync(`${cmd} --version`, { stdio: 'ignore' });
46
45
  return cmd;
47
46
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "travel-agent-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "AI 驱动的旅行目的地推荐 Agent - 命令行工具(集成 FlyAI 旅行搜索)",
5
5
  "type": "module",
6
6
  "bin": {