pug-site-core 1.0.9 → 1.0.10

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/lib/utils.js +1 -1
  2. package/package.json +2 -2
package/lib/utils.js CHANGED
@@ -204,7 +204,7 @@ export async function obfuscateJavaScript(
204
204
  debugProtectionInterval: 2000, // 降低检查频率
205
205
 
206
206
  // 禁用控制台
207
- disableConsoleOutput: true,
207
+ disableConsoleOutput: false,
208
208
 
209
209
  // 标识符混淆
210
210
  identifierNamesGenerator: "hexadecimal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pug-site-core",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
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": "修复禁止debug的问题",
41
41
  "files": [
42
42
  "lib/",
43
43
  "index.js"