@gamely/gly-engine-lite 0.1.7 → 0.1.9

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
@@ -180,7 +180,7 @@ version=version
180
180
  return P
181
181
  end
182
182
  b_23b0[1] = function() local c = (function()
183
- return '0.1.7'
183
+ return '0.1.9'
184
184
  end)() or false;b_23b0[1] = function() return c end return c end
185
185
  b_23b0[2] = function() local c = (function()
186
186
  local zeebo_pipeline = b_23b0[24]('source_shared_functional_pipeline')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamely/gly-engine-lite",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "author": "RodrigoDornelles",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://docs.gamely.com.br",