@dreamboard-games/cli 0.1.30-alpha.37 → 0.1.30-alpha.38
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-CVY5VYN5.mjs → chunk-IREJCUSO.mjs} +4 -4
- package/dist/agent-verifier/{chunk-CVY5VYN5.mjs.map → chunk-IREJCUSO.mjs.map} +1 -1
- package/dist/agent-verifier/{materialize-workspace-U3IA6J6P.mjs → materialize-workspace-X5PUI5LL.mjs} +2 -2
- package/dist/agent-verifier/{static-scaffold-W337C3XO.mjs → static-scaffold-AG53VPN6.mjs} +2 -2
- package/dist/authoring-compatibility-internal.js +1 -1
- package/dist/{chunk-F2425PNM.js → chunk-FCYUTPWB.js} +4 -4
- package/dist/{chunk-F2425PNM.js.map → chunk-FCYUTPWB.js.map} +1 -1
- package/dist/{chunk-NAXOHMNY.js → chunk-J6R6DBVQ.js} +3 -3
- package/dist/index.js +2 -2
- 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-U3IA6J6P.mjs.map → materialize-workspace-X5PUI5LL.mjs.map} +0 -0
- /package/dist/agent-verifier/{static-scaffold-W337C3XO.mjs.map → static-scaffold-AG53VPN6.mjs.map} +0 -0
- /package/dist/{chunk-NAXOHMNY.js.map → chunk-J6R6DBVQ.js.map} +0 -0
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
writeWorkspaceJsonFile,
|
|
25
25
|
writeWorkspaceTextFile,
|
|
26
26
|
zProblemDetails
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-FCYUTPWB.js";
|
|
28
28
|
import {
|
|
29
29
|
getStoredSession,
|
|
30
30
|
loadGlobalConfig,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
|
|
42
42
|
// src/build-target.ts
|
|
43
43
|
var injectedBuildChannel = true ? "published" : void 0;
|
|
44
|
-
var injectedPackageVersion = true ? "0.1.30-alpha.
|
|
44
|
+
var injectedPackageVersion = true ? "0.1.30-alpha.38" : void 0;
|
|
45
45
|
var BUILD_CHANNEL = injectedBuildChannel === "published" ? "published" : "development";
|
|
46
46
|
var PACKAGE_VERSION = injectedPackageVersion ?? "0.0.0-development";
|
|
47
47
|
function isAlphaReleaseVersion(version) {
|
|
@@ -3909,4 +3909,4 @@ export {
|
|
|
3909
3909
|
isLocalMaintainerRegistryEnabled,
|
|
3910
3910
|
didLocalMaintainerSnapshotChange
|
|
3911
3911
|
};
|
|
3912
|
-
//# sourceMappingURL=chunk-
|
|
3912
|
+
//# sourceMappingURL=chunk-J6R6DBVQ.js.map
|
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-J6R6DBVQ.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-FCYUTPWB.js";
|
|
85
85
|
import {
|
|
86
86
|
getActiveCredentialBackendName,
|
|
87
87
|
getGlobalAuthPath,
|
package/dist/internal.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
resolveConfig,
|
|
10
10
|
resolveProjectContext,
|
|
11
11
|
shortHash
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-J6R6DBVQ.js";
|
|
13
13
|
import {
|
|
14
14
|
applyWorkspaceCodegen,
|
|
15
15
|
loadManifest,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
setLatestCompileAttempt,
|
|
19
19
|
updateProjectState,
|
|
20
20
|
writeSnapshot
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-FCYUTPWB.js";
|
|
22
22
|
import {
|
|
23
23
|
getStoredSession,
|
|
24
24
|
loadGlobalConfig
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"packages": {
|
|
5
5
|
"cli": {
|
|
6
6
|
"name": "@dreamboard-games/cli",
|
|
7
|
-
"version": "0.1.30-alpha.
|
|
7
|
+
"version": "0.1.30-alpha.38"
|
|
8
8
|
},
|
|
9
9
|
"sdk": {
|
|
10
10
|
"name": "@dreamboard-games/sdk",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"devHost": {
|
|
18
18
|
"name": "@dreamboard-games/dev-host",
|
|
19
|
-
"version": "0.1.30-alpha.
|
|
19
|
+
"version": "0.1.30-alpha.25"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"protocols": {
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"portable": true
|
|
35
35
|
},
|
|
36
36
|
"packageManager": "pnpm@10.4.1",
|
|
37
|
-
"releaseSetId": "sha256:
|
|
37
|
+
"releaseSetId": "sha256:983474940458e895ad32c20f21467466b21bdd9f80889059cb2beed380b7d5f6"
|
|
38
38
|
}
|
|
File without changes
|
/package/dist/agent-verifier/{static-scaffold-W337C3XO.mjs.map → static-scaffold-AG53VPN6.mjs.map}
RENAMED
|
File without changes
|
|
File without changes
|