@clawos-dev/clawd 0.2.477 → 0.2.478
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/cli.cjs +1 -4
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -54766,7 +54766,6 @@ var L = [
|
|
|
54766
54766
|
" outputs:",
|
|
54767
54767
|
" tag: ${{ steps.plan.outputs.tag }}",
|
|
54768
54768
|
" image: ${{ steps.plan.outputs.image }}",
|
|
54769
|
-
" deploy_id: ${{ steps.plan.outputs.deploy_id }}",
|
|
54770
54769
|
" persona_id: ${{ steps.plan.outputs.persona_id }}",
|
|
54771
54770
|
" env_names: ${{ steps.plan.outputs.env_names }}",
|
|
54772
54771
|
" deployer_env_names: ${{ steps.plan.outputs.deployer_env_names }}",
|
|
@@ -54891,7 +54890,6 @@ var L = [
|
|
|
54891
54890
|
" run: |",
|
|
54892
54891
|
" node clawos/cloud-host/pipeline/smoke.mjs \\",
|
|
54893
54892
|
" --image '${{ needs.build.outputs.image }}' \\",
|
|
54894
|
-
" --deploy-id '${{ needs.build.outputs.deploy_id }}' \\",
|
|
54895
54893
|
" --persona-id '${{ needs.build.outputs.persona_id }}' \\",
|
|
54896
54894
|
" --run-number '${{ github.run_number }}'",
|
|
54897
54895
|
"",
|
|
@@ -54921,7 +54919,6 @@ var L = [
|
|
|
54921
54919
|
" run: |",
|
|
54922
54920
|
" node clawos/cloud-host/pipeline/register.mjs \\",
|
|
54923
54921
|
" --image '${{ needs.build.outputs.image }}' \\",
|
|
54924
|
-
" --deploy-id '${{ needs.build.outputs.deploy_id }}' \\",
|
|
54925
54922
|
" --persona-id '${{ needs.build.outputs.persona_id }}'",
|
|
54926
54923
|
""
|
|
54927
54924
|
];
|
|
@@ -64320,7 +64317,7 @@ function computeMethodAccess(args) {
|
|
|
64320
64317
|
}
|
|
64321
64318
|
|
|
64322
64319
|
// src/version.ts
|
|
64323
|
-
var version = "0.2.
|
|
64320
|
+
var version = "0.2.478".length > 0 ? "0.2.478" : "dev";
|
|
64324
64321
|
|
|
64325
64322
|
// src/cli-probe/probe.ts
|
|
64326
64323
|
var fs70 = __toESM(require("fs"), 1);
|