@dxos/cli 0.6.11-staging.a542fc9 → 0.6.11

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +196 -196
  2. package/package.json +29 -29
@@ -105,16 +105,10 @@
105
105
  "info.js"
106
106
  ]
107
107
  },
108
- "app:create": {
108
+ "agent:invitations": {
109
109
  "aliases": [],
110
- "args": {
111
- "name": {
112
- "description": "App name.",
113
- "name": "name",
114
- "required": true
115
- }
116
- },
117
- "description": "Create template applications.",
110
+ "args": {},
111
+ "description": "List valid invitations.",
118
112
  "flags": {
119
113
  "json": {
120
114
  "description": "Output as JSON.",
@@ -199,55 +193,34 @@
199
193
  "multiple": false,
200
194
  "type": "option"
201
195
  },
202
- "tag": {
203
- "description": "Git tag or branch of the DXOS repo to checkout.",
204
- "name": "tag",
205
- "hasDynamicHelp": false,
206
- "multiple": false,
207
- "type": "option"
208
- },
209
- "template": {
210
- "char": "t",
211
- "description": "Template to use when creating the project.",
212
- "name": "template",
213
- "default": "hello",
214
- "hasDynamicHelp": false,
215
- "multiple": false,
216
- "options": [
217
- "hello",
218
- "bare",
219
- "tasks"
220
- ],
221
- "type": "option"
222
- },
223
- "interactive": {
224
- "char": "i",
225
- "description": "Customize app template options via interactive prompt.",
226
- "name": "interactive",
227
- "allowNo": false,
196
+ "truncate": {
197
+ "description": "Do not truncate keys.",
198
+ "name": "truncate",
199
+ "allowNo": true,
228
200
  "type": "boolean"
229
201
  }
230
202
  },
231
203
  "hasDynamicHelp": false,
232
204
  "hiddenAliases": [],
233
- "id": "app:create",
205
+ "id": "agent:invitations",
234
206
  "pluginAlias": "@dxos/cli",
235
207
  "pluginName": "@dxos/cli",
236
208
  "pluginType": "core",
237
209
  "strict": true,
210
+ "enableJsonFlag": true,
238
211
  "isESM": false,
239
212
  "relativePath": [
240
213
  "dist",
241
214
  "src",
242
215
  "commands",
243
- "app",
244
- "create.js"
216
+ "agent",
217
+ "invitations.js"
245
218
  ]
246
219
  },
247
- "app:list": {
220
+ "agent:list": {
248
221
  "aliases": [],
249
222
  "args": {},
250
- "description": "List apps (deprecated).",
223
+ "description": "List agents.",
251
224
  "flags": {
252
225
  "json": {
253
226
  "description": "Output as JSON.",
@@ -337,15 +310,26 @@
337
310
  "name": "extended",
338
311
  "allowNo": false,
339
312
  "type": "boolean"
313
+ },
314
+ "live": {
315
+ "description": "Live update.",
316
+ "name": "live",
317
+ "allowNo": false,
318
+ "type": "boolean"
319
+ },
320
+ "system": {
321
+ "description": "Run as system daemon.",
322
+ "name": "system",
323
+ "allowNo": false,
324
+ "type": "boolean"
340
325
  }
341
326
  },
342
327
  "hasDynamicHelp": false,
343
328
  "hiddenAliases": [],
344
- "id": "app:list",
329
+ "id": "agent:list",
345
330
  "pluginAlias": "@dxos/cli",
346
331
  "pluginName": "@dxos/cli",
347
332
  "pluginType": "core",
348
- "state": "deprecated",
349
333
  "strict": true,
350
334
  "enableJsonFlag": true,
351
335
  "isESM": false,
@@ -353,20 +337,14 @@
353
337
  "dist",
354
338
  "src",
355
339
  "commands",
356
- "app",
340
+ "agent",
357
341
  "list.js"
358
342
  ]
359
343
  },
360
- "app:open": {
344
+ "agent:restart": {
361
345
  "aliases": [],
362
- "args": {
363
- "url": {
364
- "description": "App URL.",
365
- "name": "url",
366
- "required": true
367
- }
368
- },
369
- "description": "Opens app with provided url and process device invitation.",
346
+ "args": {},
347
+ "description": "Restart agent daemon.",
370
348
  "flags": {
371
349
  "json": {
372
350
  "description": "Output as JSON.",
@@ -451,24 +429,22 @@
451
429
  "multiple": false,
452
430
  "type": "option"
453
431
  },
454
- "instances": {
455
- "description": "Amount of test instances.",
456
- "name": "instances",
457
- "default": 1,
458
- "hasDynamicHelp": false,
459
- "multiple": false,
460
- "type": "option"
432
+ "force": {
433
+ "description": "Force restart.",
434
+ "name": "force",
435
+ "allowNo": false,
436
+ "type": "boolean"
461
437
  },
462
- "invite": {
463
- "description": "If `true` proceed device invitation for all instances.",
464
- "name": "invite",
438
+ "system": {
439
+ "description": "Run as system daemon.",
440
+ "name": "system",
465
441
  "allowNo": false,
466
442
  "type": "boolean"
467
443
  }
468
444
  },
469
445
  "hasDynamicHelp": false,
470
446
  "hiddenAliases": [],
471
- "id": "app:open",
447
+ "id": "agent:restart",
472
448
  "pluginAlias": "@dxos/cli",
473
449
  "pluginName": "@dxos/cli",
474
450
  "pluginType": "core",
@@ -479,14 +455,20 @@
479
455
  "dist",
480
456
  "src",
481
457
  "commands",
482
- "app",
483
- "open.js"
458
+ "agent",
459
+ "restart.js"
484
460
  ]
485
461
  },
486
- "app:publish": {
462
+ "agent:start": {
487
463
  "aliases": [],
488
464
  "args": {},
489
- "description": "Publish apps (deprecated).",
465
+ "description": "Starts the agent.",
466
+ "examples": [
467
+ {
468
+ "description": "Run with .",
469
+ "command": "dx agent start -f --ws=5001"
470
+ }
471
+ ],
490
472
  "flags": {
491
473
  "json": {
492
474
  "description": "Output as JSON.",
@@ -571,55 +553,66 @@
571
553
  "multiple": false,
572
554
  "type": "option"
573
555
  },
574
- "configPath": {
575
- "description": "Path to dx.yml",
576
- "name": "configPath",
556
+ "foreground": {
557
+ "char": "f",
558
+ "description": "Run in foreground.",
559
+ "name": "foreground",
560
+ "allowNo": false,
561
+ "type": "boolean"
562
+ },
563
+ "system": {
564
+ "description": "Run as system daemon.",
565
+ "name": "system",
566
+ "allowNo": false,
567
+ "type": "boolean"
568
+ },
569
+ "ws": {
570
+ "aliases": [
571
+ "web-socket"
572
+ ],
573
+ "description": "Expose web socket port.",
574
+ "name": "ws",
577
575
  "hasDynamicHelp": false,
576
+ "helpValue": "port",
578
577
  "multiple": false,
579
578
  "type": "option"
580
579
  },
581
- "accessToken": {
582
- "description": "Access token for publishing.",
583
- "name": "accessToken",
580
+ "http": {
581
+ "description": "Expose http port.",
582
+ "name": "http",
584
583
  "hasDynamicHelp": false,
584
+ "helpValue": "port",
585
585
  "multiple": false,
586
586
  "type": "option"
587
587
  },
588
- "skipExisting": {
589
- "description": "Do not update content on KUBE if version already exists.",
590
- "name": "skipExisting",
588
+ "metrics": {
589
+ "description": "Start metrics recording.",
590
+ "name": "metrics",
591
591
  "allowNo": false,
592
592
  "type": "boolean"
593
- },
594
- "version": {
595
- "description": "Version of modules to publish.",
596
- "name": "version",
597
- "hasDynamicHelp": false,
598
- "multiple": false,
599
- "type": "option"
600
593
  }
601
594
  },
602
595
  "hasDynamicHelp": false,
603
596
  "hiddenAliases": [],
604
- "id": "app:publish",
597
+ "id": "agent:start",
605
598
  "pluginAlias": "@dxos/cli",
606
599
  "pluginName": "@dxos/cli",
607
600
  "pluginType": "core",
608
- "state": "deprecated",
609
601
  "strict": true,
602
+ "enableJsonFlag": true,
610
603
  "isESM": false,
611
604
  "relativePath": [
612
605
  "dist",
613
606
  "src",
614
607
  "commands",
615
- "app",
616
- "publish.js"
608
+ "agent",
609
+ "start.js"
617
610
  ]
618
611
  },
619
- "agent:invitations": {
612
+ "agent:status": {
620
613
  "aliases": [],
621
614
  "args": {},
622
- "description": "List valid invitations.",
615
+ "description": "Show agent status",
623
616
  "flags": {
624
617
  "json": {
625
618
  "description": "Output as JSON.",
@@ -703,17 +696,11 @@
703
696
  "hasDynamicHelp": false,
704
697
  "multiple": false,
705
698
  "type": "option"
706
- },
707
- "truncate": {
708
- "description": "Do not truncate keys.",
709
- "name": "truncate",
710
- "allowNo": true,
711
- "type": "boolean"
712
699
  }
713
700
  },
714
701
  "hasDynamicHelp": false,
715
702
  "hiddenAliases": [],
716
- "id": "agent:invitations",
703
+ "id": "agent:status",
717
704
  "pluginAlias": "@dxos/cli",
718
705
  "pluginName": "@dxos/cli",
719
706
  "pluginType": "core",
@@ -725,13 +712,13 @@
725
712
  "src",
726
713
  "commands",
727
714
  "agent",
728
- "invitations.js"
715
+ "status.js"
729
716
  ]
730
717
  },
731
- "agent:list": {
718
+ "agent:stop": {
732
719
  "aliases": [],
733
720
  "args": {},
734
- "description": "List agents.",
721
+ "description": "Stop agent daemon.",
735
722
  "flags": {
736
723
  "json": {
737
724
  "description": "Output as JSON.",
@@ -816,15 +803,15 @@
816
803
  "multiple": false,
817
804
  "type": "option"
818
805
  },
819
- "extended": {
820
- "description": "Show extended table columns.",
821
- "name": "extended",
806
+ "all": {
807
+ "description": "Stop all agents.",
808
+ "name": "all",
822
809
  "allowNo": false,
823
810
  "type": "boolean"
824
811
  },
825
- "live": {
826
- "description": "Live update.",
827
- "name": "live",
812
+ "force": {
813
+ "description": "Force stop.",
814
+ "name": "force",
828
815
  "allowNo": false,
829
816
  "type": "boolean"
830
817
  },
@@ -837,7 +824,7 @@
837
824
  },
838
825
  "hasDynamicHelp": false,
839
826
  "hiddenAliases": [],
840
- "id": "agent:list",
827
+ "id": "agent:stop",
841
828
  "pluginAlias": "@dxos/cli",
842
829
  "pluginName": "@dxos/cli",
843
830
  "pluginType": "core",
@@ -849,13 +836,13 @@
849
836
  "src",
850
837
  "commands",
851
838
  "agent",
852
- "list.js"
839
+ "stop.js"
853
840
  ]
854
841
  },
855
- "agent:restart": {
842
+ "config": {
856
843
  "aliases": [],
857
844
  "args": {},
858
- "description": "Restart agent daemon.",
845
+ "description": "Show config file.",
859
846
  "flags": {
860
847
  "json": {
861
848
  "description": "Output as JSON.",
@@ -939,23 +926,11 @@
939
926
  "hasDynamicHelp": false,
940
927
  "multiple": false,
941
928
  "type": "option"
942
- },
943
- "force": {
944
- "description": "Force restart.",
945
- "name": "force",
946
- "allowNo": false,
947
- "type": "boolean"
948
- },
949
- "system": {
950
- "description": "Run as system daemon.",
951
- "name": "system",
952
- "allowNo": false,
953
- "type": "boolean"
954
929
  }
955
930
  },
956
931
  "hasDynamicHelp": false,
957
932
  "hiddenAliases": [],
958
- "id": "agent:restart",
933
+ "id": "config",
959
934
  "pluginAlias": "@dxos/cli",
960
935
  "pluginName": "@dxos/cli",
961
936
  "pluginType": "core",
@@ -966,20 +941,20 @@
966
941
  "dist",
967
942
  "src",
968
943
  "commands",
969
- "agent",
970
- "restart.js"
944
+ "config",
945
+ "index.js"
971
946
  ]
972
947
  },
973
- "agent:start": {
948
+ "app:create": {
974
949
  "aliases": [],
975
- "args": {},
976
- "description": "Starts the agent.",
977
- "examples": [
978
- {
979
- "description": "Run with .",
980
- "command": "dx agent start -f --ws=5001"
950
+ "args": {
951
+ "name": {
952
+ "description": "App name.",
953
+ "name": "name",
954
+ "required": true
981
955
  }
982
- ],
956
+ },
957
+ "description": "Create template applications.",
983
958
  "flags": {
984
959
  "json": {
985
960
  "description": "Output as JSON.",
@@ -1064,66 +1039,55 @@
1064
1039
  "multiple": false,
1065
1040
  "type": "option"
1066
1041
  },
1067
- "foreground": {
1068
- "char": "f",
1069
- "description": "Run in foreground.",
1070
- "name": "foreground",
1071
- "allowNo": false,
1072
- "type": "boolean"
1073
- },
1074
- "system": {
1075
- "description": "Run as system daemon.",
1076
- "name": "system",
1077
- "allowNo": false,
1078
- "type": "boolean"
1079
- },
1080
- "ws": {
1081
- "aliases": [
1082
- "web-socket"
1083
- ],
1084
- "description": "Expose web socket port.",
1085
- "name": "ws",
1042
+ "tag": {
1043
+ "description": "Git tag or branch of the DXOS repo to checkout.",
1044
+ "name": "tag",
1086
1045
  "hasDynamicHelp": false,
1087
- "helpValue": "port",
1088
1046
  "multiple": false,
1089
1047
  "type": "option"
1090
1048
  },
1091
- "http": {
1092
- "description": "Expose http port.",
1093
- "name": "http",
1049
+ "template": {
1050
+ "char": "t",
1051
+ "description": "Template to use when creating the project.",
1052
+ "name": "template",
1053
+ "default": "hello",
1094
1054
  "hasDynamicHelp": false,
1095
- "helpValue": "port",
1096
1055
  "multiple": false,
1056
+ "options": [
1057
+ "hello",
1058
+ "bare",
1059
+ "tasks"
1060
+ ],
1097
1061
  "type": "option"
1098
1062
  },
1099
- "metrics": {
1100
- "description": "Start metrics recording.",
1101
- "name": "metrics",
1063
+ "interactive": {
1064
+ "char": "i",
1065
+ "description": "Customize app template options via interactive prompt.",
1066
+ "name": "interactive",
1102
1067
  "allowNo": false,
1103
1068
  "type": "boolean"
1104
1069
  }
1105
1070
  },
1106
1071
  "hasDynamicHelp": false,
1107
1072
  "hiddenAliases": [],
1108
- "id": "agent:start",
1073
+ "id": "app:create",
1109
1074
  "pluginAlias": "@dxos/cli",
1110
1075
  "pluginName": "@dxos/cli",
1111
1076
  "pluginType": "core",
1112
1077
  "strict": true,
1113
- "enableJsonFlag": true,
1114
1078
  "isESM": false,
1115
1079
  "relativePath": [
1116
1080
  "dist",
1117
1081
  "src",
1118
1082
  "commands",
1119
- "agent",
1120
- "start.js"
1083
+ "app",
1084
+ "create.js"
1121
1085
  ]
1122
1086
  },
1123
- "agent:status": {
1087
+ "app:list": {
1124
1088
  "aliases": [],
1125
1089
  "args": {},
1126
- "description": "Show agent status",
1090
+ "description": "List apps (deprecated).",
1127
1091
  "flags": {
1128
1092
  "json": {
1129
1093
  "description": "Output as JSON.",
@@ -1207,14 +1171,21 @@
1207
1171
  "hasDynamicHelp": false,
1208
1172
  "multiple": false,
1209
1173
  "type": "option"
1174
+ },
1175
+ "extended": {
1176
+ "description": "Show extended table columns.",
1177
+ "name": "extended",
1178
+ "allowNo": false,
1179
+ "type": "boolean"
1210
1180
  }
1211
1181
  },
1212
1182
  "hasDynamicHelp": false,
1213
1183
  "hiddenAliases": [],
1214
- "id": "agent:status",
1184
+ "id": "app:list",
1215
1185
  "pluginAlias": "@dxos/cli",
1216
1186
  "pluginName": "@dxos/cli",
1217
1187
  "pluginType": "core",
1188
+ "state": "deprecated",
1218
1189
  "strict": true,
1219
1190
  "enableJsonFlag": true,
1220
1191
  "isESM": false,
@@ -1222,14 +1193,20 @@
1222
1193
  "dist",
1223
1194
  "src",
1224
1195
  "commands",
1225
- "agent",
1226
- "status.js"
1196
+ "app",
1197
+ "list.js"
1227
1198
  ]
1228
1199
  },
1229
- "agent:stop": {
1200
+ "app:open": {
1230
1201
  "aliases": [],
1231
- "args": {},
1232
- "description": "Stop agent daemon.",
1202
+ "args": {
1203
+ "url": {
1204
+ "description": "App URL.",
1205
+ "name": "url",
1206
+ "required": true
1207
+ }
1208
+ },
1209
+ "description": "Opens app with provided url and process device invitation.",
1233
1210
  "flags": {
1234
1211
  "json": {
1235
1212
  "description": "Output as JSON.",
@@ -1314,28 +1291,24 @@
1314
1291
  "multiple": false,
1315
1292
  "type": "option"
1316
1293
  },
1317
- "all": {
1318
- "description": "Stop all agents.",
1319
- "name": "all",
1320
- "allowNo": false,
1321
- "type": "boolean"
1322
- },
1323
- "force": {
1324
- "description": "Force stop.",
1325
- "name": "force",
1326
- "allowNo": false,
1327
- "type": "boolean"
1294
+ "instances": {
1295
+ "description": "Amount of test instances.",
1296
+ "name": "instances",
1297
+ "default": 1,
1298
+ "hasDynamicHelp": false,
1299
+ "multiple": false,
1300
+ "type": "option"
1328
1301
  },
1329
- "system": {
1330
- "description": "Run as system daemon.",
1331
- "name": "system",
1302
+ "invite": {
1303
+ "description": "If `true` proceed device invitation for all instances.",
1304
+ "name": "invite",
1332
1305
  "allowNo": false,
1333
1306
  "type": "boolean"
1334
1307
  }
1335
1308
  },
1336
1309
  "hasDynamicHelp": false,
1337
1310
  "hiddenAliases": [],
1338
- "id": "agent:stop",
1311
+ "id": "app:open",
1339
1312
  "pluginAlias": "@dxos/cli",
1340
1313
  "pluginName": "@dxos/cli",
1341
1314
  "pluginType": "core",
@@ -1346,14 +1319,14 @@
1346
1319
  "dist",
1347
1320
  "src",
1348
1321
  "commands",
1349
- "agent",
1350
- "stop.js"
1322
+ "app",
1323
+ "open.js"
1351
1324
  ]
1352
1325
  },
1353
- "config": {
1326
+ "app:publish": {
1354
1327
  "aliases": [],
1355
1328
  "args": {},
1356
- "description": "Show config file.",
1329
+ "description": "Publish apps (deprecated).",
1357
1330
  "flags": {
1358
1331
  "json": {
1359
1332
  "description": "Output as JSON.",
@@ -1437,23 +1410,50 @@
1437
1410
  "hasDynamicHelp": false,
1438
1411
  "multiple": false,
1439
1412
  "type": "option"
1413
+ },
1414
+ "configPath": {
1415
+ "description": "Path to dx.yml",
1416
+ "name": "configPath",
1417
+ "hasDynamicHelp": false,
1418
+ "multiple": false,
1419
+ "type": "option"
1420
+ },
1421
+ "accessToken": {
1422
+ "description": "Access token for publishing.",
1423
+ "name": "accessToken",
1424
+ "hasDynamicHelp": false,
1425
+ "multiple": false,
1426
+ "type": "option"
1427
+ },
1428
+ "skipExisting": {
1429
+ "description": "Do not update content on KUBE if version already exists.",
1430
+ "name": "skipExisting",
1431
+ "allowNo": false,
1432
+ "type": "boolean"
1433
+ },
1434
+ "version": {
1435
+ "description": "Version of modules to publish.",
1436
+ "name": "version",
1437
+ "hasDynamicHelp": false,
1438
+ "multiple": false,
1439
+ "type": "option"
1440
1440
  }
1441
1441
  },
1442
1442
  "hasDynamicHelp": false,
1443
1443
  "hiddenAliases": [],
1444
- "id": "config",
1444
+ "id": "app:publish",
1445
1445
  "pluginAlias": "@dxos/cli",
1446
1446
  "pluginName": "@dxos/cli",
1447
1447
  "pluginType": "core",
1448
+ "state": "deprecated",
1448
1449
  "strict": true,
1449
- "enableJsonFlag": true,
1450
1450
  "isESM": false,
1451
1451
  "relativePath": [
1452
1452
  "dist",
1453
1453
  "src",
1454
1454
  "commands",
1455
- "config",
1456
- "index.js"
1455
+ "app",
1456
+ "publish.js"
1457
1457
  ]
1458
1458
  },
1459
1459
  "debug:diagnostics": {
@@ -5080,7 +5080,7 @@
5080
5080
  "name": {
5081
5081
  "description": "Tunnel name",
5082
5082
  "name": "name",
5083
- "default": "golf-apart-pip-cold",
5083
+ "default": "video-mobile-west-yellow",
5084
5084
  "hasDynamicHelp": false,
5085
5085
  "multiple": false,
5086
5086
  "type": "option"
@@ -5852,5 +5852,5 @@
5852
5852
  ]
5853
5853
  }
5854
5854
  },
5855
- "version": "0.6.11-staging.a542fc9"
5855
+ "version": "0.6.11"
5856
5856
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.6.11-staging.a542fc9",
3
+ "version": "0.6.11",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -50,34 +50,34 @@
50
50
  "react": "~18.2.0",
51
51
  "ws": "^8.14.2",
52
52
  "wtfnode": "^0.9.1",
53
- "@dxos/agent": "0.6.11-staging.a542fc9",
54
- "@dxos/bare-template": "0.6.11-staging.a542fc9",
55
- "@dxos/async": "0.6.11-staging.a542fc9",
56
- "@dxos/cli-base": "0.6.11-staging.a542fc9",
57
- "@dxos/cli-composer": "0.6.11-staging.a542fc9",
58
- "@dxos/client-protocol": "0.6.11-staging.a542fc9",
59
- "@dxos/client": "0.6.11-staging.a542fc9",
60
- "@dxos/config": "0.6.11-staging.a542fc9",
61
- "@dxos/client-services": "0.6.11-staging.a542fc9",
62
- "@dxos/debug": "0.6.11-staging.a542fc9",
63
- "@dxos/context": "0.6.11-staging.a542fc9",
64
- "@dxos/echo-schema": "0.6.11-staging.a542fc9",
65
- "@dxos/hello-template": "0.6.11-staging.a542fc9",
66
- "@dxos/functions": "0.6.11-staging.a542fc9",
67
- "@dxos/invariant": "0.6.11-staging.a542fc9",
68
- "@dxos/network-manager": "0.6.11-staging.a542fc9",
69
- "@dxos/node-std": "0.6.11-staging.a542fc9",
70
- "@dxos/log": "0.6.11-staging.a542fc9",
71
- "@dxos/observability": "0.6.11-staging.a542fc9",
72
- "@dxos/plate": "0.6.11-staging.a542fc9",
73
- "@dxos/plugin-markdown": "0.6.11-staging.a542fc9",
74
- "@dxos/plugin-script": "0.6.11-staging.a542fc9",
75
- "@dxos/process": "0.6.11-staging.a542fc9",
76
- "@dxos/rpc": "0.6.11-staging.a542fc9",
77
- "@dxos/protocols": "0.6.11-staging.a542fc9",
78
- "@dxos/random": "0.6.11-staging.a542fc9",
79
- "@dxos/tasks-template": "0.6.11-staging.a542fc9",
80
- "@dxos/util": "0.6.11-staging.a542fc9"
53
+ "@dxos/agent": "0.6.11",
54
+ "@dxos/async": "0.6.11",
55
+ "@dxos/bare-template": "0.6.11",
56
+ "@dxos/cli-base": "0.6.11",
57
+ "@dxos/client": "0.6.11",
58
+ "@dxos/cli-composer": "0.6.11",
59
+ "@dxos/client-protocol": "0.6.11",
60
+ "@dxos/client-services": "0.6.11",
61
+ "@dxos/config": "0.6.11",
62
+ "@dxos/context": "0.6.11",
63
+ "@dxos/debug": "0.6.11",
64
+ "@dxos/echo-schema": "0.6.11",
65
+ "@dxos/hello-template": "0.6.11",
66
+ "@dxos/functions": "0.6.11",
67
+ "@dxos/invariant": "0.6.11",
68
+ "@dxos/log": "0.6.11",
69
+ "@dxos/network-manager": "0.6.11",
70
+ "@dxos/node-std": "0.6.11",
71
+ "@dxos/plate": "0.6.11",
72
+ "@dxos/plugin-script": "0.6.11",
73
+ "@dxos/observability": "0.6.11",
74
+ "@dxos/process": "0.6.11",
75
+ "@dxos/protocols": "0.6.11",
76
+ "@dxos/random": "0.6.11",
77
+ "@dxos/tasks-template": "0.6.11",
78
+ "@dxos/util": "0.6.11",
79
+ "@dxos/rpc": "0.6.11",
80
+ "@dxos/plugin-markdown": "0.6.11"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@oclif/test": "^4.0.3",