@resolveio/server-lib 4.4.15 → 4.4.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "4.4.15",
3
+ "version": "4.4.16",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -191,7 +191,7 @@ function buildTree(current_root, schemaTree, lookup) {
191
191
  leafValueType: '',
192
192
  leafValueTypes: getLeafValueTypes(schemaTree[key], key),
193
193
  leafFormatType: '',
194
- leafFormatTypes: getLeafValueTypes(schemaTree[key], key)
194
+ leafFormatTypes: getLeafFormatTypes(schemaTree[key], key)
195
195
  });
196
196
  }
197
197
  else {
@@ -255,7 +255,7 @@ function buildTree(current_root, schemaTree, lookup) {
255
255
  leafValueType: '',
256
256
  leafValueTypes: getLeafValueTypes(schemaTree[key], key),
257
257
  leafFormatType: '',
258
- leafFormatTypes: getLeafValueTypes(schemaTree[key], key)
258
+ leafFormatTypes: getLeafFormatTypes(schemaTree[key], key)
259
259
  });
260
260
  }
261
261
  else {