@iflow-ai/iflow-cli 0.2.5 → 0.2.6-beta.0
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
|
@@ -15,7 +15,7 @@ import { pipeline } from 'stream/promises';
|
|
|
15
15
|
import { Extract } from 'unzipper';
|
|
16
16
|
|
|
17
17
|
// 常量定义
|
|
18
|
-
const PLUGIN_URL = 'https://cloud.iflow.cn/iflow-cli/iflow-idea-0.
|
|
18
|
+
const PLUGIN_URL = 'https://cloud.iflow.cn/iflow-cli/iflow-idea-0.2.5.zip';
|
|
19
19
|
const PLUGIN_DIR_NAME = 'iflow-idea';
|
|
20
20
|
const TEMP_DIR_NAME = 'tstar-cli-idea-plugin';
|
|
21
21
|
const LOG_PREFIX = '[JetBrains Extension]';
|