@todesktop/cli 1.10.3 → 1.10.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.
package/README.md CHANGED
@@ -1138,6 +1138,10 @@ Now, when we build your app on ToDesktop servers, it will also run your custom `
1138
1138
 
1139
1139
  ## Changelog
1140
1140
 
1141
+ ### v1.10.4
1142
+
1143
+ - Add support for additional token verification when cancelling smoke test
1144
+
1141
1145
  ### v1.10.3
1142
1146
 
1143
1147
  - Update Readme to include instructions on `todesktop.json` VSCode/Cursor validation
package/dist/cli.js CHANGED
@@ -5168,10 +5168,12 @@ async function cancelSmokeTest({
5168
5168
  buildId,
5169
5169
  userId
5170
5170
  }) {
5171
+ var _a;
5171
5172
  await postToFirebaseFunction_default("cancelSmokeTest_HTTP", {
5172
5173
  appId,
5173
5174
  buildId,
5174
- userId
5175
+ userId,
5176
+ idToken: await ((_a = currentUser()) == null ? void 0 : _a.getIdToken())
5175
5177
  });
5176
5178
  }
5177
5179
 
@@ -5420,7 +5422,7 @@ var package_default = {
5420
5422
  access: "public"
5421
5423
  },
5422
5424
  name: "@todesktop/cli",
5423
- version: "1.10.2",
5425
+ version: "1.10.3",
5424
5426
  license: "MIT",
5425
5427
  author: "Dave Jeffery <dave@todesktop.com> (http://www.todesktop.com/)",
5426
5428
  homepage: "https://todesktop.com/cli",