meta-json-schema 1.18.3-beta → 1.18.4-beta2

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,19 @@
1
+ ## v1.18.4
2
+
3
+ ### Changes
4
+
5
+ - 新增: `proxy-providers` 新增配置项 `header`
6
+ - 调整: `proxy-providers`,`proxy-group` 配置项 `health-check`的`interval` 和 `timeout` 属性类型变更(`integer` --> `string`), 支持配置时间单位
7
+ - 新增: 新增配置项`external-controller-unix`,允许使用Unix Socket访问API
8
+
9
+ ### Bugs Fixes
10
+
11
+ - 字符串数组类型错误
12
+ - 监听地址支持`:port`
13
+ - sniffer的http ports类型错误
14
+
15
+ ---
16
+
1
17
  ## v1.18.3
2
18
 
3
19
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-json-schema",
3
- "version": "1.18.3-beta",
3
+ "version": "1.18.4-beta2",
4
4
  "keywords": [
5
5
  "clash",
6
6
  "clash.meta",
@@ -9,6 +9,7 @@
9
9
  "publishConfig": {
10
10
  "registry": "https://registry.npmjs.org"
11
11
  },
12
+ "license": "MIT",
12
13
  "config": {
13
14
  "watches": [
14
15
  "./src/meta-json-schema.json",