meta-json-schema 1.19.5 → 1.19.6
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,17 @@
|
|
|
1
|
+
## v1.19.6
|
|
2
|
+
|
|
3
|
+
### Changes
|
|
4
|
+
|
|
5
|
+
- 新增: `shadowsocks` 的 `shadow-tls` 插件 新增 `alpn` 配置项
|
|
6
|
+
- 新增: listener `shadowsocks` 新增 `shadow-tls` 配置项
|
|
7
|
+
- 移除: 代理组移除 `routing-mark` 、`interface-name` 配置项
|
|
8
|
+
|
|
9
|
+
### Bugs Fixes
|
|
10
|
+
|
|
11
|
+
- 修复: 域名正则松散,支持单段/自定义域名,如:localhost、internal 等
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
## v1.19.5
|
|
2
16
|
|
|
3
17
|
### 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.6",
|
|
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": "^19.8.
|
|
34
|
-
"@commitlint/config-conventional": "^19.8.
|
|
35
|
-
"dprint": "^0.
|
|
33
|
+
"@commitlint/cli": "^19.8.1",
|
|
34
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
35
|
+
"dprint": "^0.50.0",
|
|
36
36
|
"json-schema-artifact": "^1.1.3",
|
|
37
|
-
"lefthook": "^1.11.
|
|
37
|
+
"lefthook": "^1.11.13"
|
|
38
38
|
},
|
|
39
39
|
"commitlint": {
|
|
40
40
|
"extends": [
|