ol-base-components 2.8.18 → 2.8.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/api/run.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol-base-components",
3
- "version": "2.8.18",
3
+ "version": "2.8.19",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "bin": {
package/src/api/run.js CHANGED
@@ -12,7 +12,6 @@ const defaultRemark = `/**
12
12
  * ⚠️ 警告:此文件由脚本自动生成,请勿手动编辑!
13
13
  * �� swagger更新后请重新运行生成脚本
14
14
  * 服务地址:${process.argv[2]}
15
- *
16
15
  */\n\n`;
17
16
  // * 📅 生成时间: ${new Date().toLocaleString()}
18
17
  const spinnerChars = ["|", "/", "-", "\\"];