@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.
@@ -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 = 1782047842068;
608
+ declare const ENGINE_VERSION = 1782217711211;
609
609
 
610
610
  interface InternalWizardState extends WizardState {
611
611
  missileConfig?: MissileConfig;
@@ -221,7 +221,7 @@ import {
221
221
  withMissileContext,
222
222
  withWizardContext,
223
223
  wrapWithParams
224
- } from "./chunk-G5T65F3W.js";
224
+ } from "./chunk-TQUJO647.js";
225
225
  export {
226
226
  ALL_BOTS,
227
227
  ARENA_MAX,
package/dist/index.js CHANGED
@@ -221,7 +221,7 @@ import {
221
221
  withMissileContext,
222
222
  withWizardContext,
223
223
  wrapWithParams
224
- } from "./chunk-G5T65F3W.js";
224
+ } from "./chunk-TQUJO647.js";
225
225
 
226
226
  // src/engine/sandbox.ts
227
227
  import ivm from "isolated-vm";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibemancer/core",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Vibemancer game engine - competitive programming wizard battle arena",
5
5
  "type": "module",
6
6
  "author": "Low Entry",
@@ -8,4 +8,4 @@
8
8
  * Used to gate spectator replays: a recorded match can only be re-simulated when
9
9
  * the runtime engine version matches the version that produced the match.
10
10
  */
11
- export const ENGINE_VERSION = 1782047842068;
11
+ export const ENGINE_VERSION = 1782217711211;