@smazzinni/sdk 0.4.2 → 0.4.3
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.
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { estimateCost, estimateStepCost } from "./cost.js";
|
|
|
7
7
|
import { redactText, redactOptional } from "./redact.js";
|
|
8
8
|
import type { AgentProject, AgentSession, ConfigOptions, ExportLang, InternalSession, RecordStepInput, ReplaySessionOptions, RunOptions, SessionStatus, SessionStep, StepStatus, StepType, Trace, TraceOptions } from "./types.js";
|
|
9
9
|
/** SDK version. */
|
|
10
|
-
export declare const VERSION = "0.4.
|
|
10
|
+
export declare const VERSION = "0.4.3";
|
|
11
11
|
export { trace, withTrace, recordStep, recordStepSync, configure, getConfig, resetConfig, currentSession, ReplaySession, flushSession, getLastFlushResult, estimateCost, estimateStepCost, redactText, redactOptional, };
|
|
12
12
|
export type { AgentProject, AgentSession, ConfigOptions, ExportLang, InternalSession, RecordStepInput, ReplaySessionOptions, RunOptions, SessionStatus, SessionStep, StepStatus, StepType, Trace, TraceOptions, };
|
|
13
13
|
declare const replayai: {
|
package/dist/cjs/index.js
CHANGED
|
@@ -25,7 +25,7 @@ const redact_js_1 = require("./redact.js");
|
|
|
25
25
|
Object.defineProperty(exports, "redactText", { enumerable: true, get: function () { return redact_js_1.redactText; } });
|
|
26
26
|
Object.defineProperty(exports, "redactOptional", { enumerable: true, get: function () { return redact_js_1.redactOptional; } });
|
|
27
27
|
/** SDK version. */
|
|
28
|
-
exports.VERSION = "0.4.
|
|
28
|
+
exports.VERSION = "0.4.3";
|
|
29
29
|
// Default export is a namespace object — handy for CJS consumers and as a
|
|
30
30
|
// single `import replayai from "@smazzinni/sdk"` import.
|
|
31
31
|
const replayai = {
|
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { estimateCost, estimateStepCost } from "./cost.js";
|
|
|
7
7
|
import { redactText, redactOptional } from "./redact.js";
|
|
8
8
|
import type { AgentProject, AgentSession, ConfigOptions, ExportLang, InternalSession, RecordStepInput, ReplaySessionOptions, RunOptions, SessionStatus, SessionStep, StepStatus, StepType, Trace, TraceOptions } from "./types.js";
|
|
9
9
|
/** SDK version. */
|
|
10
|
-
export declare const VERSION = "0.4.
|
|
10
|
+
export declare const VERSION = "0.4.3";
|
|
11
11
|
export { trace, withTrace, recordStep, recordStepSync, configure, getConfig, resetConfig, currentSession, ReplaySession, flushSession, getLastFlushResult, estimateCost, estimateStepCost, redactText, redactOptional, };
|
|
12
12
|
export type { AgentProject, AgentSession, ConfigOptions, ExportLang, InternalSession, RecordStepInput, ReplaySessionOptions, RunOptions, SessionStatus, SessionStep, StepStatus, StepType, Trace, TraceOptions, };
|
|
13
13
|
declare const replayai: {
|
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { flushSession, getLastFlushResult } from "./store.js";
|
|
|
7
7
|
import { estimateCost, estimateStepCost } from "./cost.js";
|
|
8
8
|
import { redactText, redactOptional } from "./redact.js";
|
|
9
9
|
/** SDK version. */
|
|
10
|
-
export const VERSION = "0.4.
|
|
10
|
+
export const VERSION = "0.4.3";
|
|
11
11
|
export { trace, withTrace, recordStep, recordStepSync, configure, getConfig, resetConfig, currentSession, ReplaySession, flushSession, getLastFlushResult, estimateCost, estimateStepCost, redactText, redactOptional, };
|
|
12
12
|
// Default export is a namespace object — handy for CJS consumers and as a
|
|
13
13
|
// single `import replayai from "@smazzinni/sdk"` import.
|