@rbxts/app-forge 0.7.2-alpha.14 → 0.7.2-alpha.15

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.
@@ -34,7 +34,7 @@ do
34
34
  local config = _binding.config
35
35
  local render = _binding.render
36
36
  local forge = _binding.forge
37
- if not (next(AppRegistry) == nil) then
37
+ if next(AppRegistry) == nil then
38
38
  return warn("AppRegistry is EMPTY, make sure you have the paths using the decorators added")
39
39
  end
40
40
  if not forge.__px then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.7.2-alpha.14",
3
+ "version": "0.7.2-alpha.15",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",