@websolutespa/bom-llm 0.0.49 → 0.0.50

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @websolutespa/bom-llm
2
2
 
3
+ ## 0.0.50
4
+
5
+ ### Patch Changes
6
+
7
+ - Modified idle timeout
8
+
3
9
  ## 0.0.49
4
10
 
5
11
  ### Patch Changes
package/dist/umd/index.js CHANGED
@@ -22756,7 +22756,7 @@ ${Object.entries(vars).map(_ref2 => {
22756
22756
  set(() => ({
22757
22757
  idle: true
22758
22758
  }));
22759
- }, 6000);
22759
+ }, 8000);
22760
22760
  };
22761
22761
  const handleIdleTimes = () => {
22762
22762
  let to = setIdleTimeout();