@gengjiawen/os-init 1.5.0 → 1.5.1
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 +8 -0
- package/package.json +2 -2
- package/pnpm-lock.yaml +0 -3804
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.1](https://github.com/gengjiawen/os-init/compare/v1.5.0...v1.5.1) (2025-10-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* add 'ip' dependency to package.json ([195b0d0](https://github.com/gengjiawen/os-init/commit/195b0d06b158962d57060336629e0666b726b9d9))
|
|
9
|
+
* add repository information to package.json ([441f752](https://github.com/gengjiawen/os-init/commit/441f7525a44af7a96b0f2916e2228439e89bb1d7))
|
|
10
|
+
|
|
3
11
|
## [1.5.0](https://github.com/gengjiawen/os-init/compare/v1.4.0...v1.5.0) (2025-10-25)
|
|
4
12
|
|
|
5
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gengjiawen/os-init",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"commander": "^12.1.0",
|
|
23
|
+
"ip": "^2.0.1",
|
|
23
24
|
"execa": "^8.0.1"
|
|
24
25
|
},
|
|
25
26
|
"publishConfig": {
|
|
@@ -38,7 +39,6 @@
|
|
|
38
39
|
"@types/node": "24.1.0",
|
|
39
40
|
"cpy-cli": "^4.2.0",
|
|
40
41
|
"husky": "9.1.6",
|
|
41
|
-
"ip": "^2.0.1",
|
|
42
42
|
"jest": "29.7.0",
|
|
43
43
|
"lint-staged": "^15.2.2",
|
|
44
44
|
"nodemon": "3.1.4",
|