@rbxts/app-forge 0.7.2-alpha.5 → 0.7.2-alpha.6

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.
@@ -19,6 +19,7 @@ local function ParentRule(entry, forge)
19
19
  return nil
20
20
  end
21
21
  forge.debug:logTag("rules", entry, "Closing child app (parent closed)", {
22
+ parent = entry,
22
23
  child = name,
23
24
  })
24
25
  forge:close(name, false)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.7.2-alpha.5",
3
+ "version": "0.7.2-alpha.6",
4
4
  "description": "An App Manager for Vide",
5
5
  "main": "out/init.lua",
6
6
  "types": "out/index.d.ts",