eprolo-cli 1.0.15 → 1.0.16

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/bin/eprolo-cli.js CHANGED
@@ -211,7 +211,7 @@ async function main() {
211
211
  // })
212
212
  const args = parseArgs(process.argv.slice(2));
213
213
  const [group, command] = args._;
214
- const baseUrl = args.baseUrl || BASE_URL;
214
+ const baseUrl = BASE_URL;
215
215
  const auth = requireAuth(args);
216
216
  const target = requireTaskTarget(args);
217
217
  printResult(await postJson(baseUrl, "", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eprolo-cli",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "CLI for Dianxiaobao ICBU AI publishing, authorization profile management, task submission, and task status checks.",
5
5
  "bin": {
6
6
  "eprolo": "bin/eprolo-cli.js"