@dreamboard-games/cli 0.1.30-alpha.36 → 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.
@@ -24,7 +24,7 @@ import {
24
24
  writeWorkspaceJsonFile,
25
25
  writeWorkspaceTextFile,
26
26
  zProblemDetails
27
- } from "./chunk-OWILUF74.js";
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.36" : void 0;
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-MC5MN3CZ.js.map
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-MC5MN3CZ.js";
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-OWILUF74.js";
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-MC5MN3CZ.js";
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-OWILUF74.js";
21
+ } from "./chunk-FCYUTPWB.js";
22
22
  import {
23
23
  getStoredSession,
24
24
  loadGlobalConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamboard-games/cli",
3
- "version": "0.1.30-alpha.36",
3
+ "version": "0.1.30-alpha.38",
4
4
  "description": "Design board games with AI and turn ideas into playable digital prototypes.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -4,7 +4,7 @@
4
4
  "packages": {
5
5
  "cli": {
6
6
  "name": "@dreamboard-games/cli",
7
- "version": "0.1.30-alpha.36"
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.23"
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:235bed2319578a1de0e125539ff6a34e394ca7b686cb3763654dbb667a29498c"
37
+ "releaseSetId": "sha256:983474940458e895ad32c20f21467466b21bdd9f80889059cb2beed380b7d5f6"
38
38
  }