@vibemancer/core 0.1.3 → 0.1.4
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.
package/dist/index-browser.d.ts
CHANGED
|
@@ -293,7 +293,7 @@ declare const ARENA_WATER_BUFFER = 200;
|
|
|
293
293
|
* Used to gate spectator replays: a recorded match can only be re-simulated when
|
|
294
294
|
* the runtime engine version matches the version that produced the match.
|
|
295
295
|
*/
|
|
296
|
-
declare const ENGINE_VERSION =
|
|
296
|
+
declare const ENGINE_VERSION = 1777687052301;
|
|
297
297
|
|
|
298
298
|
interface InternalWizardState extends WizardState {
|
|
299
299
|
missileConfig?: MissileConfig;
|
package/dist/index-browser.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/src/engine-version.ts
CHANGED