Skip to content

Commit 7e666f6

Browse files
committed
refactor(qa-lab): keep text helper behind SDK
1 parent 2765f61 commit 7e666f6

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

extensions/qa-lab/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"dependencies": {
88
"@copilotkit/aimock": "1.35.0",
99
"@modelcontextprotocol/sdk": "1.29.0",
10-
"@openclaw/normalization-core": "workspace:*",
1110
"playwright-core": "1.61.1",
1211
"yaml": "2.9.0",
1312
"zod": "4.4.3"

extensions/qa-lab/web/src/ui-render.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { sliceUtf16Safe } from "@openclaw/normalization-core/utf16-slice";
1+
import { sliceUtf16Safe } from "openclaw/plugin-sdk/text-utility-runtime";
22
import type {
33
QaEvidenceArtifactView,
44
QaEvidenceGalleryEntryView,

extensions/qa-lab/web/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
base: "./",
88
resolve: {
99
alias: {
10-
"@openclaw/normalization-core/utf16-slice": path.resolve(
10+
"openclaw/plugin-sdk/text-utility-runtime": path.resolve(
1111
import.meta.dirname,
1212
"../../../packages/normalization-core/src/utf16-slice.ts",
1313
),

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)