@dreamboard-games/cli 0.1.30-alpha.16 → 0.1.30-alpha.17

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/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  toDreamboardApiError,
63
63
  valueOrUndefined,
64
64
  waitForCompiledResultJobSdk
65
- } from "./chunk-2R4L2YDX.js";
65
+ } from "./chunk-ITT6Y7MM.js";
66
66
  import {
67
67
  applyWorkspaceCodegen,
68
68
  assertCliStaticScaffoldComplete,
@@ -114,7 +114,7 @@ import {
114
114
  writeSnapshotFromFiles,
115
115
  writeSourceFiles,
116
116
  writeWorkspaceTextFile
117
- } from "./chunk-PW7D2W5S.js";
117
+ } from "./chunk-LWJUF42S.js";
118
118
  import {
119
119
  IS_PUBLISHED_BUILD,
120
120
  PUBLISHED_ENVIRONMENT,
package/dist/internal.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  resolveConfig,
11
11
  resolveProjectContext,
12
12
  shortHash
13
- } from "./chunk-2R4L2YDX.js";
13
+ } from "./chunk-ITT6Y7MM.js";
14
14
  import {
15
15
  applyWorkspaceCodegen,
16
16
  loadManifest,
@@ -19,7 +19,7 @@ import {
19
19
  setLatestCompileAttempt,
20
20
  updateProjectState,
21
21
  writeSnapshot
22
- } from "./chunk-PW7D2W5S.js";
22
+ } from "./chunk-LWJUF42S.js";
23
23
  import {
24
24
  getStoredSession,
25
25
  loadGlobalConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamboard-games/cli",
3
- "version": "0.1.30-alpha.16",
3
+ "version": "0.1.30-alpha.17",
4
4
  "description": "Design board games with AI and turn ideas into playable digital prototypes.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -4,11 +4,11 @@
4
4
  "packages": {
5
5
  "cli": {
6
6
  "name": "@dreamboard-games/cli",
7
- "version": "0.1.30-alpha.16"
7
+ "version": "0.1.30-alpha.17"
8
8
  },
9
9
  "sdk": {
10
10
  "name": "@dreamboard-games/sdk",
11
- "version": "0.4.0-alpha.4"
11
+ "version": "0.4.0-alpha.5"
12
12
  },
13
13
  "apiClient": {
14
14
  "name": "@dreamboard-games/api-client",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "devHost": {
18
18
  "name": "@dreamboard-games/dev-host",
19
- "version": "0.1.30-alpha.16"
19
+ "version": "0.1.30-alpha.17"
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:ef5945255c08ccf7dbbff9abbf77fdcc91546bdd3c5703671ef6c22052e23d3f"
37
+ "releaseSetId": "sha256:379c5fbf570f4d63e100777b13f90707adfcd900276434bb6b863240dc43f1b6"
38
38
  }