jimeng-cli 0.3.0 → 0.3.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/dist/cli/index.js CHANGED
@@ -1350,7 +1350,10 @@ import { execSync, spawn } from "child_process";
1350
1350
  import { existsSync } from "fs";
1351
1351
  import path4 from "path";
1352
1352
  import os from "os";
1353
+ import { fileURLToPath } from "url";
1353
1354
  import minimist4 from "minimist";
1355
+ var __filename = fileURLToPath(import.meta.url);
1356
+ var __dirname = path4.dirname(__filename);
1354
1357
  var LOGIN_SCRIPT = path4.join(__dirname, "..", "..", "scripts", "jimeng_login_helper.py");
1355
1358
  function createLoginCommandHandler(deps) {
1356
1359
  return async (argv) => {