@rbxts/app-forge 0.7.2-prototype.22 → 0.7.2-prototype.23

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/renders.luau +1 -1
  2. package/package.json +1 -1
package/out/renders.luau CHANGED
@@ -74,7 +74,7 @@ do
74
74
  _result = _result.parent
75
75
  end
76
76
  local _condition = _result ~= parentName
77
- if _condition then
77
+ if not _condition then
78
78
  local _result_1 = childEntry.rules
79
79
  if _result_1 ~= nil then
80
80
  _result_1 = _result_1.parentGroup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.7.2-prototype.22",
3
+ "version": "0.7.2-prototype.23",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",