@vibemancer/core 0.2.0 → 0.2.1
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
|
@@ -606,7 +606,7 @@ declare function currentRuleset(): Record<string, number>;
|
|
|
606
606
|
* Used to gate spectator replays: a recorded match can only be re-simulated when
|
|
607
607
|
* the runtime engine version matches the version that produced the match.
|
|
608
608
|
*/
|
|
609
|
-
declare const ENGINE_VERSION =
|
|
609
|
+
declare const ENGINE_VERSION = 1786106205253;
|
|
610
610
|
|
|
611
611
|
interface InternalWizardState extends WizardState {
|
|
612
612
|
missileConfig?: MissileConfig;
|
package/dist/index-browser.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
package/src/engine-version.ts
CHANGED