meta-json-schema 1.19.13 → 1.19.14
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,3 +1,19 @@
|
|
|
1
|
+
## v1.19.14
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 调整: 更新 vless `encryption` 客户端配置描述
|
|
6
|
+
- 新增: wireguard 新增 `s3`、`s4` 配置项(AmneziaWG v2.0)
|
|
7
|
+
- 调整: wireguard 的 `h1`、`h2`、`h3`、`h4` 配置项类型调整为字符串(AmneziaWG v2.0)
|
|
8
|
+
- 新增: TUN 新增 `disable-icmp-forwarding` 配置项
|
|
9
|
+
- 移除: hy1/hy2/tuic 移除 `ca`、`ca-str` 配置项(使用 fingerprint 代替)
|
|
10
|
+
- 新增: anytls/http/hy/hy2/ss/socks/trojan/tuic/vless/vmess 新增 `certificate`、`private-key` 配置项
|
|
11
|
+
- 新增: listener anytls/http/hy2/mixed/socks/trojan/tuic/vless/vmess 新增 `client-auth-type`、`client-auth-cert` 配置项
|
|
12
|
+
- 新增: ss 新增 `kcptun` 插件相关配置项支持
|
|
13
|
+
- 调整: mieru 弃用 `port-range` 字段(功能合并到 `port`)
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
## v1.19.13
|
|
2
18
|
|
|
3
19
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meta-json-schema",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.14",
|
|
4
4
|
"description": "JSON Schema for Clash Meta",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clash",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"preview": "npm publish --dry-run"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@commitlint/cli": "^
|
|
34
|
-
"@commitlint/config-conventional": "^
|
|
35
|
-
"dprint": "^0.50.
|
|
33
|
+
"@commitlint/cli": "^20.1.0",
|
|
34
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
35
|
+
"dprint": "^0.50.2",
|
|
36
36
|
"json-schema-artifact": "^2.0.3",
|
|
37
|
-
"lefthook": "^1.
|
|
37
|
+
"lefthook": "^1.13.6"
|
|
38
38
|
},
|
|
39
39
|
"commitlint": {
|
|
40
40
|
"extends": [
|