meta-json-schema 1.19.16 → 1.19.18
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,25 @@
|
|
|
1
|
+
## v1.19.18
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 移除: sudoku `listeners` 移除配置项 `seed`
|
|
6
|
+
- 新增: sudoku `listeners` 新增配置项 `enable-pure-downlink`、`custom-table`、`custom-tables`
|
|
7
|
+
- 新增: sudoku 新增配置项 `enable-pure-downlink`、`custom-table`、`custom-tables`、`http-mask-strategy`
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## v1.19.17
|
|
12
|
+
|
|
13
|
+
### Changes
|
|
14
|
+
|
|
15
|
+
- 调整: mieru 出站传输层协议支持 UDP
|
|
16
|
+
- 新增: DNS 新增 `fake-ip-ttl` 配置项
|
|
17
|
+
- 新增: proxy 新增 `sudoku` 协议
|
|
18
|
+
- 新增: inbound 新增 sudoku `listeners` 配置项
|
|
19
|
+
- 移除: 彻底移除 `relay` 代理组,使用 `dialer-proxy` 代替
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
1
23
|
## v1.19.16
|
|
2
24
|
|
|
3
25
|
### 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.18",
|
|
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": "^20.
|
|
34
|
-
"@commitlint/config-conventional": "^20.
|
|
33
|
+
"@commitlint/cli": "^20.2.0",
|
|
34
|
+
"@commitlint/config-conventional": "^20.2.0",
|
|
35
35
|
"dprint": "^0.50.2",
|
|
36
36
|
"json-schema-artifact": "^2.0.3",
|
|
37
|
-
"lefthook": "^
|
|
37
|
+
"lefthook": "^2.0.9"
|
|
38
38
|
},
|
|
39
39
|
"commitlint": {
|
|
40
40
|
"extends": [
|