meta-json-schema 1.19.16 → 1.19.17

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,15 @@
1
+ ## v1.19.17
2
+
3
+ ### Changes
4
+
5
+ - 调整: mieru 出站传输层协议支持 UDP
6
+ - 新增: DNS 新增 `fake-ip-ttl` 配置项
7
+ - 新增: proxy 新增 `sudoku` 协议
8
+ - 新增: inbound 新增 sudoku `listeners` 配置项
9
+ - 移除: 彻底移除 `relay` 代理组,使用 `dialer-proxy` 代替
10
+
11
+ ---
12
+
1
13
  ## v1.19.16
2
14
 
3
15
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-json-schema",
3
- "version": "1.19.16",
3
+ "version": "1.19.17",
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.1.0",
34
- "@commitlint/config-conventional": "^20.0.0",
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": "^1.13.6"
37
+ "lefthook": "^2.0.9"
38
38
  },
39
39
  "commitlint": {
40
40
  "extends": [