@luminocity/lemonate-engine 26.2.10 → 26.2.11

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.
@@ -41307,7 +41307,7 @@
41307
41307
  }
41308
41308
  }
41309
41309
 
41310
- var engine$1 = "26.2.10";
41310
+ var engine$1 = "26.2.11";
41311
41311
  var bullet = "3.26";
41312
41312
  var lua = "5.4.3";
41313
41313
  var packageVersionInfo = {
@@ -152185,42 +152185,6 @@
152185
152185
  default: Recast
152186
152186
  });
152187
152187
 
152188
- Object.defineProperty(exports, "ApiClient", {
152189
- enumerable: true,
152190
- get: function () { return lemonateGateway.ApiClient; }
152191
- });
152192
- Object.defineProperty(exports, "ItemCache", {
152193
- enumerable: true,
152194
- get: function () { return lemonateGateway.ItemCache; }
152195
- });
152196
- Object.defineProperty(exports, "ItemRepo", {
152197
- enumerable: true,
152198
- get: function () { return lemonateGateway.ItemRepo; }
152199
- });
152200
- Object.defineProperty(exports, "QuotaExceededException", {
152201
- enumerable: true,
152202
- get: function () { return lemonateGateway.QuotaExceededException; }
152203
- });
152204
- Object.defineProperty(exports, "Storage", {
152205
- enumerable: true,
152206
- get: function () { return lemonateGateway.Storage; }
152207
- });
152208
- Object.defineProperty(exports, "ThumbCache", {
152209
- enumerable: true,
152210
- get: function () { return lemonateGateway.ThumbCache; }
152211
- });
152212
- Object.defineProperty(exports, "getDatatypeByName", {
152213
- enumerable: true,
152214
- get: function () { return lemonateGateway.getDatatypeByName; }
152215
- });
152216
- Object.defineProperty(exports, "getDatatypes", {
152217
- enumerable: true,
152218
- get: function () { return lemonateGateway.getDatatypes; }
152219
- });
152220
- Object.defineProperty(exports, "verifyAcl", {
152221
- enumerable: true,
152222
- get: function () { return lemonateGateway.verifyAcl; }
152223
- });
152224
152188
  exports.Engine = Engine;
152225
152189
  exports.Item = Item;
152226
152190
  exports.LoadingManager = LoadingManager;
@@ -152241,6 +152205,12 @@
152241
152205
  exports.quaternionToEuler = quaternionToEuler;
152242
152206
  exports.textureTools = textureTools;
152243
152207
  exports.tools = tools;
152208
+ Object.keys(lemonateGateway).forEach(function (k) {
152209
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
152210
+ enumerable: true,
152211
+ get: function () { return lemonateGateway[k]; }
152212
+ });
152213
+ });
152244
152214
 
152245
152215
  }));
152246
152216
  //# sourceMappingURL=lemonate.umd.js.map
package/dist/player.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminocity/lemonate-engine",
3
- "version": "26.2.10",
3
+ "version": "26.2.11",
4
4
  "repository": "https://codeberg.org/Luminocity/lemonate-engine",
5
5
  "homepage": "https://lemonate.io",
6
6
  "description": "The Lemonate Engine is the game engine that powers lemonate.io",