eprolo-cli 1.0.18 → 1.0.19

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
@@ -215,8 +215,8 @@ async function main() {
215
215
  printResult({
216
216
  success: true,
217
217
  connected: true,
218
- account: null,
219
- defaultStoreName: null
218
+ account: '000',
219
+ defaultStoreName: '1111'
220
220
  }, args.json);
221
221
  return;
222
222
  const auth = requireAuth(args);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eprolo-cli",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
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"