@vvi/log 1.1.5 → 1.1.6

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/CHANGELOG.md +5 -0
  2. package/package.json +5 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # 更新日志 📔
2
2
 
3
+ ## 1.1.6 (2026-7-15)
4
+
5
+ - 移除打包后的 "package.json" 文件的 "type" 属性的,该属性添加影响 cjs 的引用方式
6
+ - 移除多余的 "module" 属性
7
+
3
8
  ## 1.1.5 (2026-6-14)
4
9
 
5
10
  - 维护导出信息
package/package.json CHANGED
@@ -1,9 +1,7 @@
1
1
  {
2
2
  "name": "@vvi/log",
3
- "version": "1.1.5",
4
- "type": "module",
3
+ "version": "1.1.6",
5
4
  "main": "cjs/index.js",
6
- "module": "es/index.js",
7
5
  "types": "es/index.d.ts",
8
6
  "author": {
9
7
  "name": "泥豆君",
@@ -39,10 +37,10 @@
39
37
  ],
40
38
  "homepage": "https://npm.lmssee.com/log",
41
39
  "dependencies": {
42
- "@vvi/is": "^2.0.5",
43
- "@vvi/pen": "^3.0.2",
44
- "@vvi/pen-static": "^1.1.3",
45
- "@vvi/utils": "^2.0.6"
40
+ "@vvi/is": "^2.0.6",
41
+ "@vvi/pen": "^3.0.3",
42
+ "@vvi/pen-static": "^1.1.4",
43
+ "@vvi/utils": "^2.0.7"
46
44
  },
47
45
  "bugs": {
48
46
  "url": "https://github.com/MrMudBean/log/issues",