playcademy 0.12.8 → 0.12.9

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8678,8 +8678,8 @@ async function runDbDiff() {
8678
8678
  const deployedGameInfo = await getDeployedGame(workspace);
8679
8679
  const previousSnapshot = deployedGameInfo?.schemaSnapshot;
8680
8680
  const schemaInfo = await getSchemaInfo(previousSnapshot);
8681
+ logger.newLine();
8681
8682
  if (!schemaInfo) {
8682
- logger.newLine();
8683
8683
  logger.success("No schema changes detected");
8684
8684
  logger.newLine();
8685
8685
  logger.remark("Nothing to do");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcademy",
3
- "version": "0.12.8",
3
+ "version": "0.12.9",
4
4
  "type": "module",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",