@haex-space/vault-sdk 2.6.0 → 2.6.1

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.
@@ -1161,11 +1161,10 @@ var ShellAPI = class {
1161
1161
  * Listen for shell output via `sdk.shell.onData()`.
1162
1162
  */
1163
1163
  async create(options = {}) {
1164
- const result = await this.sdk.request(
1164
+ return await this.sdk.request(
1165
1165
  SHELL_COMMANDS.create,
1166
1166
  { options }
1167
1167
  );
1168
- return result.sessionId;
1169
1168
  }
1170
1169
  /**
1171
1170
  * Write data to a shell session's stdin.