meta-json-schema 1.19.3 → 1.19.4

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,16 @@
1
+ ## v1.19.4
2
+
3
+ ### Changes
4
+
5
+ - 新增: ss 协议 新增 `gost-plugin` 插件支持
6
+ - 新增: mieru 协议 新增 `udp` 支持
7
+
8
+ ### Bugs Fixes
9
+
10
+ - 修复: 代理组类型配置项 `type` 枚举重复显示
11
+
12
+ ---
13
+
1
14
  ## v1.19.3
2
15
 
3
16
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-json-schema",
3
- "version": "1.19.3",
3
+ "version": "1.19.4",
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.7.1",
34
- "@commitlint/config-conventional": "^19.7.1",
35
- "dprint": "^0.49.0",
33
+ "@commitlint/cli": "^19.8.0",
34
+ "@commitlint/config-conventional": "^19.8.0",
35
+ "dprint": "^0.49.1",
36
36
  "json-schema-artifact": "^1.1.3",
37
- "lefthook": "^1.11.2"
37
+ "lefthook": "^1.11.6"
38
38
  },
39
39
  "commitlint": {
40
40
  "extends": [