meta-json-schema 1.19.9 → 1.19.11
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,29 @@
|
|
|
1
|
+
## v1.19.11
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 新增: TUN 新增 `loopback-address` 配置项
|
|
6
|
+
|
|
7
|
+
### Bugs Fixes
|
|
8
|
+
|
|
9
|
+
- 修复: `sniffer` 配置的 `force-domain` 配置项不支持 `geosite:` 和 `rule-set:`
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## v1.19.10
|
|
14
|
+
|
|
15
|
+
### Changes
|
|
16
|
+
|
|
17
|
+
- 调整: 路由规则的参数部分(no-resolve、src),其前后支持任意个数的空格
|
|
18
|
+
- 调整: IPv6 支持 `IPv4-mapped IPv6` 格式
|
|
19
|
+
|
|
20
|
+
### Bugs Fixes
|
|
21
|
+
|
|
22
|
+
- 修复: `external-controller-cors` 配置的 `allow-origins` 配置项误写成 `allow-origin`
|
|
23
|
+
- 修复: TUN 配置项 `inet4-address`、`inet6-address` 类型错误(应为CIDR数组)
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
1
27
|
## v1.19.9
|
|
2
28
|
|
|
3
29
|
### Changes
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meta-json-schema",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.11",
|
|
4
4
|
"description": "JSON Schema for Clash Meta",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clash",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@commitlint/config-conventional": "^19.8.1",
|
|
35
35
|
"dprint": "^0.50.0",
|
|
36
36
|
"json-schema-artifact": "^1.1.3",
|
|
37
|
-
"lefthook": "^1.11.
|
|
37
|
+
"lefthook": "^1.11.14"
|
|
38
38
|
},
|
|
39
39
|
"commitlint": {
|
|
40
40
|
"extends": [
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"node": ">=18",
|
|
46
46
|
"pnpm": ">=9"
|
|
47
47
|
},
|
|
48
|
-
"packageManager": "pnpm@9.15.
|
|
48
|
+
"packageManager": "pnpm@9.15.9"
|
|
49
49
|
}
|