@dreamboard-games/cli 0.1.30-alpha.21 → 0.1.30-alpha.22

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.
@@ -26,7 +26,7 @@ import {
26
26
  writeWorkspaceJsonFile,
27
27
  writeWorkspaceTextFile,
28
28
  zProblemDetails
29
- } from "./chunk-2Z65YI7P.js";
29
+ } from "./chunk-WSS4S45U.js";
30
30
  import {
31
31
  clearCredentials,
32
32
  getStoredSession,
@@ -4278,4 +4278,4 @@ export {
4278
4278
  isLocalMaintainerRegistryEnabled,
4279
4279
  didLocalMaintainerSnapshotChange
4280
4280
  };
4281
- //# sourceMappingURL=chunk-GQ3ZEAEG.js.map
4281
+ //# sourceMappingURL=chunk-X2OSFNXQ.js.map
package/dist/index.js CHANGED
@@ -55,7 +55,7 @@ import {
55
55
  titleFromSlug,
56
56
  toDreamboardApiError,
57
57
  waitForCompiledResultJobSdk
58
- } from "./chunk-GQ3ZEAEG.js";
58
+ } from "./chunk-X2OSFNXQ.js";
59
59
  import {
60
60
  applyWorkspaceCodegen,
61
61
  collectLocalFiles,
@@ -93,7 +93,7 @@ import {
93
93
  updateProjectLocalMaintainerRegistry,
94
94
  updateProjectState,
95
95
  writeSnapshot
96
- } from "./chunk-2Z65YI7P.js";
96
+ } from "./chunk-WSS4S45U.js";
97
97
  import {
98
98
  clearCredentials,
99
99
  getActiveCredentialBackendName,
@@ -1956,7 +1956,7 @@ async function resolveGitCredential(input) {
1956
1956
  }
1957
1957
  const token = await input.tokenManager.resolveGitToken();
1958
1958
  return {
1959
- username: "x-dreamboard-token",
1959
+ username: "dreamboard",
1960
1960
  password: token.token
1961
1961
  };
1962
1962
  }
@@ -6171,7 +6171,7 @@ function runDreamboardCli(internalSubCommands = {}) {
6171
6171
  const main = defineCommand({
6172
6172
  meta: {
6173
6173
  name: "dreamboard",
6174
- version: "0.1.30-alpha.21",
6174
+ version: "0.1.30-alpha.22",
6175
6175
  description: "Dreamboard CLI \u2014 game development platform"
6176
6176
  },
6177
6177
  subCommands