@steedos/schemas 2.3.6 → 2.3.8

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.
@@ -106,14 +106,6 @@
106
106
  "virtual",
107
107
  "infinite"
108
108
  ]
109
- },
110
- "requestAdaptor": {
111
- "type": "string",
112
- "description": "发送适配器"
113
- },
114
- "adaptor": {
115
- "type": "string",
116
- "description": "接收适配器"
117
109
  }
118
110
  }
119
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.3.6",
3
+ "version": "2.3.8",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -9,5 +9,5 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "gitHead": "3ef6bf3744c616d6a961b3264e5f204b9697ef6a"
12
+ "gitHead": "b2393877080bbb08d758ce883522d37bc0a12ba2"
13
13
  }