@ -0,0 +1,5 @@
---
"stronghold-js": patch
Change the argument name of the `Stronghold.remove` from `location` to `recordPath` to match the Stronghold command argument
@ -378,7 +378,7 @@ export class Vault extends ProcedureExecutor {
snapshotPath: this.path,
client: this.client,
vault: this.name,
location,
recordPath: location.payload.record,
});
}
@ -190,7 +190,7 @@ impl<R: Runtime> WindowExt for Window<R> {
if flags.contains(StateFlags::DECORATIONS) {
metadata.visible = self.is_visible()?;
metadata.decorated = self.is_decorated()?;
if flags.contains(StateFlags::FULLSCREEN) {