@treeseed/sdk 0.12.27 → 0.12.29

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.
@@ -406,7 +406,7 @@ function planTreeseedPackageDevelopmentImage(root = workspaceRoot(), idOrName, {
406
406
  environment,
407
407
  overrideEnvVar,
408
408
  override: { [overrideEnvVar]: hostingImageRef },
409
- command: `${overrideEnvVar}=${hostingImageRef} npx trsd hosting apply --environment ${environment} --app ${app} --execute --json`
409
+ command: `${overrideEnvVar}=${hostingImageRef} npx trsd hosting apply --environment ${environment} --app ${app} --json`
410
410
  } : null
411
411
  };
412
412
  }
@@ -343,7 +343,7 @@ async function reconcileTreeseedTarget({
343
343
  observed: plan.observed,
344
344
  diff: plan.diff,
345
345
  action: plan.diff.action,
346
- warnings: [...plan.observed.warnings, "dry run: apply skipped"],
346
+ warnings: [...plan.observed.warnings, "plan mode: apply skipped"],
347
347
  resourceLocators: plan.observed.locators,
348
348
  state: plan.observed.live,
349
349
  verification: null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treeseed/sdk",
3
- "version": "0.12.27",
3
+ "version": "0.12.29",
4
4
  "description": "Shared Treeseed SDK for content-backed and D1-backed object models.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {