@dreamboard-games/cli 0.1.30-alpha.28 → 0.1.30-alpha.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.
package/dist/index.js CHANGED
@@ -56,7 +56,7 @@ import {
56
56
  titleFromSlug,
57
57
  toDreamboardApiError,
58
58
  waitForCompiledResultJobSdk
59
- } from "./chunk-AB734OB2.js";
59
+ } from "./chunk-NFCRMXEV.js";
60
60
  import {
61
61
  applyWorkspaceCodegen,
62
62
  collectLocalFiles,
@@ -94,7 +94,7 @@ import {
94
94
  updateProjectLocalMaintainerRegistry,
95
95
  updateProjectState,
96
96
  writeSnapshot
97
- } from "./chunk-HGVHTFXB.js";
97
+ } from "./chunk-QIVDPQME.js";
98
98
  import {
99
99
  clearCredentials,
100
100
  getActiveCredentialBackendName,
@@ -5957,8 +5957,8 @@ var runCommand3 = defineCommand({
5957
5957
  },
5958
5958
  runner: {
5959
5959
  type: "string",
5960
- valueHint: "reducer|remote",
5961
- description: "Scenario runner: reducer (in-process, default) or remote (live sessions against the configured backend)."
5960
+ valueHint: "reducer|remote|browser",
5961
+ description: "Scenario runner: reducer (in-process, default), remote (live sessions against the configured backend), or browser (real dev-host browser flow)."
5962
5962
  },
5963
5963
  commit: {
5964
5964
  type: "string",
@@ -6333,7 +6333,7 @@ function runDreamboardCli(internalSubCommands = {}) {
6333
6333
  const main = defineCommand({
6334
6334
  meta: {
6335
6335
  name: "dreamboard",
6336
- version: "0.1.30-alpha.28",
6336
+ version: "0.1.30-alpha.29",
6337
6337
  description: "Dreamboard CLI \u2014 game development platform"
6338
6338
  },
6339
6339
  subCommands