@dxos/cli 0.6.5-staging.435ed25 → 0.6.5

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