st-comp 0.0.267 → 0.0.268

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,7 +1,7 @@
1
1
  {
2
2
  "name": "st-comp",
3
3
  "public": true,
4
- "version": "0.0.267",
4
+ "version": "0.0.268",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -197,7 +197,7 @@ const sendMessage = async () => {
197
197
  const appId = "1977602b357e4dab9d0b74899d5323b3";
198
198
  const apiKey = "sk-d995eb26a4334bdeb2ccb4cbfaf51de8";
199
199
  await sendToBaiLianWorkflowStreaming({
200
- mode: import.meta.env.MODE,
200
+ mode: stConfig.env.MODE,
201
201
  appId,
202
202
  apiKey,
203
203
  token: getToken(),