@rbxts/app-forge 0.6.0-alpha.75 → 0.6.0-alpha.76

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.
@@ -134,7 +134,6 @@ do
134
134
  AnchorPoint = Vector2.new(0.5, 0.5),
135
135
  Position = UDim2.fromScale(0.5, 0.5),
136
136
  Size = UDim2.fromScale(1, 1),
137
- Interactable = false,
138
137
  })
139
138
  apply(Container)({
140
139
  [0] = self:renderMount(props),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.6.0-alpha.75",
3
+ "version": "0.6.0-alpha.76",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",