@vibemancer/core 0.1.2 → 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.
@@ -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 = 1777588619130;
296
+ declare const ENGINE_VERSION = 1777687052301;
297
297
 
298
298
  interface InternalWizardState extends WizardState {
299
299
  missileConfig?: MissileConfig;
@@ -200,7 +200,7 @@ import {
200
200
  withBotContext,
201
201
  wrapNewBot,
202
202
  wrapWithParams
203
- } from "./chunk-OL7ETV6V.js";
203
+ } from "./chunk-74FFJCFF.js";
204
204
  export {
205
205
  ALL_BOTS,
206
206
  ARENA_HEIGHT,
package/dist/index.js CHANGED
@@ -200,7 +200,7 @@ import {
200
200
  withBotContext,
201
201
  wrapNewBot,
202
202
  wrapWithParams
203
- } from "./chunk-OL7ETV6V.js";
203
+ } from "./chunk-74FFJCFF.js";
204
204
 
205
205
  // src/engine/sandbox.ts
206
206
  import ivm from "isolated-vm";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibemancer/core",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
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 = 1777588619130;
11
+ export const ENGINE_VERSION = 1777687052301;