@rbxts/app-forge 0.7.2-prototype.16 → 0.7.2-prototype.17

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 +2 -2
  2. package/package.json +1 -1
package/out/renders.luau CHANGED
@@ -76,11 +76,11 @@ do
76
76
  -- ▼ ReadonlyMap.forEach ▼
77
77
  local _callback = function(regGroupEntries, _)
78
78
  -- ▼ ReadonlyMap.forEach ▼
79
- local _callback_1 = function(_, regGroup)
79
+ local _callback_1 = function(regNameEntries, regGroup)
80
80
  if group ~= regGroup then
81
81
  return nil
82
82
  end
83
- entries = regGroupEntries
83
+ entries = regNameEntries
84
84
  end
85
85
  for _k, _v in regGroupEntries do
86
86
  _callback_1(_v, _k, regGroupEntries)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.7.2-prototype.16",
3
+ "version": "0.7.2-prototype.17",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",