Skip to content

Commit ff76d30

Browse files
committed
Moved sdk package to ts-sdk
1 parent cac4b7d commit ff76d30

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed

packages/core/tests/public-api/sdk-export-surface.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import StagehandSDKDefaultExport, * as StagehandSDK from "../../../sdk/dist/index.js";
1+
import StagehandSDKDefaultExport, * as StagehandSDK from "../../../ts-sdk/dist/index.js";
22
import { runExportSurfaceSuite } from "../../../../tests/shared/exportSurfaceSuite";
33

44
runExportSurfaceSuite(

packages/core/tests/public-api/sdk-parity.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it } from "vitest";
22
import * as Stagehand from "../../dist/index.js";
3-
import * as StagehandSDK from "../../../sdk/dist/index.js";
3+
import * as StagehandSDK from "../../../ts-sdk/dist/index.js";
44

55
type AssertNever<T extends never> = T;
66

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ packages:
22
- "packages/core"
33
- "packages/evals"
44
- "packages/docs"
5-
- "packages/sdk"
5+
- "packages/ts-sdk"

0 commit comments

Comments
 (0)