@dxos/cli 0.6.11-staging.a542fc9 → 0.6.11-staging.e6894a4

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 +195 -195
  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,19 @@
849
836
  "src",
850
837
  "commands",
851
838
  "agent",
852
- "list.js"
839
+ "stop.js"
853
840
  ]
854
841
  },
855
- "agent:restart": {
842
+ "app:create": {
856
843
  "aliases": [],
857
- "args": {},
858
- "description": "Restart agent daemon.",
844
+ "args": {
845
+ "name": {
846
+ "description": "App name.",
847
+ "name": "name",
848
+ "required": true
849
+ }
850
+ },
851
+ "description": "Create template applications.",
859
852
  "flags": {
860
853
  "json": {
861
854
  "description": "Output as JSON.",
@@ -940,46 +933,55 @@
940
933
  "multiple": false,
941
934
  "type": "option"
942
935
  },
943
- "force": {
944
- "description": "Force restart.",
945
- "name": "force",
946
- "allowNo": false,
947
- "type": "boolean"
936
+ "tag": {
937
+ "description": "Git tag or branch of the DXOS repo to checkout.",
938
+ "name": "tag",
939
+ "hasDynamicHelp": false,
940
+ "multiple": false,
941
+ "type": "option"
948
942
  },
949
- "system": {
950
- "description": "Run as system daemon.",
951
- "name": "system",
943
+ "template": {
944
+ "char": "t",
945
+ "description": "Template to use when creating the project.",
946
+ "name": "template",
947
+ "default": "hello",
948
+ "hasDynamicHelp": false,
949
+ "multiple": false,
950
+ "options": [
951
+ "hello",
952
+ "bare",
953
+ "tasks"
954
+ ],
955
+ "type": "option"
956
+ },
957
+ "interactive": {
958
+ "char": "i",
959
+ "description": "Customize app template options via interactive prompt.",
960
+ "name": "interactive",
952
961
  "allowNo": false,
953
962
  "type": "boolean"
954
963
  }
955
964
  },
956
965
  "hasDynamicHelp": false,
957
966
  "hiddenAliases": [],
958
- "id": "agent:restart",
967
+ "id": "app:create",
959
968
  "pluginAlias": "@dxos/cli",
960
969
  "pluginName": "@dxos/cli",
961
970
  "pluginType": "core",
962
971
  "strict": true,
963
- "enableJsonFlag": true,
964
972
  "isESM": false,
965
973
  "relativePath": [
966
974
  "dist",
967
975
  "src",
968
976
  "commands",
969
- "agent",
970
- "restart.js"
977
+ "app",
978
+ "create.js"
971
979
  ]
972
980
  },
973
- "agent:start": {
981
+ "app:list": {
974
982
  "aliases": [],
975
983
  "args": {},
976
- "description": "Starts the agent.",
977
- "examples": [
978
- {
979
- "description": "Run with .",
980
- "command": "dx agent start -f --ws=5001"
981
- }
982
- ],
984
+ "description": "List apps (deprecated).",
983
985
  "flags": {
984
986
  "json": {
985
987
  "description": "Output as JSON.",
@@ -1064,51 +1066,20 @@
1064
1066
  "multiple": false,
1065
1067
  "type": "option"
1066
1068
  },
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",
1086
- "hasDynamicHelp": false,
1087
- "helpValue": "port",
1088
- "multiple": false,
1089
- "type": "option"
1090
- },
1091
- "http": {
1092
- "description": "Expose http port.",
1093
- "name": "http",
1094
- "hasDynamicHelp": false,
1095
- "helpValue": "port",
1096
- "multiple": false,
1097
- "type": "option"
1098
- },
1099
- "metrics": {
1100
- "description": "Start metrics recording.",
1101
- "name": "metrics",
1069
+ "extended": {
1070
+ "description": "Show extended table columns.",
1071
+ "name": "extended",
1102
1072
  "allowNo": false,
1103
1073
  "type": "boolean"
1104
1074
  }
1105
1075
  },
1106
1076
  "hasDynamicHelp": false,
1107
1077
  "hiddenAliases": [],
1108
- "id": "agent:start",
1078
+ "id": "app:list",
1109
1079
  "pluginAlias": "@dxos/cli",
1110
1080
  "pluginName": "@dxos/cli",
1111
1081
  "pluginType": "core",
1082
+ "state": "deprecated",
1112
1083
  "strict": true,
1113
1084
  "enableJsonFlag": true,
1114
1085
  "isESM": false,
@@ -1116,14 +1087,20 @@
1116
1087
  "dist",
1117
1088
  "src",
1118
1089
  "commands",
1119
- "agent",
1120
- "start.js"
1090
+ "app",
1091
+ "list.js"
1121
1092
  ]
1122
1093
  },
1123
- "agent:status": {
1094
+ "app:open": {
1124
1095
  "aliases": [],
1125
- "args": {},
1126
- "description": "Show agent status",
1096
+ "args": {
1097
+ "url": {
1098
+ "description": "App URL.",
1099
+ "name": "url",
1100
+ "required": true
1101
+ }
1102
+ },
1103
+ "description": "Opens app with provided url and process device invitation.",
1127
1104
  "flags": {
1128
1105
  "json": {
1129
1106
  "description": "Output as JSON.",
@@ -1207,11 +1184,25 @@
1207
1184
  "hasDynamicHelp": false,
1208
1185
  "multiple": false,
1209
1186
  "type": "option"
1187
+ },
1188
+ "instances": {
1189
+ "description": "Amount of test instances.",
1190
+ "name": "instances",
1191
+ "default": 1,
1192
+ "hasDynamicHelp": false,
1193
+ "multiple": false,
1194
+ "type": "option"
1195
+ },
1196
+ "invite": {
1197
+ "description": "If `true` proceed device invitation for all instances.",
1198
+ "name": "invite",
1199
+ "allowNo": false,
1200
+ "type": "boolean"
1210
1201
  }
1211
1202
  },
1212
1203
  "hasDynamicHelp": false,
1213
1204
  "hiddenAliases": [],
1214
- "id": "agent:status",
1205
+ "id": "app:open",
1215
1206
  "pluginAlias": "@dxos/cli",
1216
1207
  "pluginName": "@dxos/cli",
1217
1208
  "pluginType": "core",
@@ -1222,14 +1213,14 @@
1222
1213
  "dist",
1223
1214
  "src",
1224
1215
  "commands",
1225
- "agent",
1226
- "status.js"
1216
+ "app",
1217
+ "open.js"
1227
1218
  ]
1228
1219
  },
1229
- "agent:stop": {
1220
+ "app:publish": {
1230
1221
  "aliases": [],
1231
1222
  "args": {},
1232
- "description": "Stop agent daemon.",
1223
+ "description": "Publish apps (deprecated).",
1233
1224
  "flags": {
1234
1225
  "json": {
1235
1226
  "description": "Output as JSON.",
@@ -1314,40 +1305,49 @@
1314
1305
  "multiple": false,
1315
1306
  "type": "option"
1316
1307
  },
1317
- "all": {
1318
- "description": "Stop all agents.",
1319
- "name": "all",
1320
- "allowNo": false,
1321
- "type": "boolean"
1308
+ "configPath": {
1309
+ "description": "Path to dx.yml",
1310
+ "name": "configPath",
1311
+ "hasDynamicHelp": false,
1312
+ "multiple": false,
1313
+ "type": "option"
1322
1314
  },
1323
- "force": {
1324
- "description": "Force stop.",
1325
- "name": "force",
1326
- "allowNo": false,
1327
- "type": "boolean"
1315
+ "accessToken": {
1316
+ "description": "Access token for publishing.",
1317
+ "name": "accessToken",
1318
+ "hasDynamicHelp": false,
1319
+ "multiple": false,
1320
+ "type": "option"
1328
1321
  },
1329
- "system": {
1330
- "description": "Run as system daemon.",
1331
- "name": "system",
1322
+ "skipExisting": {
1323
+ "description": "Do not update content on KUBE if version already exists.",
1324
+ "name": "skipExisting",
1332
1325
  "allowNo": false,
1333
1326
  "type": "boolean"
1327
+ },
1328
+ "version": {
1329
+ "description": "Version of modules to publish.",
1330
+ "name": "version",
1331
+ "hasDynamicHelp": false,
1332
+ "multiple": false,
1333
+ "type": "option"
1334
1334
  }
1335
1335
  },
1336
1336
  "hasDynamicHelp": false,
1337
1337
  "hiddenAliases": [],
1338
- "id": "agent:stop",
1338
+ "id": "app:publish",
1339
1339
  "pluginAlias": "@dxos/cli",
1340
1340
  "pluginName": "@dxos/cli",
1341
1341
  "pluginType": "core",
1342
+ "state": "deprecated",
1342
1343
  "strict": true,
1343
- "enableJsonFlag": true,
1344
1344
  "isESM": false,
1345
1345
  "relativePath": [
1346
1346
  "dist",
1347
1347
  "src",
1348
1348
  "commands",
1349
- "agent",
1350
- "stop.js"
1349
+ "app",
1350
+ "publish.js"
1351
1351
  ]
1352
1352
  },
1353
1353
  "config": {
@@ -5080,7 +5080,7 @@
5080
5080
  "name": {
5081
5081
  "description": "Tunnel name",
5082
5082
  "name": "name",
5083
- "default": "golf-apart-pip-cold",
5083
+ "default": "fanta-pip-mountain-oven",
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-staging.e6894a4"
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-staging.e6894a4",
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/bare-template": "0.6.11-staging.e6894a4",
54
+ "@dxos/agent": "0.6.11-staging.e6894a4",
55
+ "@dxos/async": "0.6.11-staging.e6894a4",
56
+ "@dxos/cli-base": "0.6.11-staging.e6894a4",
57
+ "@dxos/cli-composer": "0.6.11-staging.e6894a4",
58
+ "@dxos/client-protocol": "0.6.11-staging.e6894a4",
59
+ "@dxos/client": "0.6.11-staging.e6894a4",
60
+ "@dxos/client-services": "0.6.11-staging.e6894a4",
61
+ "@dxos/config": "0.6.11-staging.e6894a4",
62
+ "@dxos/debug": "0.6.11-staging.e6894a4",
63
+ "@dxos/context": "0.6.11-staging.e6894a4",
64
+ "@dxos/echo-schema": "0.6.11-staging.e6894a4",
65
+ "@dxos/functions": "0.6.11-staging.e6894a4",
66
+ "@dxos/hello-template": "0.6.11-staging.e6894a4",
67
+ "@dxos/invariant": "0.6.11-staging.e6894a4",
68
+ "@dxos/log": "0.6.11-staging.e6894a4",
69
+ "@dxos/network-manager": "0.6.11-staging.e6894a4",
70
+ "@dxos/node-std": "0.6.11-staging.e6894a4",
71
+ "@dxos/observability": "0.6.11-staging.e6894a4",
72
+ "@dxos/plate": "0.6.11-staging.e6894a4",
73
+ "@dxos/plugin-markdown": "0.6.11-staging.e6894a4",
74
+ "@dxos/plugin-script": "0.6.11-staging.e6894a4",
75
+ "@dxos/process": "0.6.11-staging.e6894a4",
76
+ "@dxos/protocols": "0.6.11-staging.e6894a4",
77
+ "@dxos/random": "0.6.11-staging.e6894a4",
78
+ "@dxos/rpc": "0.6.11-staging.e6894a4",
79
+ "@dxos/tasks-template": "0.6.11-staging.e6894a4",
80
+ "@dxos/util": "0.6.11-staging.e6894a4"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@oclif/test": "^4.0.3",