@rbxts/app-forge 0.7.2-alpha.3 → 0.7.2-alpha.4

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.
@@ -29,12 +29,6 @@ local function App(props)
29
29
  logger:log("ERROR", "Attempted to register App without a name", props)
30
30
  error("App registration failed: missing app name", 2)
31
31
  end
32
- logger:log("DEBUG", "Registering App", {
33
- name = props.name,
34
- renderGroup = props.renderGroup,
35
- visible = props.visible,
36
- rules = props.rules,
37
- })
38
32
  local _name_1 = props.name
39
33
  local _arg1 = {
40
34
  constructor = constructor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.7.2-alpha.3",
3
+ "version": "0.7.2-alpha.4",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",