@playcademy/vite-plugin 0.2.8 → 0.2.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.
@@ -90,6 +90,7 @@ export interface SandboxManager {
90
90
  baseUrl: string;
91
91
  port: number;
92
92
  project: ProjectInfo | null;
93
+ gameId?: string;
93
94
  timebackMode?: 'mock' | 'remote' | 'local' | null;
94
95
  setRole?: (role: TimebackRoleOverride) => void;
95
96
  cleanup: () => void | Promise<void>;
@@ -113,6 +114,7 @@ export interface CliDevServerOptions {
113
114
  viteConfig: ResolvedConfig;
114
115
  platformUrl?: string;
115
116
  configPath?: string;
117
+ gameId?: string;
116
118
  }
117
119
  /**
118
120
  * Options for platform mode (sandbox + backend + shell)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/vite-plugin",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -22,11 +22,11 @@
22
22
  "dependencies": {
23
23
  "archiver": "^7.0.1",
24
24
  "picocolors": "^1.1.1",
25
- "playcademy": "0.15.5"
25
+ "playcademy": "0.16.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@inquirer/prompts": "^7.8.6",
29
- "@playcademy/sandbox": "0.3.10",
29
+ "@playcademy/sandbox": "0.3.11",
30
30
  "@playcademy/utils": "0.0.1",
31
31
  "@types/archiver": "^6.0.3",
32
32
  "@types/bun": "latest"