@alook/cli 0.1.6 → 0.1.8

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.js CHANGED
@@ -17627,6 +17627,9 @@ var HostCommandSchema = exports_external.discriminatedUnion("type", [
17627
17627
  launchId: exports_external.string().min(1)
17628
17628
  }))
17629
17629
  }),
17630
+ exports_external.strictObject({
17631
+ type: exports_external.literal("machine:update")
17632
+ }),
17630
17633
  exports_external.object({
17631
17634
  type: exports_external.literal("bot:added"),
17632
17635
  botId: exports_external.string().min(1),
@@ -17532,6 +17532,9 @@ var HostCommandSchema = exports_external.discriminatedUnion("type", [
17532
17532
  launchId: exports_external.string().min(1)
17533
17533
  }))
17534
17534
  }),
17535
+ exports_external.strictObject({
17536
+ type: exports_external.literal("machine:update")
17537
+ }),
17535
17538
  exports_external.object({
17536
17539
  type: exports_external.literal("bot:added"),
17537
17540
  botId: exports_external.string().min(1),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alook/cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Alook CLI — Enable Your Person Colleague",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/alookai/alook#readme",