niceeval 0.13.1 → 0.13.2
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/INDEX.md +25 -2
- package/README.md +9 -10
- package/README.zh.md +9 -10
- package/dist/agents/ai-sdk.cjs.map +1 -1
- package/dist/agents/ai-sdk.d.cts +1 -1
- package/dist/agents/ai-sdk.d.mts +1 -1
- package/dist/agents/ai-sdk.d.ts +1 -1
- package/dist/agents/bub-install-spec.cjs +19 -5
- package/dist/agents/bub-install-spec.cjs.map +1 -1
- package/dist/agents/bub-install-spec.d.cts +9 -2
- package/dist/agents/bub-install-spec.d.mts +9 -2
- package/dist/agents/bub-install-spec.d.ts +9 -2
- package/dist/agents/bub-install-spec.js +14 -12
- package/dist/agents/bub.cjs +10 -6
- package/dist/agents/bub.cjs.map +1 -1
- package/dist/agents/bub.d.cts +2 -2
- package/dist/agents/bub.d.mts +2 -2
- package/dist/agents/bub.d.ts +2 -2
- package/dist/agents/claude-code.cjs.map +1 -1
- package/dist/agents/claude-code.d.cts +2 -2
- package/dist/agents/claude-code.d.mts +2 -2
- package/dist/agents/claude-code.d.ts +2 -2
- package/dist/agents/codex.cjs +4 -4
- package/dist/agents/codex.cjs.map +1 -1
- package/dist/agents/codex.d.cts +3 -3
- package/dist/agents/codex.d.mts +3 -3
- package/dist/agents/codex.d.ts +3 -3
- package/dist/agents/coding-cli-versions.cjs +10 -1
- package/dist/agents/coding-cli-versions.cjs.map +1 -1
- package/dist/agents/coding-cli-versions.d.cts +8 -3
- package/dist/agents/coding-cli-versions.d.mts +8 -3
- package/dist/agents/coding-cli-versions.d.ts +8 -3
- package/dist/agents/coding-cli-versions.js +18 -12
- package/dist/agents/deepseek-harness.cjs +151 -0
- package/dist/agents/deepseek-harness.cjs.map +1 -0
- package/dist/agents/deepseek-harness.d.cts +14 -0
- package/dist/agents/deepseek-harness.d.mts +14 -0
- package/dist/agents/deepseek-harness.d.ts +14 -0
- package/dist/agents/deepseek-harness.js +7 -0
- package/dist/agents/deepseek-harness.js.map +1 -0
- package/dist/agents/exact-npm-plugins.cjs +28 -0
- package/dist/agents/exact-npm-plugins.cjs.map +1 -0
- package/dist/agents/exact-npm-plugins.d.cts +10 -0
- package/dist/agents/exact-npm-plugins.d.mts +10 -0
- package/dist/agents/exact-npm-plugins.d.ts +10 -0
- package/dist/agents/exact-npm-plugins.js +8 -0
- package/dist/agents/exact-npm-plugins.js.map +1 -0
- package/dist/agents/index.cjs +5 -1
- package/dist/agents/index.cjs.map +1 -1
- package/dist/agents/index.d.cts +4 -0
- package/dist/agents/index.d.mts +4 -0
- package/dist/agents/index.d.ts +4 -0
- package/dist/agents/index.js +54 -50
- package/dist/agents/index.mjs +54 -50
- package/dist/agents/omp.cjs +170 -0
- package/dist/agents/omp.cjs.map +1 -0
- package/dist/agents/omp.d.cts +14 -0
- package/dist/agents/omp.d.mts +14 -0
- package/dist/agents/omp.d.ts +14 -0
- package/dist/agents/omp.js +7 -0
- package/dist/agents/omp.js.map +1 -0
- package/dist/agents/openclaw.cjs +51 -2
- package/dist/agents/openclaw.cjs.map +1 -1
- package/dist/agents/openclaw.d.cts +2 -0
- package/dist/agents/openclaw.d.mts +2 -0
- package/dist/agents/openclaw.d.ts +2 -0
- package/dist/agents/types.cjs.map +1 -1
- package/dist/agents/types.d.cts +4 -4
- package/dist/agents/types.d.mts +4 -4
- package/dist/agents/types.d.ts +4 -4
- package/dist/agents/ui-message-stream.cjs +24 -7
- package/dist/agents/ui-message-stream.cjs.map +1 -1
- package/dist/analysis/api.cjs +28 -2
- package/dist/analysis/api.cjs.map +1 -1
- package/dist/analysis/api.d.cts +22 -1
- package/dist/analysis/api.d.mts +22 -1
- package/dist/analysis/api.d.ts +22 -1
- package/dist/analysis/api.js +8 -6
- package/dist/analysis/bindings.cjs +11 -18
- package/dist/analysis/bindings.cjs.map +1 -1
- package/dist/analysis/bindings.d.cts +177 -49
- package/dist/analysis/bindings.d.mts +177 -49
- package/dist/analysis/bindings.d.ts +177 -49
- package/dist/analysis/contracts.cjs +1 -0
- package/dist/analysis/contracts.cjs.map +1 -1
- package/dist/analysis/contracts.d.cts +43 -3
- package/dist/analysis/contracts.d.mts +43 -3
- package/dist/analysis/contracts.d.ts +43 -3
- package/dist/analysis/cost-projection.cjs +2 -1
- package/dist/analysis/cost-projection.cjs.map +1 -1
- package/dist/analysis/cost-projection.d.cts +1 -1
- package/dist/analysis/cost-projection.d.mts +1 -1
- package/dist/analysis/cost-projection.d.ts +1 -1
- package/dist/analysis/cost.cjs +13 -3
- package/dist/analysis/cost.cjs.map +1 -1
- package/dist/analysis/cost.d.cts +10 -3
- package/dist/analysis/cost.d.mts +10 -3
- package/dist/analysis/cost.d.ts +10 -3
- package/dist/analysis/experiment-groups.cjs +96 -0
- package/dist/analysis/experiment-groups.cjs.map +1 -0
- package/dist/analysis/experiment-groups.d.cts +9 -0
- package/dist/analysis/experiment-groups.d.mts +9 -0
- package/dist/analysis/experiment-groups.d.ts +9 -0
- package/dist/analysis/experiment-groups.js +10 -0
- package/dist/analysis/experiment-groups.js.map +1 -0
- package/dist/analysis/index.cjs +4 -1
- package/dist/analysis/index.cjs.map +1 -1
- package/dist/analysis/index.d.cts +4 -2
- package/dist/analysis/index.d.mts +4 -2
- package/dist/analysis/index.d.ts +4 -2
- package/dist/analysis/index.js +40 -36
- package/dist/analysis/index.mjs +40 -36
- package/dist/assertions/limits.cjs +4 -0
- package/dist/assertions/limits.cjs.map +1 -1
- package/dist/assertions/limits.d.cts +4 -0
- package/dist/assertions/limits.d.mts +4 -0
- package/dist/assertions/limits.d.ts +4 -0
- package/dist/assertions/match.cjs +63 -25
- package/dist/assertions/match.cjs.map +1 -1
- package/dist/assertions/match.d.cts +7 -0
- package/dist/assertions/match.d.mts +7 -0
- package/dist/assertions/match.d.ts +7 -0
- package/dist/assertions/record/attachment.cjs +32 -4
- package/dist/assertions/record/attachment.cjs.map +1 -1
- package/dist/assertions/record/diff.cjs +10 -4
- package/dist/assertions/record/diff.cjs.map +1 -1
- package/dist/assertions/record/producer.cjs +101 -4
- package/dist/assertions/record/producer.cjs.map +1 -1
- package/dist/assertions/record/producer.d.cts +4 -1
- package/dist/assertions/record/producer.d.mts +4 -1
- package/dist/assertions/record/producer.d.ts +4 -1
- package/dist/assertions/runtime.cjs +45 -5
- package/dist/assertions/runtime.cjs.map +1 -1
- package/dist/cli/record.cjs +113 -8
- package/dist/cli/record.cjs.map +1 -1
- package/dist/cli/record.d.cts +20 -1
- package/dist/cli/record.d.mts +20 -1
- package/dist/cli/record.d.ts +20 -1
- package/dist/cli/record.js +4 -2
- package/dist/cli.cjs +386 -31
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.d.cts +10 -2
- package/dist/cli.d.mts +10 -2
- package/dist/cli.d.ts +10 -2
- package/dist/context/send-retry.cjs +4 -4
- package/dist/context/send-retry.cjs.map +1 -1
- package/dist/coordination/host/runtime.cjs +8 -30
- package/dist/coordination/host/runtime.cjs.map +1 -1
- package/dist/coordination/host/runtime.d.cts +3 -3
- package/dist/coordination/host/runtime.d.mts +3 -3
- package/dist/coordination/host/runtime.d.ts +3 -3
- package/dist/coordination/host/types.cjs.map +1 -1
- package/dist/coordination/host/types.d.cts +0 -5
- package/dist/coordination/host/types.d.mts +0 -5
- package/dist/coordination/host/types.d.ts +0 -5
- package/dist/coordination/platform/node.cjs +90 -9
- package/dist/coordination/platform/node.cjs.map +1 -1
- package/dist/define.cjs +25 -1
- package/dist/define.cjs.map +1 -1
- package/dist/experiment/host/index.cjs +1 -0
- package/dist/experiment/host/index.cjs.map +1 -1
- package/dist/i18n/en.cjs +26 -8
- package/dist/i18n/en.cjs.map +1 -1
- package/dist/i18n/en.d.cts +19 -6
- package/dist/i18n/en.d.mts +19 -6
- package/dist/i18n/en.d.ts +19 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/o11y/parsers/hermes.cjs +1 -1
- package/dist/o11y/parsers/hermes.cjs.map +1 -1
- package/dist/o11y/prices.json +1 -1
- package/dist/o11y/record/families.cjs +12 -3
- package/dist/o11y/record/families.cjs.map +1 -1
- package/dist/o11y/record/families.d.cts +8 -8
- package/dist/o11y/record/families.d.mts +8 -8
- package/dist/o11y/record/families.d.ts +8 -8
- package/dist/o11y/record/family-projectors.d.cts +66 -18
- package/dist/o11y/record/family-projectors.d.mts +66 -18
- package/dist/o11y/record/family-projectors.d.ts +66 -18
- package/dist/o11y/record/family-writers.d.cts +11 -3
- package/dist/o11y/record/family-writers.d.mts +11 -3
- package/dist/o11y/record/family-writers.d.ts +11 -3
- package/dist/o11y/record/runner-producer.cjs +14 -4
- package/dist/o11y/record/runner-producer.cjs.map +1 -1
- package/dist/record/codec/core.d.cts +2 -2
- package/dist/record/codec/core.d.mts +2 -2
- package/dist/record/codec/core.d.ts +2 -2
- package/dist/record/family/catalog.d.cts +44 -12
- package/dist/record/family/catalog.d.mts +44 -12
- package/dist/record/family/catalog.d.ts +44 -12
- package/dist/record/family/index.js +128 -124
- package/dist/record/family/observability-v1.cjs +35 -0
- package/dist/record/family/observability-v1.cjs.map +1 -0
- package/dist/record/family/observability-v1.d.cts +3 -0
- package/dist/record/family/observability-v1.d.mts +3 -0
- package/dist/record/family/observability-v1.d.ts +3 -0
- package/dist/record/family/observability-v1.js +6 -0
- package/dist/record/family/observability-v1.js.map +1 -0
- package/dist/record/family/observability.cjs +58 -9
- package/dist/record/family/observability.cjs.map +1 -1
- package/dist/record/family/observability.d.cts +1014 -15
- package/dist/record/family/observability.d.mts +1014 -15
- package/dist/record/family/observability.d.ts +1014 -15
- package/dist/record/family/observability.js +22 -18
- package/dist/record/host/runtime.cjs +600 -31
- package/dist/record/host/runtime.cjs.map +1 -1
- package/dist/record/host/types.cjs.map +1 -1
- package/dist/record/host/types.d.cts +33 -9
- package/dist/record/host/types.d.mts +33 -9
- package/dist/record/host/types.d.ts +33 -9
- package/dist/record/maintenance/runtime.cjs +1 -2
- package/dist/record/maintenance/runtime.cjs.map +1 -1
- package/dist/record/model/core.cjs.map +1 -1
- package/dist/record/model/core.d.cts +1 -1
- package/dist/record/model/core.d.mts +1 -1
- package/dist/record/model/core.d.ts +1 -1
- package/dist/record/model/definition.d.cts +6 -6
- package/dist/record/model/definition.d.mts +6 -6
- package/dist/record/model/definition.d.ts +6 -6
- package/dist/record/model/identifiers.cjs +1 -1
- package/dist/record/model/identifiers.cjs.map +1 -1
- package/dist/record/model/identifiers.d.cts +1 -1
- package/dist/record/model/identifiers.d.mts +1 -1
- package/dist/record/model/identifiers.d.ts +1 -1
- package/dist/record/platform/node.cjs +159 -23
- package/dist/record/platform/node.cjs.map +1 -1
- package/dist/record/platform/services.cjs.map +1 -1
- package/dist/record/platform/services.d.cts +15 -2
- package/dist/record/platform/services.d.mts +15 -2
- package/dist/record/platform/services.d.ts +15 -2
- package/dist/record/reader/errors.cjs +37 -1
- package/dist/record/reader/errors.cjs.map +1 -1
- package/dist/record/reader/errors.d.cts +49 -1
- package/dist/record/reader/errors.d.mts +49 -1
- package/dist/record/reader/errors.d.ts +49 -1
- package/dist/record/reader/errors.js +22 -12
- package/dist/record/reader/format.cjs +76 -17
- package/dist/record/reader/format.cjs.map +1 -1
- package/dist/record/reader/format.d.cts +11 -4
- package/dist/record/reader/format.d.mts +11 -4
- package/dist/record/reader/format.d.ts +11 -4
- package/dist/record/reader/format.js +2 -0
- package/dist/record/reader/index.js +32 -18
- package/dist/record/reader/runtime.cjs +64 -0
- package/dist/record/reader/runtime.cjs.map +1 -1
- package/dist/record/reader/runtime.d.cts +15 -0
- package/dist/record/reader/runtime.d.mts +15 -0
- package/dist/record/reader/runtime.d.ts +15 -0
- package/dist/record/reader/runtime.js +2 -0
- package/dist/report/assets/styles.css +53 -29
- package/dist/report/built-in/analysis-values.cjs +21 -13
- package/dist/report/built-in/analysis-values.cjs.map +1 -1
- package/dist/report/built-in/analysis-values.d.cts +11 -22
- package/dist/report/built-in/analysis-values.d.mts +11 -22
- package/dist/report/built-in/analysis-values.d.ts +11 -22
- package/dist/report/built-in/analysis-values.js +4 -6
- package/dist/report/built-in/index.cjs +1 -3
- package/dist/report/built-in/index.cjs.map +1 -1
- package/dist/report/built-in/index.d.cts +1 -1
- package/dist/report/built-in/index.d.mts +1 -1
- package/dist/report/built-in/index.d.ts +1 -1
- package/dist/report/built-in/index.js +4 -8
- package/dist/report/built-in/index.mjs +4 -8
- package/dist/report/built-in/machine.cjs +0 -2
- package/dist/report/built-in/machine.cjs.map +1 -1
- package/dist/report/built-in/machine.d.cts +0 -2
- package/dist/report/built-in/machine.d.mts +0 -2
- package/dist/report/built-in/machine.d.ts +0 -2
- package/dist/report/built-in/result-components.cjs +49 -51
- package/dist/report/built-in/result-components.cjs.map +1 -1
- package/dist/report/built-in/result-components.d.cts +16 -17
- package/dist/report/built-in/result-components.d.mts +16 -17
- package/dist/report/built-in/result-components.d.ts +16 -17
- package/dist/report/built-in/result-components.js +0 -4
- package/dist/report/built-in/run-membership-overview.cjs +126 -17
- package/dist/report/built-in/run-membership-overview.cjs.map +1 -1
- package/dist/report/built-in/run-membership-overview.d.cts +14 -0
- package/dist/report/built-in/run-membership-overview.d.mts +14 -0
- package/dist/report/built-in/run-membership-overview.d.ts +14 -0
- package/dist/report/built-in/run-membership-overview.js +4 -2
- package/dist/report/built-in/standard.cjs +80 -45
- package/dist/report/built-in/standard.cjs.map +1 -1
- package/dist/report/built-in/standard.d.cts +19 -41
- package/dist/report/built-in/standard.d.mts +19 -41
- package/dist/report/built-in/standard.d.ts +19 -41
- package/dist/report/built-in/standard.js +6 -6
- package/dist/report/components/attempt-detail/compute.cjs +78 -2
- package/dist/report/components/attempt-detail/compute.cjs.map +1 -1
- package/dist/report/components/attempt-detail/compute.d.cts +1 -1
- package/dist/report/components/attempt-detail/compute.d.mts +1 -1
- package/dist/report/components/attempt-detail/compute.d.ts +1 -1
- package/dist/report/components/attempt-detail/content.cjs +1 -1
- package/dist/report/components/attempt-detail/content.cjs.map +1 -1
- package/dist/report/components/entity-lists/compute.cjs +42 -5
- package/dist/report/components/entity-lists/compute.cjs.map +1 -1
- package/dist/report/components/entity-lists/compute.d.cts +10 -8
- package/dist/report/components/entity-lists/compute.d.mts +10 -8
- package/dist/report/components/entity-lists/compute.d.ts +10 -8
- package/dist/report/components/entity-lists/content.cjs +31 -6
- package/dist/report/components/entity-lists/content.cjs.map +1 -1
- package/dist/report/components/entity-lists/index.cjs +9 -4
- package/dist/report/components/entity-lists/index.cjs.map +1 -1
- package/dist/report/components/entity-lists/index.d.cts +4 -7
- package/dist/report/components/entity-lists/index.d.mts +4 -7
- package/dist/report/components/entity-lists/index.d.ts +4 -7
- package/dist/report/components/summaries/compute.cjs +8 -1
- package/dist/report/components/summaries/compute.cjs.map +1 -1
- package/dist/report/components/summaries/compute.d.cts +9 -1
- package/dist/report/components/summaries/compute.d.mts +9 -1
- package/dist/report/components/summaries/compute.d.ts +9 -1
- package/dist/report/components/summaries/index.cjs +48 -4
- package/dist/report/components/summaries/index.cjs.map +1 -1
- package/dist/report/components/summaries/index.d.cts +7 -4
- package/dist/report/components/summaries/index.d.mts +7 -4
- package/dist/report/components/summaries/index.d.ts +7 -4
- package/dist/report/definition/cell.cjs +3 -0
- package/dist/report/definition/cell.cjs.map +1 -1
- package/dist/report/definition/cell.d.cts +2 -0
- package/dist/report/definition/cell.d.mts +2 -0
- package/dist/report/definition/cell.d.ts +2 -0
- package/dist/report/definition/primitives/chart.cjs +8 -5
- package/dist/report/definition/primitives/chart.cjs.map +1 -1
- package/dist/report/definition/primitives/points-dataset.cjs +1 -0
- package/dist/report/definition/primitives/points-dataset.cjs.map +1 -1
- package/dist/report/definition/primitives.cjs +15 -2
- package/dist/report/definition/primitives.cjs.map +1 -1
- package/dist/report/definition/report.cjs +27 -3
- package/dist/report/definition/report.cjs.map +1 -1
- package/dist/report/definition/report.d.cts +8 -0
- package/dist/report/definition/report.d.mts +8 -0
- package/dist/report/definition/report.d.ts +8 -0
- package/dist/report/execution/machine.cjs +30 -14
- package/dist/report/execution/machine.cjs.map +1 -1
- package/dist/report/execution/machine.d.cts +20 -10
- package/dist/report/execution/machine.d.mts +20 -10
- package/dist/report/execution/machine.d.ts +20 -10
- package/dist/report/execution/machine.js +6 -6
- package/dist/report/host/execute.cjs +25 -16
- package/dist/report/host/execute.cjs.map +1 -1
- package/dist/report/host/execute.d.cts +4 -0
- package/dist/report/host/execute.d.mts +4 -0
- package/dist/report/host/execute.d.ts +4 -0
- package/dist/report/host/from-record.cjs +22 -5
- package/dist/report/host/from-record.cjs.map +1 -1
- package/dist/report/host/machine.cjs +53 -11
- package/dist/report/host/machine.cjs.map +1 -1
- package/dist/report/host/site-runtime.cjs +9 -8
- package/dist/report/host/site-runtime.cjs.map +1 -1
- package/dist/report/host/site-runtime.d.cts +1 -1
- package/dist/report/host/site-runtime.d.mts +1 -1
- package/dist/report/host/site-runtime.d.ts +1 -1
- package/dist/report/host/static.cjs +56 -9
- package/dist/report/host/static.cjs.map +1 -1
- package/dist/report/index.cjs.map +1 -1
- package/dist/report/index.d.cts +1 -1
- package/dist/report/index.d.mts +1 -1
- package/dist/report/index.d.ts +1 -1
- package/dist/report/model/dataset.cjs +7 -2
- package/dist/report/model/dataset.cjs.map +1 -1
- package/dist/report/model/locale.cjs +2 -0
- package/dist/report/model/locale.cjs.map +1 -1
- package/dist/report/model/locale.d.cts +1 -0
- package/dist/report/model/locale.d.mts +1 -0
- package/dist/report/model/locale.d.ts +1 -0
- package/dist/report/model/metrics.cjs +3 -1
- package/dist/report/model/metrics.cjs.map +1 -1
- package/dist/report/model/pricing.cjs +16 -11
- package/dist/report/model/pricing.cjs.map +1 -1
- package/dist/report/react/styles.css +53 -29
- package/dist/runner/adoption.cjs +1 -0
- package/dist/runner/adoption.cjs.map +1 -1
- package/dist/runner/attempt.cjs +44 -5
- package/dist/runner/attempt.cjs.map +1 -1
- package/dist/runner/attempt.d.cts +13 -1
- package/dist/runner/attempt.d.mts +13 -1
- package/dist/runner/attempt.d.ts +13 -1
- package/dist/runner/config-identity.cjs +10 -2
- package/dist/runner/config-identity.cjs.map +1 -1
- package/dist/runner/config-identity.d.cts +4 -2
- package/dist/runner/config-identity.d.mts +4 -2
- package/dist/runner/config-identity.d.ts +4 -2
- package/dist/runner/feedback/human.cjs +298 -59
- package/dist/runner/feedback/human.cjs.map +1 -1
- package/dist/runner/feedback/json.cjs +14 -6
- package/dist/runner/feedback/json.cjs.map +1 -1
- package/dist/runner/feedback/json.d.cts +3 -2
- package/dist/runner/feedback/json.d.mts +3 -2
- package/dist/runner/feedback/json.d.ts +3 -2
- package/dist/runner/feedback/reducer.cjs +2 -0
- package/dist/runner/feedback/reducer.cjs.map +1 -1
- package/dist/runner/judge-config.cjs +1 -1
- package/dist/runner/judge-config.cjs.map +1 -1
- package/dist/runner/ledger.cjs +124 -12
- package/dist/runner/ledger.cjs.map +1 -1
- package/dist/runner/project-current.cjs +13 -5
- package/dist/runner/project-current.cjs.map +1 -1
- package/dist/runner/run.cjs +564 -256
- package/dist/runner/run.cjs.map +1 -1
- package/dist/runner/sandbox-pool.cjs +161 -30
- package/dist/runner/sandbox-pool.cjs.map +1 -1
- package/dist/runner/sandbox-pool.d.cts +34 -2
- package/dist/runner/sandbox-pool.d.mts +34 -2
- package/dist/runner/sandbox-pool.d.ts +34 -2
- package/dist/runner/shared-state-lease.cjs +803 -0
- package/dist/runner/shared-state-lease.cjs.map +1 -0
- package/dist/runner/shared-state-lease.d.cts +121 -0
- package/dist/runner/shared-state-lease.d.mts +121 -0
- package/dist/runner/shared-state-lease.d.ts +121 -0
- package/dist/runner/shared-state-lease.js +24 -0
- package/dist/runner/shared-state-lease.js.map +1 -0
- package/dist/runner/teardown-registry.cjs +97 -34
- package/dist/runner/teardown-registry.cjs.map +1 -1
- package/dist/runner/teardown-registry.d.cts +27 -1
- package/dist/runner/teardown-registry.d.mts +27 -1
- package/dist/runner/teardown-registry.d.ts +27 -1
- package/dist/runner/teardown-registry.js +20 -16
- package/dist/runner/types.cjs.map +1 -1
- package/dist/runner/types.d.cts +31 -5
- package/dist/runner/types.d.mts +31 -5
- package/dist/runner/types.d.ts +31 -5
- package/dist/sample/analysis.cjs +249 -459
- package/dist/sample/analysis.cjs.map +1 -1
- package/dist/sample/capability.cjs +138 -7
- package/dist/sample/capability.cjs.map +1 -1
- package/dist/sample/capability.d.cts +3 -1
- package/dist/sample/capability.d.mts +3 -1
- package/dist/sample/capability.d.ts +3 -1
- package/dist/sample/capability.js +8 -6
- package/dist/sandbox/docker-agent-image.cjs +5 -1
- package/dist/sandbox/docker-agent-image.cjs.map +1 -1
- package/dist/sandbox/docker-agent-image.d.cts +2 -0
- package/dist/sandbox/docker-agent-image.d.mts +2 -0
- package/dist/sandbox/docker-agent-image.d.ts +2 -0
- package/dist/sandbox/docker-agent-image.js +14 -10
- package/dist/sandbox/docker-profile/schema.cjs +283 -534
- package/dist/sandbox/docker-profile/schema.cjs.map +1 -1
- package/dist/sandbox/docker-profile/schema.d.cts +10 -27
- package/dist/sandbox/docker-profile/schema.d.mts +10 -27
- package/dist/sandbox/docker-profile/schema.d.ts +10 -27
- package/dist/sandbox/e2b-agent-template.cjs +5 -2
- package/dist/sandbox/e2b-agent-template.cjs.map +1 -1
- package/dist/sandbox/index.cjs +4 -2
- package/dist/sandbox/index.cjs.map +1 -1
- package/dist/sandbox/index.d.cts +1 -1
- package/dist/sandbox/index.d.mts +1 -1
- package/dist/sandbox/index.d.ts +1 -1
- package/dist/sandbox/index.js +120 -116
- package/dist/sandbox/index.mjs +120 -116
- package/dist/sandbox/keep-registry.cjs +28 -66
- package/dist/sandbox/keep-registry.cjs.map +1 -1
- package/dist/sandbox/types.cjs.map +1 -1
- package/dist/sandbox/types.d.cts +1 -1
- package/dist/sandbox/types.d.mts +1 -1
- package/dist/sandbox/types.d.ts +1 -1
- package/dist/shared/aggregate.cjs +16 -6
- package/dist/shared/aggregate.cjs.map +1 -1
- package/dist/shared/aggregate.d.cts +12 -4
- package/dist/shared/aggregate.d.mts +12 -4
- package/dist/shared/aggregate.d.ts +12 -4
- package/dist/shared/turn-label.cjs +20 -2
- package/dist/shared/turn-label.cjs.map +1 -1
- package/dist/shared/turn-label.d.cts +2 -0
- package/dist/shared/turn-label.d.mts +2 -0
- package/dist/shared/turn-label.d.ts +2 -0
- package/dist/shared/turn-label.js +4 -2
- package/dist/vendor/remark/remark-gfm.cjs +7 -7
- package/dist/vendor/remark/remark-gfm.cjs.map +1 -1
- package/dist/vendor/remark/remark-parse.cjs +12 -12
- package/dist/vendor/remark/remark-parse.cjs.map +1 -1
- package/dist/vendor/remark/remark.cjs +13 -13
- package/dist/vendor/remark/remark.cjs.map +1 -1
- package/dist/view/server.cjs +6 -0
- package/dist/view/server.cjs.map +1 -1
- package/docs-site/images/hitl-handshake-zh.svg +3 -3
- package/docs-site/zh/examples/ai-agent-application.mdx +1 -1
- package/docs-site/zh/examples/coding-agent-extensions.mdx +1 -1
- package/docs-site/zh/examples/integrations/ai-sdk-v7.mdx +4 -3
- package/docs-site/zh/examples/integrations/claude-sdk.mdx +3 -3
- package/docs-site/zh/examples/integrations/codex-sdk.mdx +5 -5
- package/docs-site/zh/examples/integrations/langgraph.mdx +4 -4
- package/docs-site/zh/examples/integrations/pi-sdk.mdx +5 -5
- package/docs-site/zh/explanation/adapter.mdx +5 -5
- package/docs-site/zh/explanation/assert.mdx +7 -7
- package/docs-site/zh/explanation/drive.mdx +4 -2
- package/docs-site/zh/explanation/evals.mdx +10 -8
- package/docs-site/zh/explanation/experiment.mdx +2 -2
- package/docs-site/zh/explanation/hitl.mdx +9 -9
- package/docs-site/zh/explanation/judge.mdx +5 -5
- package/docs-site/zh/explanation/overview.mdx +3 -3
- package/docs-site/zh/explanation/runner.mdx +1 -1
- package/docs-site/zh/index.mdx +3 -3
- package/docs-site/zh/reference/builtin-agents.mdx +13 -13
- package/docs-site/zh/reference/capabilities.mdx +1 -1
- package/docs-site/zh/reference/cli.mdx +18 -12
- package/docs-site/zh/reference/define-agent.mdx +130 -5
- package/docs-site/zh/reference/define-config.mdx +2 -2
- package/docs-site/zh/reference/define-eval.mdx +4 -4
- package/docs-site/zh/reference/events.mdx +11 -11
- package/docs-site/zh/reference/official-adapters.mdx +6 -6
- package/docs-site/zh/reference/results-data.mdx +6 -0
- package/docs-site/zh/troubleshooting/debugging.mdx +1 -1
- package/docs-site/zh/troubleshooting/recover-after-kill.mdx +37 -5
- package/docs-site/zh/tutorials/accept-results.mdx +72 -0
- package/docs-site/zh/tutorials/agent-onboarding.mdx +6 -6
- package/docs-site/zh/tutorials/authoring.mdx +9 -13
- package/docs-site/zh/tutorials/ci-integration.mdx +6 -6
- package/docs-site/zh/tutorials/compare-runs.mdx +61 -0
- package/docs-site/zh/tutorials/concurrency.mdx +13 -12
- package/docs-site/zh/tutorials/configuration.mdx +4 -6
- package/docs-site/zh/tutorials/connect-your-agent.mdx +1 -1
- package/docs-site/zh/tutorials/control-run-cost.mdx +58 -0
- package/docs-site/zh/tutorials/criteria-files.mdx +2 -2
- package/docs-site/zh/tutorials/custom-reports.mdx +2 -2
- package/docs-site/zh/tutorials/debug-lifecycle-plan.mdx +46 -0
- package/docs-site/zh/tutorials/docker-in-docker.mdx +52 -43
- package/docs-site/zh/tutorials/eval-groups.mdx +6 -6
- package/docs-site/zh/tutorials/evaluation-kinds.mdx +3 -3
- package/docs-site/zh/tutorials/experiments.mdx +2 -3
- package/docs-site/zh/tutorials/handle-execution-failures.mdx +18 -10
- package/docs-site/zh/tutorials/install-custom-sandbox-agent.mdx +16 -8
- package/docs-site/zh/tutorials/nixos-managed-dind.mdx +160 -0
- package/docs-site/zh/tutorials/plugins.mdx +14 -0
- package/docs-site/zh/tutorials/rerun-and-cache.mdx +4 -2
- package/docs-site/zh/tutorials/sandbox-agent.mdx +17 -11
- package/docs-site/zh/tutorials/sandbox-providers.mdx +17 -13
- package/docs-site/zh/tutorials/sandbox-reuse.mdx +12 -19
- package/docs-site/zh/tutorials/select-and-preview.mdx +65 -0
- package/docs-site/zh/tutorials/verify-judge.mdx +78 -0
- package/docs-site/zh/tutorials/viewing-results.mdx +38 -1
- package/docs-site/zh/tutorials/write-experiment.mdx +7 -5
- package/docs-site/zh/tutorials/write-send.mdx +9 -8
- package/package.json +9 -5
- package/dist/report/built-in/overview.cjs +0 -44
- package/dist/report/built-in/overview.cjs.map +0 -1
- package/dist/report/built-in/overview.d.cts +0 -6
- package/dist/report/built-in/overview.d.mts +0 -6
- package/dist/report/built-in/overview.d.ts +0 -6
- package/dist/report/built-in/overview.js +0 -9
- package/dist/report/built-in/overview.js.map +0 -1
- package/dist/runner/gate-lease.cjs +0 -283
- package/dist/runner/gate-lease.cjs.map +0 -1
- package/dist/runner/gate-lease.d.cts +0 -62
- package/dist/runner/gate-lease.d.mts +0 -62
- package/dist/runner/gate-lease.d.ts +0 -62
- package/dist/runner/gate-lease.js +0 -22
- package/dist/runner/gate-lease.js.map +0 -1
package/dist/sandbox/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.resolveDockerProfileSelector = exports.resolveDockerProfileAlias = exports.resolveDockerProfile = exports.resolveDockerExecutionProfile = exports.parseDockerProfileRegistry = exports.indexDockerProfiles = exports.createDockerProfileRegistry = exports.parseDockerExecutionProfileV1 = exports.parseDockerExecutionProfile = exports.makeDockerExecutionProfileV1 = exports.isDockerExecutionProfileV1 = exports.dockerProfilePublicSummaryOf = exports.dockerProfileDigestOf = exports.dockerExecutionProfileV1Digest = exports.dockerProfileSemanticPolicyRevisionOf = exports.dockerExecutionProfileSemanticPolicyRevisionOf = exports.decodeDockerExecutionProfileV1 = exports.createDockerExecutionProfileV1 = exports.DockerExecutionProfileSchema = exports.DockerExecutionProfileV1Schema = void 0;
|
|
3
|
+
exports.DOCKER_PROFILE_SCHEMA_VERSION = exports.DOCKER_EXECUTION_PROFILE_SCHEMA_VERSION = exports.dockerProfileError = exports.DockerProfileError = exports.NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE = exports.NICEEVAL_OMP_DOCKER_IMAGE = exports.NICEEVAL_OPENCODE_DOCKER_IMAGE = exports.NICEEVAL_OPENCLAW_DOCKER_IMAGE = exports.NICEEVAL_HERMES_DOCKER_IMAGE = exports.NICEEVAL_CODEX_DOCKER_IMAGE = exports.NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE = exports.NICEEVAL_BUB_DOCKER_IMAGE = exports.normalizeSandboxCapture = exports.restoreCheckpoint = exports.createCheckpoint = exports.buildFailureOrigin = exports.startSandboxBuilds = exports.prepareSandboxBuilds = exports.SANDBOX_BUILD_ACTIVITY = exports.looksLikeDigestRef = exports.assertPureDataIdentity = exports.credentialIdentityContribution = exports.resolveFloatingImageTag = exports.computeCaseKey = exports.computeBuildKey = exports.materializeDockerComposeProviderCase = exports.buildComposeOverlay = exports.findComposeBlacklistViolations = exports.assertComposeBlacklist = exports.inspectComposeYaml = exports.leakGateHintsFromComposeFile = exports.collectComposeBuilds = exports.dockerComposeBuildProvider = exports.COMPOSE_MATERIALIZER_REVISION = exports.registerSandboxContent = exports.SandboxCommandExitError = exports.installTool = exports.checkout = exports.defineSandboxCommand = exports.shell = exports.command = exports.defineSandboxCase = exports.localSandbox = exports.vercelSandbox = exports.e2bSandbox = exports.dockerComposeSandbox = exports.dockerSandbox = exports.sandboxLayer = exports.CustomSandboxMaterializationError = exports.defineSandbox = void 0;
|
|
4
|
+
exports.resolveDockerProfileSelector = exports.resolveDockerProfileAlias = exports.resolveDockerProfile = exports.resolveDockerExecutionProfile = exports.parseDockerProfileRegistry = exports.indexDockerProfiles = exports.createDockerProfileRegistry = exports.parseDockerExecutionProfileV1 = exports.parseDockerExecutionProfile = exports.makeDockerExecutionProfileV1 = exports.isDockerExecutionProfileV1 = exports.dockerProfilePublicSummaryOf = exports.dockerProfileDigestOf = exports.dockerExecutionProfileV1Digest = exports.dockerProfileSemanticPolicyRevisionOf = exports.dockerExecutionProfileSemanticPolicyRevisionOf = exports.decodeDockerExecutionProfileV1 = exports.createDockerExecutionProfileV1 = exports.DockerExecutionProfileSchema = exports.DockerExecutionProfileV1Schema = exports.DOCKER_PROFILE_NETWORK_DENY_CIDRS = exports.DOCKER_PROFILE_NETWORK_POLICY_VERSION = void 0;
|
|
5
5
|
// niceeval/sandbox 公开导出:「在哪里跑」相关的类型 + 工厂 + 扩展点。
|
|
6
6
|
// 具体 provider 实现类(DockerSandbox / VercelSandbox / E2BSandbox)是内部实现细节,不在此导出——
|
|
7
7
|
// 需要自定义 provider 时用 defineSandbox(),不需要直接 new 内置实现类。
|
|
@@ -61,6 +61,8 @@ Object.defineProperty(exports, "NICEEVAL_CODEX_DOCKER_IMAGE", { enumerable: true
|
|
|
61
61
|
Object.defineProperty(exports, "NICEEVAL_HERMES_DOCKER_IMAGE", { enumerable: true, get: function () { return docker_agent_image_ts_1.NICEEVAL_HERMES_DOCKER_IMAGE; } });
|
|
62
62
|
Object.defineProperty(exports, "NICEEVAL_OPENCLAW_DOCKER_IMAGE", { enumerable: true, get: function () { return docker_agent_image_ts_1.NICEEVAL_OPENCLAW_DOCKER_IMAGE; } });
|
|
63
63
|
Object.defineProperty(exports, "NICEEVAL_OPENCODE_DOCKER_IMAGE", { enumerable: true, get: function () { return docker_agent_image_ts_1.NICEEVAL_OPENCODE_DOCKER_IMAGE; } });
|
|
64
|
+
Object.defineProperty(exports, "NICEEVAL_OMP_DOCKER_IMAGE", { enumerable: true, get: function () { return docker_agent_image_ts_1.NICEEVAL_OMP_DOCKER_IMAGE; } });
|
|
65
|
+
Object.defineProperty(exports, "NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE", { enumerable: true, get: function () { return docker_agent_image_ts_1.NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE; } });
|
|
64
66
|
var errors_ts_1 = require("./docker-profile/errors.cjs");
|
|
65
67
|
Object.defineProperty(exports, "DockerProfileError", { enumerable: true, get: function () { return errors_ts_1.DockerProfileError; } });
|
|
66
68
|
Object.defineProperty(exports, "dockerProfileError", { enumerable: true, get: function () { return errors_ts_1.dockerProfileError; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;AAAA,gDAAgD;AAChD,6EAA6E;AAC7E,qDAAqD;AACrD,0CAA6C;AAApC,0GAAA,aAAa,OAAA;AACtB,uCAA+K;AAAtK,6HAAA,iCAAiC,OAAA;AAAE,wGAAA,YAAY,OAAA;AAAE,yGAAA,aAAa,OAAA;AAAE,gHAAA,oBAAoB,OAAA;AAAE,sGAAA,UAAU,OAAA;AAAE,yGAAA,aAAa,OAAA;AAAE,wGAAA,YAAY,OAAA;AAAE,6GAAA,iBAAiB,OAAA;AACzJ,6CAAqE;AAA5D,sGAAA,OAAO,OAAA;AAAE,oGAAA,KAAK,OAAA;AAAE,mHAAA,oBAAoB,OAAA;AAC7C,6DAA8D;AAArD,+GAAA,QAAQ,OAAA;AAAE,kHAAA,WAAW,OAAA;AAC9B,iDAA0D;AAAjD,wHAAA,uBAAuB,OAAA;AAChC,2CAAsD;AAA7C,oHAAA,sBAAsB,OAAA;AAC/B,2CAAqR;AAA5Q,2HAAA,6BAA6B,OAAA;AAAE,wHAAA,0BAA0B,OAAA;AAAE,kHAAA,oBAAoB,OAAA;AAAE,0HAAA,4BAA4B,OAAA;AAAE,gHAAA,kBAAkB,OAAA;AAAE,oHAAA,sBAAsB,OAAA;AAAE,4HAAA,8BAA8B,OAAA;AAAE,iHAAA,mBAAmB,OAAA;AAAE,kIAAA,oCAAoC,OAAA;AAC7P,6CAAsK;AAA7J,8GAAA,eAAe,OAAA;AAAE,6GAAA,cAAc,OAAA;AAAE,sHAAA,uBAAuB,OAAA;AAAE,6HAAA,8BAA8B,OAAA;AAAE,qHAAA,sBAAsB,OAAA;AAAE,iHAAA,kBAAkB,OAAA;AAC7I,+DAA+H;AAAtH,8HAAA,sBAAsB,OAAA;AAAE,4HAAA,oBAAoB,OAAA;AAAE,0HAAA,kBAAkB,OAAA;AAAE,0HAAA,kBAAkB,OAAA;AAC7F,iDAAsE;AAA7D,iHAAA,gBAAgB,OAAA;AAAE,kHAAA,iBAAiB,OAAA;AAC5C,wDAAkE;AAAzD,wHAAA,uBAAuB,OAAA;AAEhC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;AAAA,gDAAgD;AAChD,6EAA6E;AAC7E,qDAAqD;AACrD,0CAA6C;AAApC,0GAAA,aAAa,OAAA;AACtB,uCAA+K;AAAtK,6HAAA,iCAAiC,OAAA;AAAE,wGAAA,YAAY,OAAA;AAAE,yGAAA,aAAa,OAAA;AAAE,gHAAA,oBAAoB,OAAA;AAAE,sGAAA,UAAU,OAAA;AAAE,yGAAA,aAAa,OAAA;AAAE,wGAAA,YAAY,OAAA;AAAE,6GAAA,iBAAiB,OAAA;AACzJ,6CAAqE;AAA5D,sGAAA,OAAO,OAAA;AAAE,oGAAA,KAAK,OAAA;AAAE,mHAAA,oBAAoB,OAAA;AAC7C,6DAA8D;AAArD,+GAAA,QAAQ,OAAA;AAAE,kHAAA,WAAW,OAAA;AAC9B,iDAA0D;AAAjD,wHAAA,uBAAuB,OAAA;AAChC,2CAAsD;AAA7C,oHAAA,sBAAsB,OAAA;AAC/B,2CAAqR;AAA5Q,2HAAA,6BAA6B,OAAA;AAAE,wHAAA,0BAA0B,OAAA;AAAE,kHAAA,oBAAoB,OAAA;AAAE,0HAAA,4BAA4B,OAAA;AAAE,gHAAA,kBAAkB,OAAA;AAAE,oHAAA,sBAAsB,OAAA;AAAE,4HAAA,8BAA8B,OAAA;AAAE,iHAAA,mBAAmB,OAAA;AAAE,kIAAA,oCAAoC,OAAA;AAC7P,6CAAsK;AAA7J,8GAAA,eAAe,OAAA;AAAE,6GAAA,cAAc,OAAA;AAAE,sHAAA,uBAAuB,OAAA;AAAE,6HAAA,8BAA8B,OAAA;AAAE,qHAAA,sBAAsB,OAAA;AAAE,iHAAA,kBAAkB,OAAA;AAC7I,+DAA+H;AAAtH,8HAAA,sBAAsB,OAAA;AAAE,4HAAA,oBAAoB,OAAA;AAAE,0HAAA,kBAAkB,OAAA;AAAE,0HAAA,kBAAkB,OAAA;AAC7F,iDAAsE;AAA7D,iHAAA,gBAAgB,OAAA;AAAE,kHAAA,iBAAiB,OAAA;AAC5C,wDAAkE;AAAzD,wHAAA,uBAAuB,OAAA;AAEhC,iEAAsS;AAA7R,kIAAA,yBAAyB,OAAA;AAAE,0IAAA,iCAAiC,OAAA;AAAE,oIAAA,2BAA2B,OAAA;AAAE,qIAAA,4BAA4B,OAAA;AAAE,uIAAA,8BAA8B,OAAA;AAAE,uIAAA,8BAA8B,OAAA;AAAE,kIAAA,yBAAyB,OAAA;AAAE,+IAAA,sCAAsC,OAAA;AAUnQ,wDAAqF;AAA5E,+GAAA,kBAAkB,OAAA;AAAE,+GAAA,kBAAkB,OAAA;AAE/C,wDAA+lB;AAAtlB,oIAAA,uCAAuC,OAAA;AAAE,0HAAA,6BAA6B,OAAA;AAAE,kIAAA,qCAAqC,OAAA;AAAE,8HAAA,iCAAiC,OAAA;AAAE,2HAAA,8BAA8B,OAAA;AAAE,yHAAA,4BAA4B,OAAA;AAAE,2HAAA,8BAA8B,OAAA;AAAE,2HAAA,8BAA8B,OAAA;AAAE,2IAAA,8CAA8C,OAAA;AAAE,kIAAA,qCAAqC,OAAA;AAAE,2HAAA,8BAA8B,OAAA;AAAE,kHAAA,qBAAqB,OAAA;AAAE,yHAAA,4BAA4B,OAAA;AAAE,uHAAA,0BAA0B,OAAA;AAAE,yHAAA,4BAA4B,OAAA;AAAE,wHAAA,2BAA2B,OAAA;AAAE,0HAAA,6BAA6B,OAAA;AAEzjB,4DAA2O;AAAlO,0HAAA,2BAA2B,OAAA;AAAE,kHAAA,mBAAmB,OAAA;AAAE,yHAAA,0BAA0B,OAAA;AAAE,4HAAA,6BAA6B,OAAA;AAAE,mHAAA,oBAAoB,OAAA;AAAE,wHAAA,yBAAyB,OAAA;AAAE,2HAAA,4BAA4B,OAAA","sourcesContent":["// niceeval/sandbox 公开导出:「在哪里跑」相关的类型 + 工厂 + 扩展点。\n// 具体 provider 实现类(DockerSandbox / VercelSandbox / E2BSandbox)是内部实现细节,不在此导出——\n// 需要自定义 provider 时用 defineSandbox(),不需要直接 new 内置实现类。\nexport { defineSandbox } from \"../define.ts\";\nexport { CustomSandboxMaterializationError, sandboxLayer, dockerSandbox, dockerComposeSandbox, e2bSandbox, vercelSandbox, localSandbox, defineSandboxCase, } from \"./layer.ts\";\nexport { command, shell, defineSandboxCommand } from \"./commands.ts\";\nexport { checkout, installTool } from \"./prepare-commands.ts\";\nexport { SandboxCommandExitError } from \"./operations.ts\";\nexport { registerSandboxContent } from \"./content.ts\";\nexport { COMPOSE_MATERIALIZER_REVISION, dockerComposeBuildProvider, collectComposeBuilds, leakGateHintsFromComposeFile, inspectComposeYaml, assertComposeBlacklist, findComposeBlacklistViolations, buildComposeOverlay, materializeDockerComposeProviderCase, } from \"./compose.ts\";\nexport { computeBuildKey, computeCaseKey, resolveFloatingImageTag, credentialIdentityContribution, assertPureDataIdentity, looksLikeDigestRef, } from \"./identity.ts\";\nexport { SANDBOX_BUILD_ACTIVITY, prepareSandboxBuilds, startSandboxBuilds, buildFailureOrigin, } from \"./build-coordinator.ts\";\nexport { createCheckpoint, restoreCheckpoint } from \"./checkpoint.ts\";\nexport { normalizeSandboxCapture, } from \"./record/attachment.ts\";\nexport type { SandboxCaptureInput, SandboxCaptureInputError, } from \"./record/attachment.ts\";\nexport { NICEEVAL_BUB_DOCKER_IMAGE, NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE, NICEEVAL_CODEX_DOCKER_IMAGE, NICEEVAL_HERMES_DOCKER_IMAGE, NICEEVAL_OPENCLAW_DOCKER_IMAGE, NICEEVAL_OPENCODE_DOCKER_IMAGE, NICEEVAL_OMP_DOCKER_IMAGE, NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE, } from \"./docker-agent-image.ts\";\nexport type { SandboxLayer, SandboxLayerKind, SandboxLayerLifecycle, DockerImageSource, DockerfileSource, DockerSandboxSource, DockerSandboxAccess, DockerSandboxOptions, DockerSandboxCommonOptions, DockerSandboxReadiness, ManagedDockerResources, DockerComposeSandboxOptions, DockerSandboxResources, DockerSandboxTmpfsOptions, E2BSandboxOptions, VercelSandboxOptions, LocalSandboxOptions, CustomProviderSandboxOptions, CustomCaseSandboxOptions, CustomCaseServices, CustomCaseMaterializedServices, CustomCaseMaterializeResult, SandboxTargetPlatform, SandboxLeakGate, } from \"./layer.ts\";\nexport type { SandboxCommand, SandboxCommandContext, SandboxCommandTarget, SandboxCleanupCommand, SandboxCommandIdentity, SandboxCommandIdentityValue, SandboxCommandOptions, StableSandboxCommand, AttemptRef, } from \"./commands.ts\";\nexport type { CheckoutOptions, InstallToolOptions } from \"./prepare-commands.ts\";\nexport type { RegisteredSandboxContent } from \"./content.ts\";\nexport type { Sandbox, SandboxOperations, SandboxTransferOperations, SandboxProvider, SandboxRuntime, SandboxHook, SandboxHookContext, CommandResult, CommandOptions, SuccessfulCommandResult, } from \"../types.ts\";\nexport type { SandboxCaseKind, ServiceController, MaterializedSandboxCase, SandboxGroupEntry, SandboxResourceGroup, SandboxMaterializeContext, } from \"./case-types.ts\";\nexport type { BuildKey, CaseKey, BuildKeyInput, CaseKeyInput, ImageRefResolution, CredentialRef, } from \"./identity.ts\";\nexport type { ComposeBuildCollection, ComposeInspection, ComposeServiceInspection, ComposeBlacklistFinding, ComposeOverlay, MaterializeComposeOpts, } from \"./compose.ts\";\nexport type { SandboxBuildWork, SandboxBuildProvider, SandboxBuildExecutionContext, SandboxBuildPreparation, SandboxBuildFailure, PrepareSandboxBuildsOptions, } from \"./build-coordinator.ts\";\nexport { DockerProfileError, dockerProfileError, } from \"./docker-profile/errors.ts\";\nexport type { DockerProfileErrorCode, DockerProfileErrorOptions, } from \"./docker-profile/errors.ts\";\nexport { DOCKER_EXECUTION_PROFILE_SCHEMA_VERSION, DOCKER_PROFILE_SCHEMA_VERSION, DOCKER_PROFILE_NETWORK_POLICY_VERSION, DOCKER_PROFILE_NETWORK_DENY_CIDRS, DockerExecutionProfileV1Schema, DockerExecutionProfileSchema, createDockerExecutionProfileV1, decodeDockerExecutionProfileV1, dockerExecutionProfileSemanticPolicyRevisionOf, dockerProfileSemanticPolicyRevisionOf, dockerExecutionProfileV1Digest, dockerProfileDigestOf, dockerProfilePublicSummaryOf, isDockerExecutionProfileV1, makeDockerExecutionProfileV1, parseDockerExecutionProfile, parseDockerExecutionProfileV1, } from \"./docker-profile/schema.ts\";\nexport type { DockerExecutionProfileSecurityLevel, DockerExecutionProfileV1, DockerExecutionProfileV1Draft, DockerProfileNetworkPolicy, DockerProfilePublicSummary, DockerProfileUnixEndpoint, } from \"./docker-profile/schema.ts\";\nexport { createDockerProfileRegistry, indexDockerProfiles, parseDockerProfileRegistry, resolveDockerExecutionProfile, resolveDockerProfile, resolveDockerProfileAlias, resolveDockerProfileSelector, } from \"./docker-profile/registry.ts\";\nexport type { DockerProfileRegistryEntry, DockerProfileRegistryFileFacts, DockerProfileRegistryIndex, DockerProfileRegistryInput, DockerProfileRegistryOptions, ResolvedDockerProfileEntry, } from \"./docker-profile/registry.ts\";\n"]}
|
package/dist/sandbox/index.d.cts
CHANGED
|
@@ -10,7 +10,7 @@ export { SANDBOX_BUILD_ACTIVITY, prepareSandboxBuilds, startSandboxBuilds, build
|
|
|
10
10
|
export { createCheckpoint, restoreCheckpoint } from "./checkpoint.cjs";
|
|
11
11
|
export { normalizeSandboxCapture, } from "./record/attachment.cjs";
|
|
12
12
|
export type { SandboxCaptureInput, SandboxCaptureInputError, } from "./record/attachment.cjs";
|
|
13
|
-
export { NICEEVAL_BUB_DOCKER_IMAGE, NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE, NICEEVAL_CODEX_DOCKER_IMAGE, NICEEVAL_HERMES_DOCKER_IMAGE, NICEEVAL_OPENCLAW_DOCKER_IMAGE, NICEEVAL_OPENCODE_DOCKER_IMAGE, } from "./docker-agent-image.cjs";
|
|
13
|
+
export { NICEEVAL_BUB_DOCKER_IMAGE, NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE, NICEEVAL_CODEX_DOCKER_IMAGE, NICEEVAL_HERMES_DOCKER_IMAGE, NICEEVAL_OPENCLAW_DOCKER_IMAGE, NICEEVAL_OPENCODE_DOCKER_IMAGE, NICEEVAL_OMP_DOCKER_IMAGE, NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE, } from "./docker-agent-image.cjs";
|
|
14
14
|
export type { SandboxLayer, SandboxLayerKind, SandboxLayerLifecycle, DockerImageSource, DockerfileSource, DockerSandboxSource, DockerSandboxAccess, DockerSandboxOptions, DockerSandboxCommonOptions, DockerSandboxReadiness, ManagedDockerResources, DockerComposeSandboxOptions, DockerSandboxResources, DockerSandboxTmpfsOptions, E2BSandboxOptions, VercelSandboxOptions, LocalSandboxOptions, CustomProviderSandboxOptions, CustomCaseSandboxOptions, CustomCaseServices, CustomCaseMaterializedServices, CustomCaseMaterializeResult, SandboxTargetPlatform, SandboxLeakGate, } from "./layer.cjs";
|
|
15
15
|
export type { SandboxCommand, SandboxCommandContext, SandboxCommandTarget, SandboxCleanupCommand, SandboxCommandIdentity, SandboxCommandIdentityValue, SandboxCommandOptions, StableSandboxCommand, AttemptRef, } from "./commands.cjs";
|
|
16
16
|
export type { CheckoutOptions, InstallToolOptions } from "./prepare-commands.cjs";
|
package/dist/sandbox/index.d.mts
CHANGED
|
@@ -10,7 +10,7 @@ export { SANDBOX_BUILD_ACTIVITY, prepareSandboxBuilds, startSandboxBuilds, build
|
|
|
10
10
|
export { createCheckpoint, restoreCheckpoint } from "./checkpoint.mjs";
|
|
11
11
|
export { normalizeSandboxCapture, } from "./record/attachment.mjs";
|
|
12
12
|
export type { SandboxCaptureInput, SandboxCaptureInputError, } from "./record/attachment.mjs";
|
|
13
|
-
export { NICEEVAL_BUB_DOCKER_IMAGE, NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE, NICEEVAL_CODEX_DOCKER_IMAGE, NICEEVAL_HERMES_DOCKER_IMAGE, NICEEVAL_OPENCLAW_DOCKER_IMAGE, NICEEVAL_OPENCODE_DOCKER_IMAGE, } from "./docker-agent-image.mjs";
|
|
13
|
+
export { NICEEVAL_BUB_DOCKER_IMAGE, NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE, NICEEVAL_CODEX_DOCKER_IMAGE, NICEEVAL_HERMES_DOCKER_IMAGE, NICEEVAL_OPENCLAW_DOCKER_IMAGE, NICEEVAL_OPENCODE_DOCKER_IMAGE, NICEEVAL_OMP_DOCKER_IMAGE, NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE, } from "./docker-agent-image.mjs";
|
|
14
14
|
export type { SandboxLayer, SandboxLayerKind, SandboxLayerLifecycle, DockerImageSource, DockerfileSource, DockerSandboxSource, DockerSandboxAccess, DockerSandboxOptions, DockerSandboxCommonOptions, DockerSandboxReadiness, ManagedDockerResources, DockerComposeSandboxOptions, DockerSandboxResources, DockerSandboxTmpfsOptions, E2BSandboxOptions, VercelSandboxOptions, LocalSandboxOptions, CustomProviderSandboxOptions, CustomCaseSandboxOptions, CustomCaseServices, CustomCaseMaterializedServices, CustomCaseMaterializeResult, SandboxTargetPlatform, SandboxLeakGate, } from "./layer.mjs";
|
|
15
15
|
export type { SandboxCommand, SandboxCommandContext, SandboxCommandTarget, SandboxCleanupCommand, SandboxCommandIdentity, SandboxCommandIdentityValue, SandboxCommandOptions, StableSandboxCommand, AttemptRef, } from "./commands.mjs";
|
|
16
16
|
export type { CheckoutOptions, InstallToolOptions } from "./prepare-commands.mjs";
|
package/dist/sandbox/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export { SANDBOX_BUILD_ACTIVITY, prepareSandboxBuilds, startSandboxBuilds, build
|
|
|
10
10
|
export { createCheckpoint, restoreCheckpoint } from "./checkpoint.js";
|
|
11
11
|
export { normalizeSandboxCapture, } from "./record/attachment.js";
|
|
12
12
|
export type { SandboxCaptureInput, SandboxCaptureInputError, } from "./record/attachment.js";
|
|
13
|
-
export { NICEEVAL_BUB_DOCKER_IMAGE, NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE, NICEEVAL_CODEX_DOCKER_IMAGE, NICEEVAL_HERMES_DOCKER_IMAGE, NICEEVAL_OPENCLAW_DOCKER_IMAGE, NICEEVAL_OPENCODE_DOCKER_IMAGE, } from "./docker-agent-image.js";
|
|
13
|
+
export { NICEEVAL_BUB_DOCKER_IMAGE, NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE, NICEEVAL_CODEX_DOCKER_IMAGE, NICEEVAL_HERMES_DOCKER_IMAGE, NICEEVAL_OPENCLAW_DOCKER_IMAGE, NICEEVAL_OPENCODE_DOCKER_IMAGE, NICEEVAL_OMP_DOCKER_IMAGE, NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE, } from "./docker-agent-image.js";
|
|
14
14
|
export type { SandboxLayer, SandboxLayerKind, SandboxLayerLifecycle, DockerImageSource, DockerfileSource, DockerSandboxSource, DockerSandboxAccess, DockerSandboxOptions, DockerSandboxCommonOptions, DockerSandboxReadiness, ManagedDockerResources, DockerComposeSandboxOptions, DockerSandboxResources, DockerSandboxTmpfsOptions, E2BSandboxOptions, VercelSandboxOptions, LocalSandboxOptions, CustomProviderSandboxOptions, CustomCaseSandboxOptions, CustomCaseServices, CustomCaseMaterializedServices, CustomCaseMaterializeResult, SandboxTargetPlatform, SandboxLeakGate, } from "./layer.js";
|
|
15
15
|
export type { SandboxCommand, SandboxCommandContext, SandboxCommandTarget, SandboxCleanupCommand, SandboxCommandIdentity, SandboxCommandIdentityValue, SandboxCommandOptions, StableSandboxCommand, AttemptRef, } from "./commands.js";
|
|
16
16
|
export type { CheckoutOptions, InstallToolOptions } from "./prepare-commands.js";
|
package/dist/sandbox/index.js
CHANGED
|
@@ -25,120 +25,124 @@ const __niceevalExport10 = __niceevalCanonical["NICEEVAL_CLAUDE_CODE_DOCKER_IMAG
|
|
|
25
25
|
export { __niceevalExport10 as NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE };
|
|
26
26
|
const __niceevalExport11 = __niceevalCanonical["NICEEVAL_CODEX_DOCKER_IMAGE"];
|
|
27
27
|
export { __niceevalExport11 as NICEEVAL_CODEX_DOCKER_IMAGE };
|
|
28
|
-
const __niceevalExport12 = __niceevalCanonical["
|
|
29
|
-
export { __niceevalExport12 as
|
|
30
|
-
const __niceevalExport13 = __niceevalCanonical["
|
|
31
|
-
export { __niceevalExport13 as
|
|
32
|
-
const __niceevalExport14 = __niceevalCanonical["
|
|
33
|
-
export { __niceevalExport14 as
|
|
34
|
-
const __niceevalExport15 = __niceevalCanonical["
|
|
35
|
-
export { __niceevalExport15 as
|
|
36
|
-
const __niceevalExport16 = __niceevalCanonical["
|
|
37
|
-
export { __niceevalExport16 as
|
|
38
|
-
const __niceevalExport17 = __niceevalCanonical["
|
|
39
|
-
export { __niceevalExport17 as
|
|
40
|
-
const __niceevalExport18 = __niceevalCanonical["
|
|
41
|
-
export { __niceevalExport18 as
|
|
42
|
-
const __niceevalExport19 = __niceevalCanonical["
|
|
43
|
-
export { __niceevalExport19 as
|
|
44
|
-
const __niceevalExport20 = __niceevalCanonical["
|
|
45
|
-
export { __niceevalExport20 as
|
|
46
|
-
const __niceevalExport21 = __niceevalCanonical["
|
|
47
|
-
export { __niceevalExport21 as
|
|
48
|
-
const __niceevalExport22 = __niceevalCanonical["
|
|
49
|
-
export { __niceevalExport22 as
|
|
50
|
-
const __niceevalExport23 = __niceevalCanonical["
|
|
51
|
-
export { __niceevalExport23 as
|
|
52
|
-
const __niceevalExport24 = __niceevalCanonical["
|
|
53
|
-
export { __niceevalExport24 as
|
|
54
|
-
const __niceevalExport25 = __niceevalCanonical["
|
|
55
|
-
export { __niceevalExport25 as
|
|
56
|
-
const __niceevalExport26 = __niceevalCanonical["
|
|
57
|
-
export { __niceevalExport26 as
|
|
58
|
-
const __niceevalExport27 = __niceevalCanonical["
|
|
59
|
-
export { __niceevalExport27 as
|
|
60
|
-
const __niceevalExport28 = __niceevalCanonical["
|
|
61
|
-
export { __niceevalExport28 as
|
|
62
|
-
const __niceevalExport29 = __niceevalCanonical["
|
|
63
|
-
export { __niceevalExport29 as
|
|
64
|
-
const __niceevalExport30 = __niceevalCanonical["
|
|
65
|
-
export { __niceevalExport30 as
|
|
66
|
-
const __niceevalExport31 = __niceevalCanonical["
|
|
67
|
-
export { __niceevalExport31 as
|
|
68
|
-
const __niceevalExport32 = __niceevalCanonical["
|
|
69
|
-
export { __niceevalExport32 as
|
|
70
|
-
const __niceevalExport33 = __niceevalCanonical["
|
|
71
|
-
export { __niceevalExport33 as
|
|
72
|
-
const __niceevalExport34 = __niceevalCanonical["
|
|
73
|
-
export { __niceevalExport34 as
|
|
74
|
-
const __niceevalExport35 = __niceevalCanonical["
|
|
75
|
-
export { __niceevalExport35 as
|
|
76
|
-
const __niceevalExport36 = __niceevalCanonical["
|
|
77
|
-
export { __niceevalExport36 as
|
|
78
|
-
const __niceevalExport37 = __niceevalCanonical["
|
|
79
|
-
export { __niceevalExport37 as
|
|
80
|
-
const __niceevalExport38 = __niceevalCanonical["
|
|
81
|
-
export { __niceevalExport38 as
|
|
82
|
-
const __niceevalExport39 = __niceevalCanonical["
|
|
83
|
-
export { __niceevalExport39 as
|
|
84
|
-
const __niceevalExport40 = __niceevalCanonical["
|
|
85
|
-
export { __niceevalExport40 as
|
|
86
|
-
const __niceevalExport41 = __niceevalCanonical["
|
|
87
|
-
export { __niceevalExport41 as
|
|
88
|
-
const __niceevalExport42 = __niceevalCanonical["
|
|
89
|
-
export { __niceevalExport42 as
|
|
90
|
-
const __niceevalExport43 = __niceevalCanonical["
|
|
91
|
-
export { __niceevalExport43 as
|
|
92
|
-
const __niceevalExport44 = __niceevalCanonical["
|
|
93
|
-
export { __niceevalExport44 as
|
|
94
|
-
const __niceevalExport45 = __niceevalCanonical["
|
|
95
|
-
export { __niceevalExport45 as
|
|
96
|
-
const __niceevalExport46 = __niceevalCanonical["
|
|
97
|
-
export { __niceevalExport46 as
|
|
98
|
-
const __niceevalExport47 = __niceevalCanonical["
|
|
99
|
-
export { __niceevalExport47 as
|
|
100
|
-
const __niceevalExport48 = __niceevalCanonical["
|
|
101
|
-
export { __niceevalExport48 as
|
|
102
|
-
const __niceevalExport49 = __niceevalCanonical["
|
|
103
|
-
export { __niceevalExport49 as
|
|
104
|
-
const __niceevalExport50 = __niceevalCanonical["
|
|
105
|
-
export { __niceevalExport50 as
|
|
106
|
-
const __niceevalExport51 = __niceevalCanonical["
|
|
107
|
-
export { __niceevalExport51 as
|
|
108
|
-
const __niceevalExport52 = __niceevalCanonical["
|
|
109
|
-
export { __niceevalExport52 as
|
|
110
|
-
const __niceevalExport53 = __niceevalCanonical["
|
|
111
|
-
export { __niceevalExport53 as
|
|
112
|
-
const __niceevalExport54 = __niceevalCanonical["
|
|
113
|
-
export { __niceevalExport54 as
|
|
114
|
-
const __niceevalExport55 = __niceevalCanonical["
|
|
115
|
-
export { __niceevalExport55 as
|
|
116
|
-
const __niceevalExport56 = __niceevalCanonical["
|
|
117
|
-
export { __niceevalExport56 as
|
|
118
|
-
const __niceevalExport57 = __niceevalCanonical["
|
|
119
|
-
export { __niceevalExport57 as
|
|
120
|
-
const __niceevalExport58 = __niceevalCanonical["
|
|
121
|
-
export { __niceevalExport58 as
|
|
122
|
-
const __niceevalExport59 = __niceevalCanonical["
|
|
123
|
-
export { __niceevalExport59 as
|
|
124
|
-
const __niceevalExport60 = __niceevalCanonical["
|
|
125
|
-
export { __niceevalExport60 as
|
|
126
|
-
const __niceevalExport61 = __niceevalCanonical["
|
|
127
|
-
export { __niceevalExport61 as
|
|
128
|
-
const __niceevalExport62 = __niceevalCanonical["
|
|
129
|
-
export { __niceevalExport62 as
|
|
130
|
-
const __niceevalExport63 = __niceevalCanonical["
|
|
131
|
-
export { __niceevalExport63 as
|
|
132
|
-
const __niceevalExport64 = __niceevalCanonical["
|
|
133
|
-
export { __niceevalExport64 as
|
|
134
|
-
const __niceevalExport65 = __niceevalCanonical["
|
|
135
|
-
export { __niceevalExport65 as
|
|
136
|
-
const __niceevalExport66 = __niceevalCanonical["
|
|
137
|
-
export { __niceevalExport66 as
|
|
138
|
-
const __niceevalExport67 = __niceevalCanonical["
|
|
139
|
-
export { __niceevalExport67 as
|
|
140
|
-
const __niceevalExport68 = __niceevalCanonical["
|
|
141
|
-
export { __niceevalExport68 as
|
|
142
|
-
const __niceevalExport69 = __niceevalCanonical["
|
|
143
|
-
export { __niceevalExport69 as
|
|
28
|
+
const __niceevalExport12 = __niceevalCanonical["NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE"];
|
|
29
|
+
export { __niceevalExport12 as NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE };
|
|
30
|
+
const __niceevalExport13 = __niceevalCanonical["NICEEVAL_HERMES_DOCKER_IMAGE"];
|
|
31
|
+
export { __niceevalExport13 as NICEEVAL_HERMES_DOCKER_IMAGE };
|
|
32
|
+
const __niceevalExport14 = __niceevalCanonical["NICEEVAL_OMP_DOCKER_IMAGE"];
|
|
33
|
+
export { __niceevalExport14 as NICEEVAL_OMP_DOCKER_IMAGE };
|
|
34
|
+
const __niceevalExport15 = __niceevalCanonical["NICEEVAL_OPENCLAW_DOCKER_IMAGE"];
|
|
35
|
+
export { __niceevalExport15 as NICEEVAL_OPENCLAW_DOCKER_IMAGE };
|
|
36
|
+
const __niceevalExport16 = __niceevalCanonical["NICEEVAL_OPENCODE_DOCKER_IMAGE"];
|
|
37
|
+
export { __niceevalExport16 as NICEEVAL_OPENCODE_DOCKER_IMAGE };
|
|
38
|
+
const __niceevalExport17 = __niceevalCanonical["SANDBOX_BUILD_ACTIVITY"];
|
|
39
|
+
export { __niceevalExport17 as SANDBOX_BUILD_ACTIVITY };
|
|
40
|
+
const __niceevalExport18 = __niceevalCanonical["SandboxCommandExitError"];
|
|
41
|
+
export { __niceevalExport18 as SandboxCommandExitError };
|
|
42
|
+
const __niceevalExport19 = __niceevalCanonical["assertComposeBlacklist"];
|
|
43
|
+
export { __niceevalExport19 as assertComposeBlacklist };
|
|
44
|
+
const __niceevalExport20 = __niceevalCanonical["assertPureDataIdentity"];
|
|
45
|
+
export { __niceevalExport20 as assertPureDataIdentity };
|
|
46
|
+
const __niceevalExport21 = __niceevalCanonical["buildComposeOverlay"];
|
|
47
|
+
export { __niceevalExport21 as buildComposeOverlay };
|
|
48
|
+
const __niceevalExport22 = __niceevalCanonical["buildFailureOrigin"];
|
|
49
|
+
export { __niceevalExport22 as buildFailureOrigin };
|
|
50
|
+
const __niceevalExport23 = __niceevalCanonical["checkout"];
|
|
51
|
+
export { __niceevalExport23 as checkout };
|
|
52
|
+
const __niceevalExport24 = __niceevalCanonical["collectComposeBuilds"];
|
|
53
|
+
export { __niceevalExport24 as collectComposeBuilds };
|
|
54
|
+
const __niceevalExport25 = __niceevalCanonical["command"];
|
|
55
|
+
export { __niceevalExport25 as command };
|
|
56
|
+
const __niceevalExport26 = __niceevalCanonical["computeBuildKey"];
|
|
57
|
+
export { __niceevalExport26 as computeBuildKey };
|
|
58
|
+
const __niceevalExport27 = __niceevalCanonical["computeCaseKey"];
|
|
59
|
+
export { __niceevalExport27 as computeCaseKey };
|
|
60
|
+
const __niceevalExport28 = __niceevalCanonical["createCheckpoint"];
|
|
61
|
+
export { __niceevalExport28 as createCheckpoint };
|
|
62
|
+
const __niceevalExport29 = __niceevalCanonical["createDockerExecutionProfileV1"];
|
|
63
|
+
export { __niceevalExport29 as createDockerExecutionProfileV1 };
|
|
64
|
+
const __niceevalExport30 = __niceevalCanonical["createDockerProfileRegistry"];
|
|
65
|
+
export { __niceevalExport30 as createDockerProfileRegistry };
|
|
66
|
+
const __niceevalExport31 = __niceevalCanonical["credentialIdentityContribution"];
|
|
67
|
+
export { __niceevalExport31 as credentialIdentityContribution };
|
|
68
|
+
const __niceevalExport32 = __niceevalCanonical["decodeDockerExecutionProfileV1"];
|
|
69
|
+
export { __niceevalExport32 as decodeDockerExecutionProfileV1 };
|
|
70
|
+
const __niceevalExport33 = __niceevalCanonical["defineSandbox"];
|
|
71
|
+
export { __niceevalExport33 as defineSandbox };
|
|
72
|
+
const __niceevalExport34 = __niceevalCanonical["defineSandboxCase"];
|
|
73
|
+
export { __niceevalExport34 as defineSandboxCase };
|
|
74
|
+
const __niceevalExport35 = __niceevalCanonical["defineSandboxCommand"];
|
|
75
|
+
export { __niceevalExport35 as defineSandboxCommand };
|
|
76
|
+
const __niceevalExport36 = __niceevalCanonical["dockerComposeBuildProvider"];
|
|
77
|
+
export { __niceevalExport36 as dockerComposeBuildProvider };
|
|
78
|
+
const __niceevalExport37 = __niceevalCanonical["dockerComposeSandbox"];
|
|
79
|
+
export { __niceevalExport37 as dockerComposeSandbox };
|
|
80
|
+
const __niceevalExport38 = __niceevalCanonical["dockerExecutionProfileSemanticPolicyRevisionOf"];
|
|
81
|
+
export { __niceevalExport38 as dockerExecutionProfileSemanticPolicyRevisionOf };
|
|
82
|
+
const __niceevalExport39 = __niceevalCanonical["dockerExecutionProfileV1Digest"];
|
|
83
|
+
export { __niceevalExport39 as dockerExecutionProfileV1Digest };
|
|
84
|
+
const __niceevalExport40 = __niceevalCanonical["dockerProfileDigestOf"];
|
|
85
|
+
export { __niceevalExport40 as dockerProfileDigestOf };
|
|
86
|
+
const __niceevalExport41 = __niceevalCanonical["dockerProfileError"];
|
|
87
|
+
export { __niceevalExport41 as dockerProfileError };
|
|
88
|
+
const __niceevalExport42 = __niceevalCanonical["dockerProfilePublicSummaryOf"];
|
|
89
|
+
export { __niceevalExport42 as dockerProfilePublicSummaryOf };
|
|
90
|
+
const __niceevalExport43 = __niceevalCanonical["dockerProfileSemanticPolicyRevisionOf"];
|
|
91
|
+
export { __niceevalExport43 as dockerProfileSemanticPolicyRevisionOf };
|
|
92
|
+
const __niceevalExport44 = __niceevalCanonical["dockerSandbox"];
|
|
93
|
+
export { __niceevalExport44 as dockerSandbox };
|
|
94
|
+
const __niceevalExport45 = __niceevalCanonical["e2bSandbox"];
|
|
95
|
+
export { __niceevalExport45 as e2bSandbox };
|
|
96
|
+
const __niceevalExport46 = __niceevalCanonical["findComposeBlacklistViolations"];
|
|
97
|
+
export { __niceevalExport46 as findComposeBlacklistViolations };
|
|
98
|
+
const __niceevalExport47 = __niceevalCanonical["indexDockerProfiles"];
|
|
99
|
+
export { __niceevalExport47 as indexDockerProfiles };
|
|
100
|
+
const __niceevalExport48 = __niceevalCanonical["inspectComposeYaml"];
|
|
101
|
+
export { __niceevalExport48 as inspectComposeYaml };
|
|
102
|
+
const __niceevalExport49 = __niceevalCanonical["installTool"];
|
|
103
|
+
export { __niceevalExport49 as installTool };
|
|
104
|
+
const __niceevalExport50 = __niceevalCanonical["isDockerExecutionProfileV1"];
|
|
105
|
+
export { __niceevalExport50 as isDockerExecutionProfileV1 };
|
|
106
|
+
const __niceevalExport51 = __niceevalCanonical["leakGateHintsFromComposeFile"];
|
|
107
|
+
export { __niceevalExport51 as leakGateHintsFromComposeFile };
|
|
108
|
+
const __niceevalExport52 = __niceevalCanonical["localSandbox"];
|
|
109
|
+
export { __niceevalExport52 as localSandbox };
|
|
110
|
+
const __niceevalExport53 = __niceevalCanonical["looksLikeDigestRef"];
|
|
111
|
+
export { __niceevalExport53 as looksLikeDigestRef };
|
|
112
|
+
const __niceevalExport54 = __niceevalCanonical["makeDockerExecutionProfileV1"];
|
|
113
|
+
export { __niceevalExport54 as makeDockerExecutionProfileV1 };
|
|
114
|
+
const __niceevalExport55 = __niceevalCanonical["materializeDockerComposeProviderCase"];
|
|
115
|
+
export { __niceevalExport55 as materializeDockerComposeProviderCase };
|
|
116
|
+
const __niceevalExport56 = __niceevalCanonical["normalizeSandboxCapture"];
|
|
117
|
+
export { __niceevalExport56 as normalizeSandboxCapture };
|
|
118
|
+
const __niceevalExport57 = __niceevalCanonical["parseDockerExecutionProfile"];
|
|
119
|
+
export { __niceevalExport57 as parseDockerExecutionProfile };
|
|
120
|
+
const __niceevalExport58 = __niceevalCanonical["parseDockerExecutionProfileV1"];
|
|
121
|
+
export { __niceevalExport58 as parseDockerExecutionProfileV1 };
|
|
122
|
+
const __niceevalExport59 = __niceevalCanonical["parseDockerProfileRegistry"];
|
|
123
|
+
export { __niceevalExport59 as parseDockerProfileRegistry };
|
|
124
|
+
const __niceevalExport60 = __niceevalCanonical["prepareSandboxBuilds"];
|
|
125
|
+
export { __niceevalExport60 as prepareSandboxBuilds };
|
|
126
|
+
const __niceevalExport61 = __niceevalCanonical["registerSandboxContent"];
|
|
127
|
+
export { __niceevalExport61 as registerSandboxContent };
|
|
128
|
+
const __niceevalExport62 = __niceevalCanonical["resolveDockerExecutionProfile"];
|
|
129
|
+
export { __niceevalExport62 as resolveDockerExecutionProfile };
|
|
130
|
+
const __niceevalExport63 = __niceevalCanonical["resolveDockerProfile"];
|
|
131
|
+
export { __niceevalExport63 as resolveDockerProfile };
|
|
132
|
+
const __niceevalExport64 = __niceevalCanonical["resolveDockerProfileAlias"];
|
|
133
|
+
export { __niceevalExport64 as resolveDockerProfileAlias };
|
|
134
|
+
const __niceevalExport65 = __niceevalCanonical["resolveDockerProfileSelector"];
|
|
135
|
+
export { __niceevalExport65 as resolveDockerProfileSelector };
|
|
136
|
+
const __niceevalExport66 = __niceevalCanonical["resolveFloatingImageTag"];
|
|
137
|
+
export { __niceevalExport66 as resolveFloatingImageTag };
|
|
138
|
+
const __niceevalExport67 = __niceevalCanonical["restoreCheckpoint"];
|
|
139
|
+
export { __niceevalExport67 as restoreCheckpoint };
|
|
140
|
+
const __niceevalExport68 = __niceevalCanonical["sandboxLayer"];
|
|
141
|
+
export { __niceevalExport68 as sandboxLayer };
|
|
142
|
+
const __niceevalExport69 = __niceevalCanonical["shell"];
|
|
143
|
+
export { __niceevalExport69 as shell };
|
|
144
|
+
const __niceevalExport70 = __niceevalCanonical["startSandboxBuilds"];
|
|
145
|
+
export { __niceevalExport70 as startSandboxBuilds };
|
|
146
|
+
const __niceevalExport71 = __niceevalCanonical["vercelSandbox"];
|
|
147
|
+
export { __niceevalExport71 as vercelSandbox };
|
|
144
148
|
//# sourceMappingURL=index.js.map
|
package/dist/sandbox/index.mjs
CHANGED
|
@@ -25,120 +25,124 @@ const __niceevalExport10 = __niceevalCanonical["NICEEVAL_CLAUDE_CODE_DOCKER_IMAG
|
|
|
25
25
|
export { __niceevalExport10 as NICEEVAL_CLAUDE_CODE_DOCKER_IMAGE };
|
|
26
26
|
const __niceevalExport11 = __niceevalCanonical["NICEEVAL_CODEX_DOCKER_IMAGE"];
|
|
27
27
|
export { __niceevalExport11 as NICEEVAL_CODEX_DOCKER_IMAGE };
|
|
28
|
-
const __niceevalExport12 = __niceevalCanonical["
|
|
29
|
-
export { __niceevalExport12 as
|
|
30
|
-
const __niceevalExport13 = __niceevalCanonical["
|
|
31
|
-
export { __niceevalExport13 as
|
|
32
|
-
const __niceevalExport14 = __niceevalCanonical["
|
|
33
|
-
export { __niceevalExport14 as
|
|
34
|
-
const __niceevalExport15 = __niceevalCanonical["
|
|
35
|
-
export { __niceevalExport15 as
|
|
36
|
-
const __niceevalExport16 = __niceevalCanonical["
|
|
37
|
-
export { __niceevalExport16 as
|
|
38
|
-
const __niceevalExport17 = __niceevalCanonical["
|
|
39
|
-
export { __niceevalExport17 as
|
|
40
|
-
const __niceevalExport18 = __niceevalCanonical["
|
|
41
|
-
export { __niceevalExport18 as
|
|
42
|
-
const __niceevalExport19 = __niceevalCanonical["
|
|
43
|
-
export { __niceevalExport19 as
|
|
44
|
-
const __niceevalExport20 = __niceevalCanonical["
|
|
45
|
-
export { __niceevalExport20 as
|
|
46
|
-
const __niceevalExport21 = __niceevalCanonical["
|
|
47
|
-
export { __niceevalExport21 as
|
|
48
|
-
const __niceevalExport22 = __niceevalCanonical["
|
|
49
|
-
export { __niceevalExport22 as
|
|
50
|
-
const __niceevalExport23 = __niceevalCanonical["
|
|
51
|
-
export { __niceevalExport23 as
|
|
52
|
-
const __niceevalExport24 = __niceevalCanonical["
|
|
53
|
-
export { __niceevalExport24 as
|
|
54
|
-
const __niceevalExport25 = __niceevalCanonical["
|
|
55
|
-
export { __niceevalExport25 as
|
|
56
|
-
const __niceevalExport26 = __niceevalCanonical["
|
|
57
|
-
export { __niceevalExport26 as
|
|
58
|
-
const __niceevalExport27 = __niceevalCanonical["
|
|
59
|
-
export { __niceevalExport27 as
|
|
60
|
-
const __niceevalExport28 = __niceevalCanonical["
|
|
61
|
-
export { __niceevalExport28 as
|
|
62
|
-
const __niceevalExport29 = __niceevalCanonical["
|
|
63
|
-
export { __niceevalExport29 as
|
|
64
|
-
const __niceevalExport30 = __niceevalCanonical["
|
|
65
|
-
export { __niceevalExport30 as
|
|
66
|
-
const __niceevalExport31 = __niceevalCanonical["
|
|
67
|
-
export { __niceevalExport31 as
|
|
68
|
-
const __niceevalExport32 = __niceevalCanonical["
|
|
69
|
-
export { __niceevalExport32 as
|
|
70
|
-
const __niceevalExport33 = __niceevalCanonical["
|
|
71
|
-
export { __niceevalExport33 as
|
|
72
|
-
const __niceevalExport34 = __niceevalCanonical["
|
|
73
|
-
export { __niceevalExport34 as
|
|
74
|
-
const __niceevalExport35 = __niceevalCanonical["
|
|
75
|
-
export { __niceevalExport35 as
|
|
76
|
-
const __niceevalExport36 = __niceevalCanonical["
|
|
77
|
-
export { __niceevalExport36 as
|
|
78
|
-
const __niceevalExport37 = __niceevalCanonical["
|
|
79
|
-
export { __niceevalExport37 as
|
|
80
|
-
const __niceevalExport38 = __niceevalCanonical["
|
|
81
|
-
export { __niceevalExport38 as
|
|
82
|
-
const __niceevalExport39 = __niceevalCanonical["
|
|
83
|
-
export { __niceevalExport39 as
|
|
84
|
-
const __niceevalExport40 = __niceevalCanonical["
|
|
85
|
-
export { __niceevalExport40 as
|
|
86
|
-
const __niceevalExport41 = __niceevalCanonical["
|
|
87
|
-
export { __niceevalExport41 as
|
|
88
|
-
const __niceevalExport42 = __niceevalCanonical["
|
|
89
|
-
export { __niceevalExport42 as
|
|
90
|
-
const __niceevalExport43 = __niceevalCanonical["
|
|
91
|
-
export { __niceevalExport43 as
|
|
92
|
-
const __niceevalExport44 = __niceevalCanonical["
|
|
93
|
-
export { __niceevalExport44 as
|
|
94
|
-
const __niceevalExport45 = __niceevalCanonical["
|
|
95
|
-
export { __niceevalExport45 as
|
|
96
|
-
const __niceevalExport46 = __niceevalCanonical["
|
|
97
|
-
export { __niceevalExport46 as
|
|
98
|
-
const __niceevalExport47 = __niceevalCanonical["
|
|
99
|
-
export { __niceevalExport47 as
|
|
100
|
-
const __niceevalExport48 = __niceevalCanonical["
|
|
101
|
-
export { __niceevalExport48 as
|
|
102
|
-
const __niceevalExport49 = __niceevalCanonical["
|
|
103
|
-
export { __niceevalExport49 as
|
|
104
|
-
const __niceevalExport50 = __niceevalCanonical["
|
|
105
|
-
export { __niceevalExport50 as
|
|
106
|
-
const __niceevalExport51 = __niceevalCanonical["
|
|
107
|
-
export { __niceevalExport51 as
|
|
108
|
-
const __niceevalExport52 = __niceevalCanonical["
|
|
109
|
-
export { __niceevalExport52 as
|
|
110
|
-
const __niceevalExport53 = __niceevalCanonical["
|
|
111
|
-
export { __niceevalExport53 as
|
|
112
|
-
const __niceevalExport54 = __niceevalCanonical["
|
|
113
|
-
export { __niceevalExport54 as
|
|
114
|
-
const __niceevalExport55 = __niceevalCanonical["
|
|
115
|
-
export { __niceevalExport55 as
|
|
116
|
-
const __niceevalExport56 = __niceevalCanonical["
|
|
117
|
-
export { __niceevalExport56 as
|
|
118
|
-
const __niceevalExport57 = __niceevalCanonical["
|
|
119
|
-
export { __niceevalExport57 as
|
|
120
|
-
const __niceevalExport58 = __niceevalCanonical["
|
|
121
|
-
export { __niceevalExport58 as
|
|
122
|
-
const __niceevalExport59 = __niceevalCanonical["
|
|
123
|
-
export { __niceevalExport59 as
|
|
124
|
-
const __niceevalExport60 = __niceevalCanonical["
|
|
125
|
-
export { __niceevalExport60 as
|
|
126
|
-
const __niceevalExport61 = __niceevalCanonical["
|
|
127
|
-
export { __niceevalExport61 as
|
|
128
|
-
const __niceevalExport62 = __niceevalCanonical["
|
|
129
|
-
export { __niceevalExport62 as
|
|
130
|
-
const __niceevalExport63 = __niceevalCanonical["
|
|
131
|
-
export { __niceevalExport63 as
|
|
132
|
-
const __niceevalExport64 = __niceevalCanonical["
|
|
133
|
-
export { __niceevalExport64 as
|
|
134
|
-
const __niceevalExport65 = __niceevalCanonical["
|
|
135
|
-
export { __niceevalExport65 as
|
|
136
|
-
const __niceevalExport66 = __niceevalCanonical["
|
|
137
|
-
export { __niceevalExport66 as
|
|
138
|
-
const __niceevalExport67 = __niceevalCanonical["
|
|
139
|
-
export { __niceevalExport67 as
|
|
140
|
-
const __niceevalExport68 = __niceevalCanonical["
|
|
141
|
-
export { __niceevalExport68 as
|
|
142
|
-
const __niceevalExport69 = __niceevalCanonical["
|
|
143
|
-
export { __niceevalExport69 as
|
|
28
|
+
const __niceevalExport12 = __niceevalCanonical["NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE"];
|
|
29
|
+
export { __niceevalExport12 as NICEEVAL_DEEPSEEK_HARNESS_DOCKER_IMAGE };
|
|
30
|
+
const __niceevalExport13 = __niceevalCanonical["NICEEVAL_HERMES_DOCKER_IMAGE"];
|
|
31
|
+
export { __niceevalExport13 as NICEEVAL_HERMES_DOCKER_IMAGE };
|
|
32
|
+
const __niceevalExport14 = __niceevalCanonical["NICEEVAL_OMP_DOCKER_IMAGE"];
|
|
33
|
+
export { __niceevalExport14 as NICEEVAL_OMP_DOCKER_IMAGE };
|
|
34
|
+
const __niceevalExport15 = __niceevalCanonical["NICEEVAL_OPENCLAW_DOCKER_IMAGE"];
|
|
35
|
+
export { __niceevalExport15 as NICEEVAL_OPENCLAW_DOCKER_IMAGE };
|
|
36
|
+
const __niceevalExport16 = __niceevalCanonical["NICEEVAL_OPENCODE_DOCKER_IMAGE"];
|
|
37
|
+
export { __niceevalExport16 as NICEEVAL_OPENCODE_DOCKER_IMAGE };
|
|
38
|
+
const __niceevalExport17 = __niceevalCanonical["SANDBOX_BUILD_ACTIVITY"];
|
|
39
|
+
export { __niceevalExport17 as SANDBOX_BUILD_ACTIVITY };
|
|
40
|
+
const __niceevalExport18 = __niceevalCanonical["SandboxCommandExitError"];
|
|
41
|
+
export { __niceevalExport18 as SandboxCommandExitError };
|
|
42
|
+
const __niceevalExport19 = __niceevalCanonical["assertComposeBlacklist"];
|
|
43
|
+
export { __niceevalExport19 as assertComposeBlacklist };
|
|
44
|
+
const __niceevalExport20 = __niceevalCanonical["assertPureDataIdentity"];
|
|
45
|
+
export { __niceevalExport20 as assertPureDataIdentity };
|
|
46
|
+
const __niceevalExport21 = __niceevalCanonical["buildComposeOverlay"];
|
|
47
|
+
export { __niceevalExport21 as buildComposeOverlay };
|
|
48
|
+
const __niceevalExport22 = __niceevalCanonical["buildFailureOrigin"];
|
|
49
|
+
export { __niceevalExport22 as buildFailureOrigin };
|
|
50
|
+
const __niceevalExport23 = __niceevalCanonical["checkout"];
|
|
51
|
+
export { __niceevalExport23 as checkout };
|
|
52
|
+
const __niceevalExport24 = __niceevalCanonical["collectComposeBuilds"];
|
|
53
|
+
export { __niceevalExport24 as collectComposeBuilds };
|
|
54
|
+
const __niceevalExport25 = __niceevalCanonical["command"];
|
|
55
|
+
export { __niceevalExport25 as command };
|
|
56
|
+
const __niceevalExport26 = __niceevalCanonical["computeBuildKey"];
|
|
57
|
+
export { __niceevalExport26 as computeBuildKey };
|
|
58
|
+
const __niceevalExport27 = __niceevalCanonical["computeCaseKey"];
|
|
59
|
+
export { __niceevalExport27 as computeCaseKey };
|
|
60
|
+
const __niceevalExport28 = __niceevalCanonical["createCheckpoint"];
|
|
61
|
+
export { __niceevalExport28 as createCheckpoint };
|
|
62
|
+
const __niceevalExport29 = __niceevalCanonical["createDockerExecutionProfileV1"];
|
|
63
|
+
export { __niceevalExport29 as createDockerExecutionProfileV1 };
|
|
64
|
+
const __niceevalExport30 = __niceevalCanonical["createDockerProfileRegistry"];
|
|
65
|
+
export { __niceevalExport30 as createDockerProfileRegistry };
|
|
66
|
+
const __niceevalExport31 = __niceevalCanonical["credentialIdentityContribution"];
|
|
67
|
+
export { __niceevalExport31 as credentialIdentityContribution };
|
|
68
|
+
const __niceevalExport32 = __niceevalCanonical["decodeDockerExecutionProfileV1"];
|
|
69
|
+
export { __niceevalExport32 as decodeDockerExecutionProfileV1 };
|
|
70
|
+
const __niceevalExport33 = __niceevalCanonical["defineSandbox"];
|
|
71
|
+
export { __niceevalExport33 as defineSandbox };
|
|
72
|
+
const __niceevalExport34 = __niceevalCanonical["defineSandboxCase"];
|
|
73
|
+
export { __niceevalExport34 as defineSandboxCase };
|
|
74
|
+
const __niceevalExport35 = __niceevalCanonical["defineSandboxCommand"];
|
|
75
|
+
export { __niceevalExport35 as defineSandboxCommand };
|
|
76
|
+
const __niceevalExport36 = __niceevalCanonical["dockerComposeBuildProvider"];
|
|
77
|
+
export { __niceevalExport36 as dockerComposeBuildProvider };
|
|
78
|
+
const __niceevalExport37 = __niceevalCanonical["dockerComposeSandbox"];
|
|
79
|
+
export { __niceevalExport37 as dockerComposeSandbox };
|
|
80
|
+
const __niceevalExport38 = __niceevalCanonical["dockerExecutionProfileSemanticPolicyRevisionOf"];
|
|
81
|
+
export { __niceevalExport38 as dockerExecutionProfileSemanticPolicyRevisionOf };
|
|
82
|
+
const __niceevalExport39 = __niceevalCanonical["dockerExecutionProfileV1Digest"];
|
|
83
|
+
export { __niceevalExport39 as dockerExecutionProfileV1Digest };
|
|
84
|
+
const __niceevalExport40 = __niceevalCanonical["dockerProfileDigestOf"];
|
|
85
|
+
export { __niceevalExport40 as dockerProfileDigestOf };
|
|
86
|
+
const __niceevalExport41 = __niceevalCanonical["dockerProfileError"];
|
|
87
|
+
export { __niceevalExport41 as dockerProfileError };
|
|
88
|
+
const __niceevalExport42 = __niceevalCanonical["dockerProfilePublicSummaryOf"];
|
|
89
|
+
export { __niceevalExport42 as dockerProfilePublicSummaryOf };
|
|
90
|
+
const __niceevalExport43 = __niceevalCanonical["dockerProfileSemanticPolicyRevisionOf"];
|
|
91
|
+
export { __niceevalExport43 as dockerProfileSemanticPolicyRevisionOf };
|
|
92
|
+
const __niceevalExport44 = __niceevalCanonical["dockerSandbox"];
|
|
93
|
+
export { __niceevalExport44 as dockerSandbox };
|
|
94
|
+
const __niceevalExport45 = __niceevalCanonical["e2bSandbox"];
|
|
95
|
+
export { __niceevalExport45 as e2bSandbox };
|
|
96
|
+
const __niceevalExport46 = __niceevalCanonical["findComposeBlacklistViolations"];
|
|
97
|
+
export { __niceevalExport46 as findComposeBlacklistViolations };
|
|
98
|
+
const __niceevalExport47 = __niceevalCanonical["indexDockerProfiles"];
|
|
99
|
+
export { __niceevalExport47 as indexDockerProfiles };
|
|
100
|
+
const __niceevalExport48 = __niceevalCanonical["inspectComposeYaml"];
|
|
101
|
+
export { __niceevalExport48 as inspectComposeYaml };
|
|
102
|
+
const __niceevalExport49 = __niceevalCanonical["installTool"];
|
|
103
|
+
export { __niceevalExport49 as installTool };
|
|
104
|
+
const __niceevalExport50 = __niceevalCanonical["isDockerExecutionProfileV1"];
|
|
105
|
+
export { __niceevalExport50 as isDockerExecutionProfileV1 };
|
|
106
|
+
const __niceevalExport51 = __niceevalCanonical["leakGateHintsFromComposeFile"];
|
|
107
|
+
export { __niceevalExport51 as leakGateHintsFromComposeFile };
|
|
108
|
+
const __niceevalExport52 = __niceevalCanonical["localSandbox"];
|
|
109
|
+
export { __niceevalExport52 as localSandbox };
|
|
110
|
+
const __niceevalExport53 = __niceevalCanonical["looksLikeDigestRef"];
|
|
111
|
+
export { __niceevalExport53 as looksLikeDigestRef };
|
|
112
|
+
const __niceevalExport54 = __niceevalCanonical["makeDockerExecutionProfileV1"];
|
|
113
|
+
export { __niceevalExport54 as makeDockerExecutionProfileV1 };
|
|
114
|
+
const __niceevalExport55 = __niceevalCanonical["materializeDockerComposeProviderCase"];
|
|
115
|
+
export { __niceevalExport55 as materializeDockerComposeProviderCase };
|
|
116
|
+
const __niceevalExport56 = __niceevalCanonical["normalizeSandboxCapture"];
|
|
117
|
+
export { __niceevalExport56 as normalizeSandboxCapture };
|
|
118
|
+
const __niceevalExport57 = __niceevalCanonical["parseDockerExecutionProfile"];
|
|
119
|
+
export { __niceevalExport57 as parseDockerExecutionProfile };
|
|
120
|
+
const __niceevalExport58 = __niceevalCanonical["parseDockerExecutionProfileV1"];
|
|
121
|
+
export { __niceevalExport58 as parseDockerExecutionProfileV1 };
|
|
122
|
+
const __niceevalExport59 = __niceevalCanonical["parseDockerProfileRegistry"];
|
|
123
|
+
export { __niceevalExport59 as parseDockerProfileRegistry };
|
|
124
|
+
const __niceevalExport60 = __niceevalCanonical["prepareSandboxBuilds"];
|
|
125
|
+
export { __niceevalExport60 as prepareSandboxBuilds };
|
|
126
|
+
const __niceevalExport61 = __niceevalCanonical["registerSandboxContent"];
|
|
127
|
+
export { __niceevalExport61 as registerSandboxContent };
|
|
128
|
+
const __niceevalExport62 = __niceevalCanonical["resolveDockerExecutionProfile"];
|
|
129
|
+
export { __niceevalExport62 as resolveDockerExecutionProfile };
|
|
130
|
+
const __niceevalExport63 = __niceevalCanonical["resolveDockerProfile"];
|
|
131
|
+
export { __niceevalExport63 as resolveDockerProfile };
|
|
132
|
+
const __niceevalExport64 = __niceevalCanonical["resolveDockerProfileAlias"];
|
|
133
|
+
export { __niceevalExport64 as resolveDockerProfileAlias };
|
|
134
|
+
const __niceevalExport65 = __niceevalCanonical["resolveDockerProfileSelector"];
|
|
135
|
+
export { __niceevalExport65 as resolveDockerProfileSelector };
|
|
136
|
+
const __niceevalExport66 = __niceevalCanonical["resolveFloatingImageTag"];
|
|
137
|
+
export { __niceevalExport66 as resolveFloatingImageTag };
|
|
138
|
+
const __niceevalExport67 = __niceevalCanonical["restoreCheckpoint"];
|
|
139
|
+
export { __niceevalExport67 as restoreCheckpoint };
|
|
140
|
+
const __niceevalExport68 = __niceevalCanonical["sandboxLayer"];
|
|
141
|
+
export { __niceevalExport68 as sandboxLayer };
|
|
142
|
+
const __niceevalExport69 = __niceevalCanonical["shell"];
|
|
143
|
+
export { __niceevalExport69 as shell };
|
|
144
|
+
const __niceevalExport70 = __niceevalCanonical["startSandboxBuilds"];
|
|
145
|
+
export { __niceevalExport70 as startSandboxBuilds };
|
|
146
|
+
const __niceevalExport71 = __niceevalCanonical["vercelSandbox"];
|
|
147
|
+
export { __niceevalExport71 as vercelSandbox };
|
|
144
148
|
//# sourceMappingURL=index.mjs.map
|