@luminocity/lemonate-engine 26.2.3 → 26.2.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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+
2
+ The Lemonate Engine
3
+ ===================
4
+
5
+ The Lemonate Engine powers lemonate.io and Lemonate Studio, the editor to make games on lemonate.io.
6
+ The engine can also be used to run games directly from a built package in a standalone manner. For this, you
7
+ may embed the package into your own web.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminocity/lemonate-engine",
3
- "version": "26.2.3",
3
+ "version": "26.2.4",
4
4
  "description": "",
5
5
  "author": "Luminocity AG",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@gltf-transform/core": "^4.0.1",
40
40
  "@gltf-transform/extensions": "^4.0.1",
41
- "@luminocity/lemonate-gateway": "8.2.10",
41
+ "@luminocity/lemonate-gateway": "8.2.11",
42
42
  "@msgpack/msgpack": "3.1.1",
43
43
  "@recast-navigation/three": "^0.42.0",
44
44
  "animejs": "4.1.2",