cyymall-cli 0.1.7 → 0.1.9

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/config.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyymall-cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "description": "CyyMall / 菜洋洋商城 API CLI (per app-api-cli-spec)",
5
5
  "bin": {
6
6
  "cyy": "bin/cyy.js"
package/src/config.js CHANGED
@@ -4,7 +4,7 @@ const fs = require("fs");
4
4
  const path = require("path");
5
5
  const os = require("os");
6
6
 
7
- const DEFAULT_BASE_URL = "https://yunping.ifoodbuy.com/";
7
+ const DEFAULT_BASE_URL = "https://yunping.ifoodbuy.com/applet/";
8
8
 
9
9
  /** BuildConfig-style module prefixes (app-api-cli-spec §1.2) */
10
10
  const MODULE_MAP = {