@morphllm/morphsdk 0.2.19 → 0.2.20

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.
@@ -1,20 +1,20 @@
1
1
  import {
2
- BrowserClient
3
- } from "./chunk-GPFHYUKV.js";
2
+ CodebaseSearchClient
3
+ } from "./chunk-VJK4PH5V.js";
4
4
  import {
5
5
  FastApplyClient
6
6
  } from "./chunk-Q7USYY6R.js";
7
7
  import {
8
- CodebaseSearchClient
9
- } from "./chunk-VJK4PH5V.js";
10
- import {
11
- MorphGit
12
- } from "./chunk-5VQEQSJQ.js";
8
+ BrowserClient
9
+ } from "./chunk-GPFHYUKV.js";
13
10
  import {
14
11
  AnthropicRouter,
15
12
  GeminiRouter,
16
13
  OpenAIRouter
17
14
  } from "./chunk-AKVAAKRB.js";
15
+ import {
16
+ MorphGit
17
+ } from "./chunk-5VQEQSJQ.js";
18
18
 
19
19
  // client.ts
20
20
  var MorphClient = class {
@@ -94,4 +94,4 @@ var MorphClient = class {
94
94
  export {
95
95
  MorphClient
96
96
  };
97
- //# sourceMappingURL=chunk-OSJBHKA2.js.map
97
+ //# sourceMappingURL=chunk-XUL4CHWU.js.map
package/dist/client.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  MorphClient
3
- } from "./chunk-OSJBHKA2.js";
4
- import "./chunk-GPFHYUKV.js";
5
- import "./chunk-Q7USYY6R.js";
3
+ } from "./chunk-XUL4CHWU.js";
6
4
  import "./chunk-VJK4PH5V.js";
7
- import "./chunk-74ZHKB54.js";
8
- import "./chunk-5VQEQSJQ.js";
5
+ import "./chunk-Q7USYY6R.js";
6
+ import "./chunk-GPFHYUKV.js";
9
7
  import "./chunk-AKVAAKRB.js";
10
8
  import "./chunk-4VWJFZVS.js";
9
+ import "./chunk-74ZHKB54.js";
10
+ import "./chunk-5VQEQSJQ.js";
11
11
  import "./chunk-PZ5AY32C.js";
12
12
  export {
13
13
  MorphClient
package/dist/index.js CHANGED
@@ -1,25 +1,25 @@
1
1
  import {
2
2
  MorphClient
3
- } from "./chunk-OSJBHKA2.js";
3
+ } from "./chunk-XUL4CHWU.js";
4
4
  import {
5
- BrowserClient
6
- } from "./chunk-GPFHYUKV.js";
5
+ CodebaseSearchClient
6
+ } from "./chunk-VJK4PH5V.js";
7
7
  import {
8
8
  FastApplyClient
9
9
  } from "./chunk-Q7USYY6R.js";
10
10
  import {
11
- CodebaseSearchClient
12
- } from "./chunk-VJK4PH5V.js";
13
- import "./chunk-74ZHKB54.js";
14
- import {
15
- MorphGit
16
- } from "./chunk-5VQEQSJQ.js";
11
+ BrowserClient
12
+ } from "./chunk-GPFHYUKV.js";
17
13
  import {
18
14
  AnthropicRouter,
19
15
  GeminiRouter,
20
16
  OpenAIRouter
21
17
  } from "./chunk-AKVAAKRB.js";
22
18
  import "./chunk-4VWJFZVS.js";
19
+ import "./chunk-74ZHKB54.js";
20
+ import {
21
+ MorphGit
22
+ } from "./chunk-5VQEQSJQ.js";
23
23
  import "./chunk-PZ5AY32C.js";
24
24
  export {
25
25
  AnthropicRouter,
@@ -1,12 +1,12 @@
1
- import {
2
- createCodebaseSearchTool as createCodebaseSearchTool3
3
- } from "../../chunk-YVGRWE7D.js";
4
1
  import {
5
2
  createCodebaseSearchTool
6
3
  } from "../../chunk-BILUTNBC.js";
7
4
  import {
8
5
  createCodebaseSearchTool as createCodebaseSearchTool2
9
6
  } from "../../chunk-WXBUVKYL.js";
7
+ import {
8
+ createCodebaseSearchTool as createCodebaseSearchTool3
9
+ } from "../../chunk-YVGRWE7D.js";
10
10
  import {
11
11
  CODEBASE_SEARCH_DESCRIPTION,
12
12
  CODEBASE_SEARCH_SYSTEM_PROMPT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morphllm/morphsdk",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "TypeScript SDK and CLI for Morph Fast Apply integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",