pug-site-core 2.0.3 → 2.0.4

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -57,5 +57,5 @@ if (args.includes("dev")) {
57
57
  process.exit(1);
58
58
  }
59
59
  } else {
60
- console.log(`请添加 dev 参数以执行命令,例如: npm run getData dev`);
60
+ // console.log(`请添加 dev 参数以执行命令,例如: npm run getData dev`);
61
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pug-site-core",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -37,7 +37,7 @@
37
37
  "axios": "^1.7.7"
38
38
  },
39
39
  "license": "ISC",
40
- "description": "优化并发处理现在可以精细到一个数据请求",
40
+ "description": "去掉调试log",
41
41
  "files": [
42
42
  "lib/",
43
43
  "index.js"