@morphllm/morphsdk 0.2.13 → 0.2.14

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,12 +1,12 @@
1
1
  import {
2
- BrowserClient
3
- } from "./chunk-OWXIAZUZ.js";
2
+ CodebaseSearchClient
3
+ } from "./chunk-VJK4PH5V.js";
4
4
  import {
5
5
  FastApplyClient
6
6
  } from "./chunk-4V46N27D.js";
7
7
  import {
8
- CodebaseSearchClient
9
- } from "./chunk-VJK4PH5V.js";
8
+ BrowserClient
9
+ } from "./chunk-OWXIAZUZ.js";
10
10
  import {
11
11
  MorphGit
12
12
  } from "./chunk-5VQEQSJQ.js";
@@ -94,4 +94,4 @@ var MorphClient = class {
94
94
  export {
95
95
  MorphClient
96
96
  };
97
- //# sourceMappingURL=chunk-4F6DRRCR.js.map
97
+ //# sourceMappingURL=chunk-C2TYLJRK.js.map
package/dist/client.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  MorphClient
3
- } from "./chunk-4F6DRRCR.js";
4
- import "./chunk-OWXIAZUZ.js";
5
- import "./chunk-4V46N27D.js";
3
+ } from "./chunk-C2TYLJRK.js";
6
4
  import "./chunk-VJK4PH5V.js";
5
+ import "./chunk-4V46N27D.js";
6
+ import "./chunk-OWXIAZUZ.js";
7
7
  import "./chunk-74ZHKB54.js";
8
8
  import "./chunk-5VQEQSJQ.js";
9
9
  import "./chunk-AKVAAKRB.js";
package/dist/index.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  MorphClient
3
- } from "./chunk-4F6DRRCR.js";
3
+ } from "./chunk-C2TYLJRK.js";
4
4
  import {
5
- BrowserClient
6
- } from "./chunk-OWXIAZUZ.js";
5
+ CodebaseSearchClient
6
+ } from "./chunk-VJK4PH5V.js";
7
7
  import {
8
8
  FastApplyClient
9
9
  } from "./chunk-4V46N27D.js";
10
10
  import {
11
- CodebaseSearchClient
12
- } from "./chunk-VJK4PH5V.js";
11
+ BrowserClient
12
+ } from "./chunk-OWXIAZUZ.js";
13
13
  import "./chunk-74ZHKB54.js";
14
14
  import {
15
15
  MorphGit
@@ -1,12 +1,12 @@
1
- import {
2
- createCodebaseSearchTool as createCodebaseSearchTool3
3
- } from "../../chunk-HGIFACNP.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-HGIFACNP.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.13",
3
+ "version": "0.2.14",
4
4
  "description": "TypeScript SDK and CLI for Morph Fast Apply integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -145,8 +145,8 @@
145
145
  "vitest": "^2.1.6"
146
146
  },
147
147
  "peerDependencies": {
148
- "@anthropic-ai/sdk": "^0.30.0",
149
- "openai": "^4.0.0"
148
+ "@anthropic-ai/sdk": ">=0.25.0",
149
+ "openai": ">=4.0.0"
150
150
  },
151
151
  "peerDependenciesMeta": {
152
152
  "@anthropic-ai/sdk": {