Skip to content

Commit b02befa

Browse files
committed
version bump
1 parent 7fbb380 commit b02befa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/magnitude-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@isaacdyor/magnitude-core",
3-
"version": "0.2.38",
3+
"version": "0.2.41",
44
"description": "Magnitude e2e testing agent",
55
"publishConfig": {
66
"access": "public"

packages/magnitude-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { setLogLevel } from '@/ai/baml_client/config';
44
export { Agent } from "@/agent";
55
export { createAction } from '@/actions';
66
export { BrowserAgent, startBrowserAgent } from '@/agent/browserAgent';
7+
export type { LogEntry as AgentLogEntry, LogCallback as AgentLogCallback } from '@/agent/narrator';
78
//export { Magnus } from "@/agent/magnus";
89
//export type { AgentOptions as TestCaseAgentOptions } from "@/agent";
910
export * from "@/agent";

0 commit comments

Comments
 (0)