playcademy 0.14.7-alpha.2 → 0.14.8

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 (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -6930,6 +6930,7 @@ async function handleGodotBuildPrompt() {
6930
6930
  const godotPath = await findGodotExecutable();
6931
6931
  if (!godotPath) {
6932
6932
  logger.error("Godot executable not found");
6933
+ logger.newLine();
6933
6934
  return null;
6934
6935
  }
6935
6936
  const webExport = hasWebExportPreset();
@@ -9568,7 +9569,6 @@ async function deployGame(context2, shouldUploadBuild, shouldDeployBackend) {
9568
9569
  }
9569
9570
  }
9570
9571
  });
9571
- logger.newLine();
9572
9572
  } else {
9573
9573
  game = await runStep(
9574
9574
  "Deploying backend",
@@ -14046,6 +14046,7 @@ var setCommand = new Command23("set").description("Set or update a game secret")
14046
14046
  () => client.dev.games.secrets.set(game.slug, { [key]: value }),
14047
14047
  `Secret "${key}" set successfully in ${environment}`
14048
14048
  );
14049
+ logger.newLine();
14049
14050
  logger.admonition("tip", "Remember", [
14050
14051
  `Remember to deploy your game to apply the secret: \`playcademy deploy\``
14051
14052
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcademy",
3
- "version": "0.14.7-alpha.2",
3
+ "version": "0.14.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@inquirer/prompts": "^7.8.6",
47
- "@playcademy/sdk": "0.1.16",
47
+ "@playcademy/sdk": "0.1.17",
48
48
  "chokidar": "^4.0.3",
49
49
  "colorette": "^2.0.20",
50
50
  "commander": "^14.0.1",