@vvi/log 1.1.6 → 1.1.8

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,13 @@
1
1
  # 更新日志 📔
2
2
 
3
+ ## 1.1.8 (2026-9-23)
4
+
5
+ - 信息维护
6
+
7
+ ## 1.1.7 (2026-9-8)
8
+
9
+ - 维护信息
10
+
3
11
  ## 1.1.6 (2026-7-15)
4
12
 
5
13
  - 移除打包后的 "package.json" 文件的 "type" 属性的,该属性添加影响 cjs 的引用方式
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@vvi/log",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "main": "cjs/index.js",
5
5
  "types": "es/index.d.ts",
6
6
  "author": {
@@ -35,20 +35,20 @@
35
35
  "mudbean",
36
36
  "vvi"
37
37
  ],
38
- "homepage": "https://npm.lmssee.com/log",
38
+ "homepage": "https://npms.gleanings.cn/log",
39
39
  "dependencies": {
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"
40
+ "@vvi/is": "^2.0.8",
41
+ "@vvi/pen": "^3.0.5",
42
+ "@vvi/pen-static": "^1.1.6",
43
+ "@vvi/utils": "^2.1.2"
44
44
  },
45
45
  "bugs": {
46
- "url": "https://github.com/MrMudBean/log/issues",
46
+ "url": "https://github.com/gleanings/log/issues",
47
47
  "email": "Mr.MudBean@outlook.com"
48
48
  },
49
49
  "repository": {
50
50
  "type": "git",
51
- "url": "git+https://github.com/MrMudBean/log.git"
51
+ "url": "git+https://github.com/gleanings/log.git"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public",