meta-json-schema 1.18.5-alpha2 → 1.18.5-alpha4

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,4 +1,16 @@
1
- ## v1.18.5-alpha
1
+ ## v1.18.6
2
+
3
+ ### Changes
4
+
5
+ - 新增: `trojan`出站配置 新增配置项 `ss-opts` 以支持 Shadowsocks AEAD加密
6
+
7
+ ### Bugs Fixes
8
+
9
+ - 修复: `bind-address` 类型错误
10
+
11
+ ---
12
+
13
+ ## v1.18.5
2
14
 
3
15
  ### Changes
4
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-json-schema",
3
- "version": "1.18.5-alpha2",
3
+ "version": "1.18.5-alpha4",
4
4
  "description": "JSON Schema for Clash Meta",
5
5
  "keywords": [
6
6
  "clash",
@@ -25,6 +25,6 @@
25
25
  "preview": "npm publish --dry-run"
26
26
  },
27
27
  "devDependencies": {
28
- "json-schema-artifact": "^1.0.0"
28
+ "json-schema-artifact": "^1.1.1"
29
29
  }
30
30
  }