@rbxts/app-forge 0.7.2-prototype.30 → 0.7.2-prototype.31

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
@@ -287,7 +287,7 @@ do
287
287
  }, Vide.jsx(self.Load, _attributes)))
288
288
  end
289
289
  return _result
290
- end)
290
+ end, target)
291
291
  else
292
292
  if not self.__px then
293
293
  local _result = props.config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.7.2-prototype.30",
3
+ "version": "0.7.2-prototype.31",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",