lightshortcuts 1.1.0 → 1.1.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/bin/lsc.js CHANGED
@@ -44,9 +44,9 @@ const {
44
44
  dealVersionList,
45
45
  batchDealVersionList,
46
46
  sendWechatWebhook,
47
- } = require("../lib/core/API");
47
+ } = require("../lib/core/api");
48
48
 
49
- program.version("1.1.0");
49
+ program.version("1.1.1");
50
50
 
51
51
  // 登录并保存token
52
52
  let lightBaseURL = "";
package/lib/LSC.js CHANGED
@@ -57,7 +57,7 @@ const {
57
57
  queryOfflineVersionlist,
58
58
  syncPkgList,
59
59
  dealVersionList,
60
- } = require("./core/API");
60
+ } = require("./core/api");
61
61
 
62
62
  //在APP上发布指定离线包主逻辑
63
63
  async function publish(h5pkgid, app_id, app_name = "") {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "inquirer": "^8.2.0",
11
11
  "qs": "^6.10.3"
12
12
  },
13
- "version": "1.1.0",
13
+ "version": "1.1.1",
14
14
  "description": "Light离线包自动发布工具",
15
15
  "main": "index.js",
16
16
  "scripts": {