@airtop/sdk 1.0.0-alpha2.15 → 1.0.0-alpha2.16
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.
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
@@ -9,7 +9,7 @@ var require_package = __commonJS({
|
|
9
9
|
module.exports = {
|
10
10
|
name: "@airtop/sdk",
|
11
11
|
description: "Airtop SDK for TypeScript",
|
12
|
-
version: "1.0.0-alpha2.
|
12
|
+
version: "1.0.0-alpha2.16",
|
13
13
|
type: "module",
|
14
14
|
main: "./dist/index.cjs",
|
15
15
|
module: "./dist/index.js",
|
@@ -521,8 +521,7 @@ var AirtopWindowClient = class extends AirtopBase {
|
|
521
521
|
this.client.windows.get(
|
522
522
|
this.windowId,
|
523
523
|
{
|
524
|
-
sessionId: this.sessionId
|
525
|
-
...config
|
524
|
+
sessionId: this.sessionId
|
526
525
|
},
|
527
526
|
this.resolveRequestOptions()
|
528
527
|
).then((results) => {
|