@jaypie/llm 1.2.0-rc.3 → 1.2.0-rc.4

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.
@@ -3,7 +3,7 @@ import { LlmMessageOptions } from "../../types/LlmProvider.interface.js";
3
3
  import { z } from "zod/v4";
4
4
  import { JsonObject, NaturalSchema } from "@jaypie/types";
5
5
  export declare function loadSdk(): Promise<typeof import("@anthropic-ai/sdk")>;
6
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger.js").default;
6
+ export declare const getLogger: () => any;
7
7
  export declare function initializeClient({ apiKey, }?: {
8
8
  apiKey?: string;
9
9
  }): Promise<Anthropic>;
@@ -1,7 +1,7 @@
1
1
  import type { GoogleGenAI } from "@google/genai";
2
2
  import { LlmMessageOptions } from "../../types/LlmProvider.interface.js";
3
3
  export declare function loadSdk(): Promise<typeof import("@google/genai")>;
4
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger.js").default;
4
+ export declare const getLogger: () => any;
5
5
  export declare function initializeClient({ apiKey, }?: {
6
6
  apiKey?: string;
7
7
  }): Promise<GoogleGenAI>;
@@ -2,7 +2,7 @@ import { JsonObject, NaturalSchema } from "@jaypie/types";
2
2
  import { OpenAI } from "openai";
3
3
  import { z } from "zod/v4";
4
4
  import { LlmMessageOptions } from "../../types/LlmProvider.interface.js";
5
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger.js").default;
5
+ export declare const getLogger: () => any;
6
6
  export declare function initializeClient({ apiKey, }?: {
7
7
  apiKey?: string;
8
8
  }): Promise<OpenAI>;
@@ -1,7 +1,7 @@
1
1
  import type { OpenRouter } from "@openrouter/sdk";
2
2
  import { LlmMessageOptions } from "../../types/LlmProvider.interface.js";
3
3
  export declare function loadSdk(): Promise<typeof import("@openrouter/sdk")>;
4
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger.js").default;
4
+ export declare const getLogger: () => any;
5
5
  export declare function initializeClient({ apiKey, }?: {
6
6
  apiKey?: string;
7
7
  }): Promise<OpenRouter>;
@@ -17,7 +17,7 @@ export declare class Toolkit {
17
17
  call({ name, arguments: args }: {
18
18
  name: string;
19
19
  arguments: string;
20
- }): Promise<import("@jaypie/types").AnyValue>;
20
+ }): Promise<any>;
21
21
  extend(tools: LlmTool[], options?: {
22
22
  warn?: boolean;
23
23
  replace?: boolean;
@@ -1,2 +1,2 @@
1
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger").default;
2
- export declare const log: import("@jaypie/logger/dist/esm/JaypieLogger").default;
1
+ export declare const getLogger: () => any;
2
+ export declare const log: any;
@@ -3,7 +3,7 @@ import { LlmMessageOptions } from "../../types/LlmProvider.interface.js";
3
3
  import { z } from "zod/v4";
4
4
  import { JsonObject, NaturalSchema } from "@jaypie/types";
5
5
  export declare function loadSdk(): Promise<typeof import("@anthropic-ai/sdk")>;
6
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger.js").default;
6
+ export declare const getLogger: () => any;
7
7
  export declare function initializeClient({ apiKey, }?: {
8
8
  apiKey?: string;
9
9
  }): Promise<Anthropic>;
@@ -1,7 +1,7 @@
1
1
  import type { GoogleGenAI } from "@google/genai";
2
2
  import { LlmMessageOptions } from "../../types/LlmProvider.interface.js";
3
3
  export declare function loadSdk(): Promise<typeof import("@google/genai")>;
4
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger.js").default;
4
+ export declare const getLogger: () => any;
5
5
  export declare function initializeClient({ apiKey, }?: {
6
6
  apiKey?: string;
7
7
  }): Promise<GoogleGenAI>;
@@ -2,7 +2,7 @@ import { JsonObject, NaturalSchema } from "@jaypie/types";
2
2
  import { OpenAI } from "openai";
3
3
  import { z } from "zod/v4";
4
4
  import { LlmMessageOptions } from "../../types/LlmProvider.interface.js";
5
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger.js").default;
5
+ export declare const getLogger: () => any;
6
6
  export declare function initializeClient({ apiKey, }?: {
7
7
  apiKey?: string;
8
8
  }): Promise<OpenAI>;
@@ -1,7 +1,7 @@
1
1
  import type { OpenRouter } from "@openrouter/sdk";
2
2
  import { LlmMessageOptions } from "../../types/LlmProvider.interface.js";
3
3
  export declare function loadSdk(): Promise<typeof import("@openrouter/sdk")>;
4
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger.js").default;
4
+ export declare const getLogger: () => any;
5
5
  export declare function initializeClient({ apiKey, }?: {
6
6
  apiKey?: string;
7
7
  }): Promise<OpenRouter>;
@@ -17,7 +17,7 @@ export declare class Toolkit {
17
17
  call({ name, arguments: args }: {
18
18
  name: string;
19
19
  arguments: string;
20
- }): Promise<import("@jaypie/types").AnyValue>;
20
+ }): Promise<any>;
21
21
  extend(tools: LlmTool[], options?: {
22
22
  warn?: boolean;
23
23
  replace?: boolean;
@@ -1,2 +1,2 @@
1
- export declare const getLogger: () => import("@jaypie/logger/dist/esm/JaypieLogger").default;
2
- export declare const log: import("@jaypie/logger/dist/esm/JaypieLogger").default;
1
+ export declare const getLogger: () => any;
2
+ export declare const log: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaypie/llm",
3
- "version": "1.2.0-rc.3",
3
+ "version": "1.2.0-rc.4",
4
4
  "description": "Large language model utilities",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,8 +32,8 @@
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@jaypie/aws": "1.2.0-rc.2",
36
- "@jaypie/errors": "1.2.0-rc.2",
35
+ "@jaypie/aws": "^1.2.0-rc.4",
36
+ "@jaypie/errors": "^1.2.0-rc.4",
37
37
  "openai": "^6.9.1",
38
38
  "openmeteo": "^1.2.0",
39
39
  "random": "^5.3.0",
@@ -49,8 +49,8 @@
49
49
  "peerDependencies": {
50
50
  "@anthropic-ai/sdk": "^0.71.0",
51
51
  "@google/genai": "^1.30.0",
52
- "@jaypie/kit": "^1.2.0-rc.2",
53
- "@jaypie/logger": "^1.2.0-rc.2",
52
+ "@jaypie/kit": "^1.2.0-rc.4",
53
+ "@jaypie/logger": "^1.2.0-rc.4",
54
54
  "@openrouter/sdk": "^0.1.27"
55
55
  },
56
56
  "peerDependenciesMeta": {