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