meta-json-schema 1.19.12 → 1.19.13
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,14 @@
|
|
|
1
|
+
## v1.19.13
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 新增: vless 新增 `encryption` 配置项(vless encryption 客户端配置)
|
|
6
|
+
- 新增: listener vless 新增 `encryption` 配置项(vless encryption 服务端配置)
|
|
7
|
+
- 新增: mieru 新增 `handshake-mode` 配置项(握手模式)
|
|
8
|
+
- 新增: wireguard 新增 `i1`、`i2`、`i3`、`i4`、`i5`、`j1`、`j2`、`j3`、`itime` 配置项(AmneziaWG v1.5)
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
1
12
|
## v1.19.12
|
|
2
13
|
|
|
3
14
|
### 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.13",
|
|
4
4
|
"description": "JSON Schema for Clash Meta",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clash",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@commitlint/cli": "^19.8.1",
|
|
34
34
|
"@commitlint/config-conventional": "^19.8.1",
|
|
35
|
-
"dprint": "^0.50.
|
|
35
|
+
"dprint": "^0.50.1",
|
|
36
36
|
"json-schema-artifact": "^2.0.3",
|
|
37
|
-
"lefthook": "^1.
|
|
37
|
+
"lefthook": "^1.12.3"
|
|
38
38
|
},
|
|
39
39
|
"commitlint": {
|
|
40
40
|
"extends": [
|