@dreamboard-games/cli 0.1.30-alpha.25 → 0.1.30-alpha.26
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-GG7WCI3I.mjs → chunk-PLATMUJI.mjs} +3 -3
- package/dist/agent-verifier/{chunk-GG7WCI3I.mjs.map → chunk-PLATMUJI.mjs.map} +1 -1
- package/dist/agent-verifier/{materialize-workspace-ESOV6ZY7.mjs → materialize-workspace-4R7U4P4F.mjs} +2 -2
- package/dist/agent-verifier/{static-scaffold-3FOPDXB7.mjs → static-scaffold-RJCOFEWT.mjs} +2 -2
- package/dist/authoring-compatibility-internal.js +1 -1
- package/dist/{chunk-3TMWDJQR.js → chunk-26IYAAMB.js} +2 -2
- package/dist/{chunk-ZFVLYMKV.js → chunk-TG6TZMN2.js} +3 -4
- package/dist/{chunk-ZFVLYMKV.js.map → chunk-TG6TZMN2.js.map} +1 -1
- package/dist/index.js +4 -5
- 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-ESOV6ZY7.mjs.map → materialize-workspace-4R7U4P4F.mjs.map} +0 -0
- /package/dist/agent-verifier/{static-scaffold-3FOPDXB7.mjs.map → static-scaffold-RJCOFEWT.mjs.map} +0 -0
- /package/dist/{chunk-3TMWDJQR.js.map → chunk-26IYAAMB.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-26IYAAMB.js";
|
|
60
60
|
import {
|
|
61
61
|
applyWorkspaceCodegen,
|
|
62
62
|
collectLocalFiles,
|
|
@@ -81,7 +81,6 @@ import {
|
|
|
81
81
|
getSessionSnapshot,
|
|
82
82
|
installFrozenWorkspaceDependencies,
|
|
83
83
|
isAllowedGamePath,
|
|
84
|
-
isDynamicGeneratedPath,
|
|
85
84
|
loadManifest,
|
|
86
85
|
loadProjectConfig,
|
|
87
86
|
loadRule,
|
|
@@ -95,7 +94,7 @@ import {
|
|
|
95
94
|
updateProjectLocalMaintainerRegistry,
|
|
96
95
|
updateProjectState,
|
|
97
96
|
writeSnapshot
|
|
98
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-TG6TZMN2.js";
|
|
99
98
|
import {
|
|
100
99
|
clearCredentials,
|
|
101
100
|
getActiveCredentialBackendName,
|
|
@@ -5710,7 +5709,7 @@ function normalizeTreePath(filePath) {
|
|
|
5710
5709
|
return normalized;
|
|
5711
5710
|
}
|
|
5712
5711
|
function isForbiddenGeneratedPath(filePath) {
|
|
5713
|
-
return
|
|
5712
|
+
return GENERATED_PATH_PREFIXES.some((prefix) => filePath.startsWith(prefix));
|
|
5714
5713
|
}
|
|
5715
5714
|
function isForbiddenDreamboardStatePath(filePath) {
|
|
5716
5715
|
return filePath.startsWith(".dreamboard/") && !ALLOWED_DREAMBOARD_TRACKED_PATHS.has(filePath);
|
|
@@ -6328,7 +6327,7 @@ function runDreamboardCli(internalSubCommands = {}) {
|
|
|
6328
6327
|
const main = defineCommand({
|
|
6329
6328
|
meta: {
|
|
6330
6329
|
name: "dreamboard",
|
|
6331
|
-
version: "0.1.30-alpha.
|
|
6330
|
+
version: "0.1.30-alpha.26",
|
|
6332
6331
|
description: "Dreamboard CLI \u2014 game development platform"
|
|
6333
6332
|
},
|
|
6334
6333
|
subCommands
|