@vvi/log 1.1.5 → 1.1.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # 更新日志 📔
2
2
 
3
+ ## 1.1.7 (2026-9-8)
4
+
5
+ - 维护信息
6
+
7
+ ## 1.1.6 (2026-7-15)
8
+
9
+ - 移除打包后的 "package.json" 文件的 "type" 属性的,该属性添加影响 cjs 的引用方式
10
+ - 移除多余的 "module" 属性
11
+
3
12
  ## 1.1.5 (2026-6-14)
4
13
 
5
14
  - 维护导出信息
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright ©️ <2025> <Mr.MudBean>
3
+ Copyright ©️ <2025> <MrMudBean>
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @vvi/log
2
2
 
3
- [![version](<https://img.shields.io/npm/v/@vvi/log.svg?logo=@mudbean/npm&logoColor=rgb(0,0,0)&label=版本号&labelColor=rgb(73,73,228)&color=rgb(0,0,0)>)](https://www.npmjs.com/package/@vvi/log) [![issues 提交](<https://img.shields.io/badge/issues-提交-rgb(255,0,63)?logo=github>)](https://github.com/MrMudBean/log/issues)
3
+ [![version](<https://img.shields.io/npm/v/@vvi/log.svg?logo=@mudbean/npm&logoColor=rgb(0,0,0)&label=版本号&labelColor=rgb(73,73,228)&color=rgb(0,0,0)>)](https://www.npmjs.com/package/@vvi/log) [![issues 提交](<https://img.shields.io/badge/issues-提交-rgb(255,0,63)?logo=github>)](https://github.com/gleanings/log/issues)
4
4
 
5
5
  ## 安装
6
6
 
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.7",
5
4
  "main": "cjs/index.js",
6
- "module": "es/index.js",
7
5
  "types": "es/index.d.ts",
8
6
  "author": {
9
7
  "name": "泥豆君",
@@ -37,20 +35,20 @@
37
35
  "mudbean",
38
36
  "vvi"
39
37
  ],
40
- "homepage": "https://npm.lmssee.com/log",
38
+ "homepage": "https://npm.gleanings.cn/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.7",
41
+ "@vvi/pen": "^3.0.4",
42
+ "@vvi/pen-static": "^1.1.5",
43
+ "@vvi/utils": "^2.1.1"
46
44
  },
47
45
  "bugs": {
48
- "url": "https://github.com/MrMudBean/log/issues",
46
+ "url": "https://github.com/gleanings/log/issues",
49
47
  "email": "Mr.MudBean@outlook.com"
50
48
  },
51
49
  "repository": {
52
50
  "type": "git",
53
- "url": "git+https://github.com/MrMudBean/log.git"
51
+ "url": "git+https://github.com/gleanings/log.git"
54
52
  },
55
53
  "publishConfig": {
56
54
  "access": "public",