@gamely/gly-engine-nano 0.1.8 → 0.1.10

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/dist/main.lua +1 -1
  2. package/package.json +1 -1
package/dist/main.lua CHANGED
@@ -104,7 +104,7 @@ version=version
104
104
  return P
105
105
  end
106
106
  b_c22[1] = function() local c = (function()
107
- return '0.1.8'
107
+ return '0.1.10'
108
108
  end)() or false;b_c22[1] = function() return c end return c end
109
109
  b_c22[2] = function() local c = (function()
110
110
  local function real_key(std, engine, rkey, rvalue)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-nano",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "author": "RodrigoDornelles",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.gamely.com.br",