eprolo-cli 1.0.75 → 1.0.76

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
@@ -9,7 +9,7 @@ const https = require("https");
9
9
  const LOGIN_API = "https://wixtest.eprolo.com/v1/auth/verifyCode.stm";
10
10
  const REFRESH_API = "https://wixtest.eprolo.com/v1/auth/refresh-code";
11
11
  const ORDERS_API = "https://wixtest.eprolo.com/order_list.html";
12
- const PRODUCT_TYPE_API = "https://wixtest.eprolo.com/product_list.html";
12
+ const PRODUCT_TYPE_API = "https://wixtest.eprolo.com/getproduct.html";
13
13
  const CONFIG_DIR = path.join(os.homedir(), ".eprolo-toolkit");
14
14
  const CONFIG_FILE = path.join(CONFIG_DIR, "config.json");
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eprolo-cli",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
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"