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

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.
Files changed (23) hide show
  1. package/dist/agent-verifier/agent-workspace-verifier.mjs +4 -4
  2. package/dist/agent-verifier/{chunk-DQUYBIGQ.mjs → chunk-B7M2TJSP.mjs} +13 -3
  3. package/dist/agent-verifier/chunk-B7M2TJSP.mjs.map +1 -0
  4. package/dist/agent-verifier/{chunk-22U6RMWO.mjs → chunk-UKK5VDZP.mjs} +3 -3
  5. package/dist/agent-verifier/{chunk-22U6RMWO.mjs.map → chunk-UKK5VDZP.mjs.map} +1 -1
  6. package/dist/agent-verifier/{materialize-workspace-7DFE45ZH.mjs → materialize-workspace-7M6XBWE6.mjs} +2 -2
  7. package/dist/agent-verifier/{reducer-native-test-harness-H6G6RBRY.mjs → reducer-native-test-harness-VKU6I7QD.mjs} +2 -2
  8. package/dist/agent-verifier/{static-scaffold-CC4KL6K7.mjs → static-scaffold-DHZMJMCZ.mjs} +2 -2
  9. package/dist/authoring-compatibility-internal.js +1 -1
  10. package/dist/{chunk-2Z65YI7P.js → chunk-KJJCUOF5.js} +3 -3
  11. package/dist/{chunk-2Z65YI7P.js.map → chunk-KJJCUOF5.js.map} +1 -1
  12. package/dist/{chunk-GQ3ZEAEG.js → chunk-VCE5JDUI.js} +14 -4
  13. package/dist/chunk-VCE5JDUI.js.map +1 -0
  14. package/dist/index.js +4 -4
  15. package/dist/index.js.map +1 -1
  16. package/dist/internal.js +2 -2
  17. package/package.json +1 -1
  18. package/release/authoring-release-set.json +2 -2
  19. package/dist/agent-verifier/chunk-DQUYBIGQ.mjs.map +0 -1
  20. package/dist/chunk-GQ3ZEAEG.js.map +0 -1
  21. /package/dist/agent-verifier/{materialize-workspace-7DFE45ZH.mjs.map → materialize-workspace-7M6XBWE6.mjs.map} +0 -0
  22. /package/dist/agent-verifier/{reducer-native-test-harness-H6G6RBRY.mjs.map → reducer-native-test-harness-VKU6I7QD.mjs.map} +0 -0
  23. /package/dist/agent-verifier/{static-scaffold-CC4KL6K7.mjs.map → static-scaffold-DHZMJMCZ.mjs.map} +0 -0
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-VCE5JDUI.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-KJJCUOF5.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.23",
6175
6175
  description: "Dreamboard CLI \u2014 game development platform"
6176
6176
  },
6177
6177
  subCommands