@dreamboard-games/cli 0.1.30-alpha.24 → 0.1.30-alpha.25
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-XGLMGVEM.mjs → chunk-GG7WCI3I.mjs} +3 -3
- package/dist/agent-verifier/{chunk-XGLMGVEM.mjs.map → chunk-GG7WCI3I.mjs.map} +1 -1
- package/dist/agent-verifier/{materialize-workspace-NFDU37GX.mjs → materialize-workspace-ESOV6ZY7.mjs} +2 -2
- package/dist/agent-verifier/{static-scaffold-4HHCCDS6.mjs → static-scaffold-3FOPDXB7.mjs} +2 -2
- package/dist/authoring-compatibility-internal.js +1 -1
- package/dist/{chunk-JBZITDAD.js → chunk-3TMWDJQR.js} +2 -2
- package/dist/{chunk-YKL5LCSR.js → chunk-ZFVLYMKV.js} +3 -3
- package/dist/{chunk-YKL5LCSR.js.map → chunk-ZFVLYMKV.js.map} +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/internal.js +2 -2
- package/package.json +1 -1
- package/release/authoring-release-set.json +2 -2
- /package/dist/agent-verifier/{materialize-workspace-NFDU37GX.mjs.map → materialize-workspace-ESOV6ZY7.mjs.map} +0 -0
- /package/dist/agent-verifier/{static-scaffold-4HHCCDS6.mjs.map → static-scaffold-3FOPDXB7.mjs.map} +0 -0
- /package/dist/{chunk-JBZITDAD.js.map → chunk-3TMWDJQR.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -56,7 +56,7 @@ import {
|
|
|
56
56
|
titleFromSlug,
|
|
57
57
|
toDreamboardApiError,
|
|
58
58
|
waitForCompiledResultJobSdk
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-3TMWDJQR.js";
|
|
60
60
|
import {
|
|
61
61
|
applyWorkspaceCodegen,
|
|
62
62
|
collectLocalFiles,
|
|
@@ -95,7 +95,7 @@ import {
|
|
|
95
95
|
updateProjectLocalMaintainerRegistry,
|
|
96
96
|
updateProjectState,
|
|
97
97
|
writeSnapshot
|
|
98
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-ZFVLYMKV.js";
|
|
99
99
|
import {
|
|
100
100
|
clearCredentials,
|
|
101
101
|
getActiveCredentialBackendName,
|
|
@@ -5747,9 +5747,9 @@ function resolveTestCommandPlan(args) {
|
|
|
5747
5747
|
if (runner === "remote" && !commit) {
|
|
5748
5748
|
throw new Error("dreamboard test --runner remote requires --commit <rev>.");
|
|
5749
5749
|
}
|
|
5750
|
-
if (commit && runner !== "remote") {
|
|
5750
|
+
if (commit && runner !== "remote" && runner !== "browser") {
|
|
5751
5751
|
throw new Error(
|
|
5752
|
-
"dreamboard test --commit is only valid with --runner remote."
|
|
5752
|
+
"dreamboard test --commit is only valid with --runner remote or --runner browser."
|
|
5753
5753
|
);
|
|
5754
5754
|
}
|
|
5755
5755
|
if (updateSnapshots && (runner === "remote" || commit)) {
|
|
@@ -5871,7 +5871,7 @@ async function runTestCommand(args, deps = {}) {
|
|
|
5871
5871
|
projectRoot: worktreeRoot,
|
|
5872
5872
|
projectConfig: prepared.projectConfig,
|
|
5873
5873
|
resolvedConfig: config2,
|
|
5874
|
-
runner:
|
|
5874
|
+
runner: plan.runner,
|
|
5875
5875
|
scenarioPath: args.scenario,
|
|
5876
5876
|
compiledResultId: compiledResult.id,
|
|
5877
5877
|
gameId: prepared.projectConfig.gameId,
|
|
@@ -6328,7 +6328,7 @@ function runDreamboardCli(internalSubCommands = {}) {
|
|
|
6328
6328
|
const main = defineCommand({
|
|
6329
6329
|
meta: {
|
|
6330
6330
|
name: "dreamboard",
|
|
6331
|
-
version: "0.1.30-alpha.
|
|
6331
|
+
version: "0.1.30-alpha.25",
|
|
6332
6332
|
description: "Dreamboard CLI \u2014 game development platform"
|
|
6333
6333
|
},
|
|
6334
6334
|
subCommands
|