@exulu/backend 2.3.0 → 3.0.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.
@@ -1718,7 +1718,7 @@ var ExuluTool = class _ExuluTool {
1718
1718
  });
1719
1719
  providerapikey = resolved.apiKey;
1720
1720
  }
1721
- const { convertExuluToolsToAiSdkTools: convertExuluToolsToAiSdkTools2 } = await import("./convert-exulu-tools-to-ai-sdk-tools-C7L4PY6P.js");
1721
+ const { convertExuluToolsToAiSdkTools: convertExuluToolsToAiSdkTools2 } = await import("./convert-exulu-tools-to-ai-sdk-tools-YY2WIMMJ.js");
1722
1722
  const tools = await convertExuluToolsToAiSdkTools2(
1723
1723
  [this],
1724
1724
  [],
@@ -7196,6 +7196,8 @@ export {
7196
7196
  resolveModel,
7197
7197
  exuluApp,
7198
7198
  oauthRegistry,
7199
+ encrypt,
7200
+ decrypt,
7199
7201
  oauthTokenStore,
7200
7202
  OAUTH_CALLBACK_PATH,
7201
7203
  decryptOauthState,
@@ -2,7 +2,7 @@ import "dotenv/config";
2
2
  import {
3
3
  convertExuluToolsToAiSdkTools,
4
4
  hydrateVariables
5
- } from "./chunk-2242AI5L.js";
5
+ } from "./chunk-KFL7HIID.js";
6
6
  import "./chunk-7CCMW3IW.js";
7
7
  export {
8
8
  convertExuluToolsToAiSdkTools,