@flun/windows 2.0.4 → 2.0.5
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 +58 -58
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# 变更日志
|
|
2
|
-
## [2.0.
|
|
3
|
-
###
|
|
4
|
-
-
|
|
2
|
+
## [2.0.5] - 2026-5-01 19:51
|
|
3
|
+
### 优化:
|
|
4
|
+
- 优化内部一些细节;
|
package/package.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@flun/windows",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "支持 Windows 服务、事件日志、UAC 以及多种与操作系统交互的辅助方法",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"windows",
|
|
7
|
-
"service",
|
|
8
|
-
"daemon",
|
|
9
|
-
"logging",
|
|
10
|
-
"event",
|
|
11
|
-
"event logging",
|
|
12
|
-
"elevate",
|
|
13
|
-
"sudo",
|
|
14
|
-
"task"
|
|
15
|
-
],
|
|
16
|
-
"author": "flun <cn@flun.top>",
|
|
17
|
-
"publishConfig": {
|
|
18
|
-
"access": "public"
|
|
19
|
-
},
|
|
20
|
-
"type": "module",
|
|
21
|
-
"types": "index.d.ts",
|
|
22
|
-
"exports": {
|
|
23
|
-
".": "./index.js"
|
|
24
|
-
},
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@flun/windows",
|
|
3
|
+
"version": "2.0.5",
|
|
4
|
+
"description": "支持 Windows 服务、事件日志、UAC 以及多种与操作系统交互的辅助方法",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"windows",
|
|
7
|
+
"service",
|
|
8
|
+
"daemon",
|
|
9
|
+
"logging",
|
|
10
|
+
"event",
|
|
11
|
+
"event logging",
|
|
12
|
+
"elevate",
|
|
13
|
+
"sudo",
|
|
14
|
+
"task"
|
|
15
|
+
],
|
|
16
|
+
"author": "flun <cn@flun.top>",
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public"
|
|
19
|
+
},
|
|
20
|
+
"type": "module",
|
|
21
|
+
"types": "index.d.ts",
|
|
22
|
+
"exports": {
|
|
23
|
+
".": "./index.js"
|
|
24
|
+
},
|
|
25
|
+
"main": "index.js",
|
|
26
|
+
"files": [
|
|
27
|
+
"lib",
|
|
28
|
+
"bin",
|
|
29
|
+
"index.d.ts",
|
|
30
|
+
"index.js",
|
|
31
|
+
"sevWin.js",
|
|
32
|
+
"copy-files.js",
|
|
33
|
+
"README.md",
|
|
34
|
+
"CHANGELOG.md",
|
|
35
|
+
"LICENSE"
|
|
36
|
+
],
|
|
37
|
+
"preferGlobal": true,
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"xml": "1.0.1",
|
|
40
|
+
"yargs": "^18.0.0"
|
|
41
|
+
},
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">=22.12.0",
|
|
44
|
+
"npm": ">=10.0.0"
|
|
45
|
+
},
|
|
46
|
+
"repository": {
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "git+https://github.com/flunGit/windows.git"
|
|
49
|
+
},
|
|
50
|
+
"homepage": "https://www.npmjs.com/package/@flun/windows#readme",
|
|
51
|
+
"bugs": {
|
|
52
|
+
"url": "https://github.com/flunGit/windows/issues"
|
|
53
|
+
},
|
|
54
|
+
"license": "ISC",
|
|
55
|
+
"scripts": {
|
|
56
|
+
"postinstall": "node copy-files.js 2>&1"
|
|
57
|
+
}
|
|
58
|
+
}
|