ssh-config 4.1.1 → 4.1.2
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/History.md +9 -0
- package/package.json +2 -1
package/History.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
4.1.2 / 2022-01-20
|
|
2
|
+
==================
|
|
3
|
+
|
|
4
|
+
## What's Changed
|
|
5
|
+
* docs: types field in package.json by @cyjake in https://github.com/cyjake/ssh-config/pull/50
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
**Full Changelog**: https://github.com/cyjake/ssh-config/compare/v4.1.1...v4.1.2
|
|
9
|
+
|
|
1
10
|
4.1.1 / 2021-10-21
|
|
2
11
|
==================
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ssh-config",
|
|
3
3
|
"description": "SSH config parser and stringifier",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
5
5
|
"author": "Chen Yangjian (https://www.cyj.me)",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -26,5 +26,6 @@
|
|
|
26
26
|
"engine": {
|
|
27
27
|
"node": ">= 10.0.0"
|
|
28
28
|
},
|
|
29
|
+
"types": "types/index.d.ts",
|
|
29
30
|
"license": "MIT"
|
|
30
31
|
}
|