@decocms/bindings 1.0.1-alpha.22 → 1.0.1-alpha.24

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": "@decocms/bindings",
3
- "version": "1.0.1-alpha.22",
3
+ "version": "1.0.1-alpha.24",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "check": "tsc --noEmit",
@@ -171,8 +171,6 @@ export function createBindingChecker<TDefinition extends readonly ToolBinder[]>(
171
171
  if (!matchedTool) {
172
172
  return false;
173
173
  }
174
- return true;
175
-
176
174
  // FIXME @mcandeia Zod to JSONSchema converstion is creating inconsistent schemas
177
175
  }
178
176
  return true;