@cripty2001/utils 0.0.160 → 0.0.161

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.
@@ -375,7 +375,6 @@ function useAsyncInput(value, setValue, handler) {
375
375
  // }
376
376
  // }, [meta]);
377
377
  const result_d = useAsync(async ({ config, ts }) => {
378
- console.log("useAsyncInput", { config, ts });
379
378
  const r = await handler(config);
380
379
  return {
381
380
  ...r,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cripty2001/utils",
3
- "version": "0.0.160",
3
+ "version": "0.0.161",
4
4
  "description": "Internal Set of utils. If you need them use them, otherwise go to the next package ;)",
5
5
  "homepage": "https://github.com/cripty2001/utils#readme",
6
6
  "bugs": {