@midscene/shared 1.0.1-beta-20251028021317.0 → 1.0.1-beta-20251028065320.0

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": "@midscene/shared",
3
- "version": "1.0.1-beta-20251028021317.0",
3
+ "version": "1.0.1-beta-20251028065320.0",
4
4
  "repository": "https://github.com/web-infra-dev/midscene",
5
5
  "homepage": "https://midscenejs.com/",
6
6
  "types": "./dist/types/index.d.ts",
@@ -110,8 +110,7 @@ export const decideOpenaiSdkConfig = ({
110
110
 
111
111
  if (keys.httpProxy === MIDSCENE_OPENAI_HTTP_PROXY) {
112
112
  // Priority: MIDSCENE_MODEL_HTTP_PROXY > MIDSCENE_OPENAI_HTTP_PROXY
113
- httpProxy =
114
- provider[MIDSCENE_MODEL_HTTP_PROXY] || provider[keys.httpProxy];
113
+ httpProxy = provider[MIDSCENE_MODEL_HTTP_PROXY] || provider[keys.httpProxy];
115
114
  } else {
116
115
  httpProxy = provider[keys.httpProxy];
117
116
  }