@dreamboard-games/cli 0.1.30-alpha.38 → 0.1.30-alpha.39

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
@@ -47,7 +47,7 @@ import {
47
47
  titleFromSlug,
48
48
  toDreamboardApiError,
49
49
  waitForCompiledResultJobSdk
50
- } from "./chunk-J6R6DBVQ.js";
50
+ } from "./chunk-IZ7N2NLZ.js";
51
51
  import {
52
52
  applyWorkspaceCodegen,
53
53
  collectLocalFiles,
@@ -81,7 +81,7 @@ import {
81
81
  updateProjectLocalMaintainerRegistry,
82
82
  updateProjectState,
83
83
  writeSnapshot
84
- } from "./chunk-FCYUTPWB.js";
84
+ } from "./chunk-R6J3LAQY.js";
85
85
  import {
86
86
  getActiveCredentialBackendName,
87
87
  getGlobalAuthPath,
@@ -4235,7 +4235,7 @@ var dev_default = defineCommand({
4235
4235
  runtimeConfig: {
4236
4236
  apiBaseUrl: config.apiBaseUrl,
4237
4237
  userId: extractUserIdFromJwt(effectiveAuthToken ?? null),
4238
- gameId: runSession.gameId,
4238
+ projectId: effectiveProjectConfig.projectId,
4239
4239
  compiledResultId: devCompile.id,
4240
4240
  setupProfileId: runSession.setupProfileId ?? null,
4241
4241
  playerCount: resolvedPlayerCount,
@@ -4245,7 +4245,7 @@ var dev_default = defineCommand({
4245
4245
  initialSession: {
4246
4246
  sessionId: runSession.sessionId,
4247
4247
  shortCode: runSession.shortCode,
4248
- gameId: runSession.gameId,
4248
+ projectId: effectiveProjectConfig.projectId,
4249
4249
  seed: runSession.seed ?? null
4250
4250
  }
4251
4251
  }