@energy8platform/platform-core 0.18.0 → 0.19.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@energy8platform/platform-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
4
4
|
"description": "Energy8 platform core: Lua engine, DevBridge, RTP simulation, and SDK session orchestration. Renderer-agnostic — pair with any game framework (Pixi, Phaser, Three.js, custom).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
@@ -20,7 +20,7 @@ const REPO = 'energy8platform/game-engine';
|
|
|
20
20
|
// Binary version — update this when new Go binaries are built and uploaded to GitHub Releases.
|
|
21
21
|
// The binary is backwards-compatible: it runs any Lua script, so it doesn't need to match
|
|
22
22
|
// the engine version exactly. Only bump when the Go simulate CLI itself changes.
|
|
23
|
-
const BINARY_VERSION = '0.
|
|
23
|
+
const BINARY_VERSION = '0.19.0';
|
|
24
24
|
|
|
25
25
|
const PLATFORM_MAP = {
|
|
26
26
|
'darwin-arm64': 'simulate-darwin-arm64',
|