bitfab-cli 0.2.149 → 0.2.150
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/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30712,6 +30712,8 @@ var LEGACY_CLASSIFICATION = {
|
|
|
30712
30712
|
};
|
|
30713
30713
|
var traceNodeAnalysisShape = external_exports.object({
|
|
30714
30714
|
classification: external_exports.preprocess((value) => typeof value === "string" ? LEGACY_CLASSIFICATION[value] ?? value : value, external_exports.enum(["pure", "model_call", "external_read", "side_effect"])),
|
|
30715
|
+
mockable: external_exports.boolean().optional(),
|
|
30716
|
+
unmockableReason: external_exports.string().min(1).optional(),
|
|
30715
30717
|
innerCall: external_exports.object({ name: external_exports.string() }).optional(),
|
|
30716
30718
|
sideEffectKind: external_exports.enum([
|
|
30717
30719
|
"db_write",
|