@xuda.io/xuda-studio-checker 1.0.15 → 1.0.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.
Files changed (2) hide show
  1. package/index.mjs +1 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3989,6 +3989,7 @@ export const get_fields_z_schema = function (fields = {}, exclude_props = []) {
3989
3989
  if (exclude_props.includes(key)) continue;
3990
3990
  inputSchema[key] = get_z_item(key, val);
3991
3991
  }
3992
+ return inputSchema;
3992
3993
  } catch (error) {
3993
3994
  debugger;
3994
3995
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-studio-checker",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "main": "index.mjs",
5
5
  "type": "module",
6
6
  "description": "Auto-generated build for xuda-studio-checker.mjs",