@rbxts/app-forge 0.3.7 → 0.3.8

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/out/rules.luau +1 -1
  2. package/package.json +1 -1
package/out/rules.luau CHANGED
@@ -53,7 +53,7 @@ do
53
53
  if not _condition then
54
54
  local _loaded = self.appManager.loaded
55
55
  local _n = n
56
- _condition = _loaded[_n]
56
+ _condition = not _loaded[_n]
57
57
  end
58
58
  if _condition then
59
59
  return nil
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "An App Manager for react",
5
5
  "main": "out/init.lua",
6
6
  "packageManager": "bun@1.3.1",