@synsci/sdk 2.0.91 → 2.0.92

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.
@@ -1633,7 +1633,7 @@ export type ProviderConfig = {
1633
1633
  */
1634
1634
  timeout?: number | false;
1635
1635
  /**
1636
- * Maximum provider response-body inactivity in milliseconds. Remote endpoints default to 600000 (10 minutes) and the managed Ace gateway to 300000 (5 minutes); local endpoints (loopback or .local base URLs and bundled local providers) default to disabled. Set false to disable.
1636
+ * Maximum provider response-body inactivity in milliseconds. Remote endpoints, including the managed Ace gateway, default to 600000 (10 minutes); local endpoints (loopback or .local base URLs and bundled local providers) default to disabled. Set false to disable.
1637
1637
  */
1638
1638
  idleTimeout?: number | false;
1639
1639
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.91",
4
+ "version": "2.0.92",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {