@gamely/gly-engine-micro 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
@@ -124,7 +124,7 @@ version=version
124
124
  return P
125
125
  end
126
126
  b_13e1[1] = function() local c = (function()
127
- return '0.1.8'
127
+ return '0.1.10'
128
128
  end)() or false;b_13e1[1] = function() return c end return c end
129
129
  b_13e1[2] = function() local c = (function()
130
130
  local util_decorator = b_13e1[14]('source_shared_functional_decorator')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-micro",
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",