@flun/windows 2.0.7 → 2.0.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 +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# 变更日志
|
|
2
|
-
## [2.0.
|
|
3
|
-
###
|
|
4
|
-
-
|
|
2
|
+
## [2.0.8] - 2026-5-12 08:14
|
|
3
|
+
### 更改:
|
|
4
|
+
- GitHub账户名更改为 OpenFlun,访问时请注意账户名是否正确;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flun/windows",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "支持 Windows 服务、事件日志、UAC 以及多种与操作系统交互的辅助方法",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"windows",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
48
|
-
"url": "git+https://github.com/
|
|
48
|
+
"url": "git+https://github.com/OpenFlun/windows.git"
|
|
49
49
|
},
|
|
50
50
|
"homepage": "https://www.npmjs.com/package/@flun/windows#readme",
|
|
51
51
|
"bugs": {
|
|
52
|
-
"url": "https://github.com/
|
|
52
|
+
"url": "https://github.com/OpenFlun/windows/issues"
|
|
53
53
|
},
|
|
54
54
|
"license": "ISC",
|
|
55
55
|
"scripts": {
|