veryfront 0.1.535 → 0.1.536

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.
@@ -4,7 +4,7 @@
4
4
 
5
5
  // See https://github.com/facebook/react/blob/main/packages/react-dom/client.js to see how the exports are declared,
6
6
 
7
- import React = require("https://esm.sh/@types/react@19.2.14/index.d.ts");
7
+ import React = require("https://esm.sh/@types/react@19.2.3/index.d.ts");
8
8
 
9
9
  export {};
10
10
 
@@ -27,6 +27,7 @@ export {
27
27
  type DurableRunCanaryApiClient,
28
28
  type DurableRunCanaryApiConfig,
29
29
  type DurableRunCanaryCase,
30
+ type DurableRunCanaryCliCaseFactoryInput,
30
31
  type DurableRunCanaryCreateRootRunInput,
31
32
  type DurableRunCanaryEnvironment,
32
33
  type DurableRunCanaryMessage,
@@ -41,6 +42,8 @@ export {
41
42
  getDurableRunCanaryMessageSchema,
42
43
  parseDurableRunCanaryRunSummary,
43
44
  resolveDurableRunCanaryEnvironment,
45
+ runDurableRunCanaryCli,
46
+ type RunDurableRunCanaryCliInput,
44
47
  stringifyUnknown,
45
48
  } from "./durable-run-canaries/index.js";
46
49
 
@@ -86,6 +89,8 @@ export {
86
89
  type LiveEvalCaseSelectionInput,
87
90
  type LiveEvalCaseSurface,
88
91
  type LiveEvalCaseTagRule,
92
+ type LiveEvalCliCaseFactoryInput,
93
+ type LiveEvalCliCaseGroups,
89
94
  type LiveEvalContext,
90
95
  type LiveEvalConversationInput,
91
96
  type LiveEvalCreateConversationInput,
@@ -112,6 +117,8 @@ export {
112
117
  printRuntimeConfidencePreflight,
113
118
  resolveLiveEvalEnvironment,
114
119
  resolveLiveEvalRequestedCaseIds,
120
+ runLiveEvalCli,
121
+ type RunLiveEvalCliInput,
115
122
  type RuntimeConfidencePreflightResult,
116
123
  type RuntimePerformanceSummary,
117
124
  selectLiveEvalCases,