@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/agent-verifier/agent-workspace-verifier.mjs +2 -2
- package/dist/agent-verifier/{chunk-IREJCUSO.mjs → chunk-WLUEMKVV.mjs} +4 -4
- package/dist/agent-verifier/{chunk-IREJCUSO.mjs.map → chunk-WLUEMKVV.mjs.map} +1 -1
- package/dist/agent-verifier/{materialize-workspace-X5PUI5LL.mjs → materialize-workspace-RPWQ5PST.mjs} +2 -2
- package/dist/agent-verifier/{static-scaffold-AG53VPN6.mjs → static-scaffold-4HXUM2S4.mjs} +2 -2
- package/dist/authoring-compatibility-internal.js +1 -1
- package/dist/{chunk-J6R6DBVQ.js → chunk-IZ7N2NLZ.js} +3 -3
- package/dist/{chunk-FCYUTPWB.js → chunk-R6J3LAQY.js} +4 -4
- package/dist/{chunk-FCYUTPWB.js.map → chunk-R6J3LAQY.js.map} +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/internal.js +2 -2
- package/package.json +1 -1
- package/release/authoring-release-set.json +3 -3
- /package/dist/agent-verifier/{materialize-workspace-X5PUI5LL.mjs.map → materialize-workspace-RPWQ5PST.mjs.map} +0 -0
- /package/dist/agent-verifier/{static-scaffold-AG53VPN6.mjs.map → static-scaffold-4HXUM2S4.mjs.map} +0 -0
- /package/dist/{chunk-J6R6DBVQ.js.map → chunk-IZ7N2NLZ.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
titleFromSlug,
|
|
48
48
|
toDreamboardApiError,
|
|
49
49
|
waitForCompiledResultJobSdk
|
|
50
|
-
} from "./chunk-
|
|
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-
|
|
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
|
-
|
|
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
|
-
|
|
4248
|
+
projectId: effectiveProjectConfig.projectId,
|
|
4249
4249
|
seed: runSession.seed ?? null
|
|
4250
4250
|
}
|
|
4251
4251
|
}
|