@lmnr-ai/lmnr 0.7.5 → 0.7.7

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/dist/cli.d.mts CHANGED
@@ -1,9 +1,8 @@
1
1
  #!/usr/bin/env node
2
- import { E as Evaluation } from './evaluations-abooxERH.mjs';
2
+ import { E as Evaluation } from './evaluations-BqX50nHw.mjs';
3
3
  import '@anthropic-ai/sdk';
4
4
  import '@aws-sdk/client-bedrock-runtime';
5
5
  import '@azure/openai';
6
- import '@google-cloud/aiplatform';
7
6
  import '@google-cloud/vertexai';
8
7
  import '@langchain/core/runnables';
9
8
  import '@langchain/core/vectorstores';
@@ -25,9 +24,3 @@ declare global {
25
24
  var _evaluations: Evaluation<any, any, any>[] | undefined;
26
25
  var _set_global_evaluation: boolean;
27
26
  }
28
- declare function loadModule({ filename, moduleText, }: {
29
- filename: string;
30
- moduleText: string;
31
- }): Evaluation<any, any, any>[];
32
-
33
- export { loadModule };
package/dist/cli.d.ts CHANGED
@@ -1,9 +1,8 @@
1
1
  #!/usr/bin/env node
2
- import { E as Evaluation } from './evaluations-abooxERH.js';
2
+ import { E as Evaluation } from './evaluations-BqX50nHw.js';
3
3
  import '@anthropic-ai/sdk';
4
4
  import '@aws-sdk/client-bedrock-runtime';
5
5
  import '@azure/openai';
6
- import '@google-cloud/aiplatform';
7
6
  import '@google-cloud/vertexai';
8
7
  import '@langchain/core/runnables';
9
8
  import '@langchain/core/vectorstores';
@@ -25,9 +24,3 @@ declare global {
25
24
  var _evaluations: Evaluation<any, any, any>[] | undefined;
26
25
  var _set_global_evaluation: boolean;
27
26
  }
28
- declare function loadModule({ filename, moduleText, }: {
29
- filename: string;
30
- moduleText: string;
31
- }): Evaluation<any, any, any>[];
32
-
33
- export { loadModule };