@bool-ts/core 1.6.5 → 1.6.6

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": "@bool-ts/core",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -111,7 +111,7 @@ export const argumentsResolution = async (
111
111
  });
112
112
  }
113
113
 
114
- return data;
114
+ return validation.data;
115
115
  } catch (error) {
116
116
  if (error instanceof HttpClientError) {
117
117
  throw error;