@playcademy/vite-plugin 0.0.1-beta.23 → 0.0.1-beta.25

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 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -121169,8 +121169,8 @@ function printSandboxInfo(viteConfig, apiPort, realtimePort, projectInfo) {
121169
121169
  viteConfig.logger.info("");
121170
121170
  viteConfig.logger.info(` ${import_picocolors2.default.green(import_picocolors2.default.bold("PLAYCADEMY"))} ${import_picocolors2.default.green(`v${version3}`)}`);
121171
121171
  viteConfig.logger.info("");
121172
- viteConfig.logger.info(` ${import_picocolors2.default.green("➜")} ${import_picocolors2.default.bold("Game:")} ${import_picocolors2.default.cyan(projectInfo.slug)}`);
121173
- viteConfig.logger.info(` ${import_picocolors2.default.green("➜")} ${import_picocolors2.default.bold("Sandbox:")} ${import_picocolors2.default.cyan(`http://localhost:${import_picocolors2.default.bold(apiPort.toString())}/api`)}`);
121172
+ viteConfig.logger.info(` ${import_picocolors2.default.green("➜")} ${import_picocolors2.default.bold("Game:")} ${import_picocolors2.default.cyan(projectInfo.slug)}`);
121173
+ viteConfig.logger.info(` ${import_picocolors2.default.green("➜")} ${import_picocolors2.default.bold("Sandbox:")} ${import_picocolors2.default.cyan(`http://localhost:${import_picocolors2.default.bold(apiPort.toString())}/api`)}`);
121174
121174
  viteConfig.logger.info(` ${import_picocolors2.default.green("➜")} ${import_picocolors2.default.bold("Realtime:")} ${import_picocolors2.default.cyan(`ws://localhost:${import_picocolors2.default.bold(realtimePort.toString())}`)}`);
121175
121175
  viteConfig.logger.info("");
121176
121176
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/vite-plugin",
3
- "version": "0.0.1-beta.23",
3
+ "version": "0.0.1-beta.25",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -27,7 +27,7 @@
27
27
  "picocolors": "^1.1.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@playcademy/sandbox": "0.1.0-beta.14",
30
+ "@playcademy/sandbox": "0.1.0-beta.18",
31
31
  "@types/archiver": "^6.0.3",
32
32
  "@types/bun": "latest",
33
33
  "yocto-spinner": "^0.2.2"