@dxos/cli 0.8.1-staging.97aedb1 → 0.8.1

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 +182 -182
  2. package/package.json +25 -25
@@ -839,20 +839,10 @@
839
839
  "stop.js"
840
840
  ]
841
841
  },
842
- "debug:diagnostics": {
842
+ "config": {
843
843
  "aliases": [],
844
844
  "args": {},
845
- "description": "Create diagnostics report.",
846
- "examples": [
847
- {
848
- "description": "Inspect diagnostics.",
849
- "command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
850
- },
851
- {
852
- "description": "Upload diagnostics to GitHub.",
853
- "command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
854
- }
855
- ],
845
+ "description": "Show config file.",
856
846
  "flags": {
857
847
  "json": {
858
848
  "description": "Output as JSON.",
@@ -936,23 +926,11 @@
936
926
  "hasDynamicHelp": false,
937
927
  "multiple": false,
938
928
  "type": "option"
939
- },
940
- "humanize": {
941
- "description": "Humanize keys.",
942
- "name": "humanize",
943
- "allowNo": false,
944
- "type": "boolean"
945
- },
946
- "truncate": {
947
- "description": "Truncate keys.",
948
- "name": "truncate",
949
- "allowNo": false,
950
- "type": "boolean"
951
929
  }
952
930
  },
953
931
  "hasDynamicHelp": false,
954
932
  "hiddenAliases": [],
955
- "id": "debug:diagnostics",
933
+ "id": "config",
956
934
  "pluginAlias": "@dxos/cli",
957
935
  "pluginName": "@dxos/cli",
958
936
  "pluginType": "core",
@@ -963,14 +941,24 @@
963
941
  "dist",
964
942
  "src",
965
943
  "commands",
966
- "debug",
967
- "diagnostics.js"
944
+ "config",
945
+ "index.js"
968
946
  ]
969
947
  },
970
- "debug:error": {
948
+ "debug:diagnostics": {
971
949
  "aliases": [],
972
950
  "args": {},
973
- "description": "Throw error for debugging.",
951
+ "description": "Create diagnostics report.",
952
+ "examples": [
953
+ {
954
+ "description": "Inspect diagnostics.",
955
+ "command": "dx debug diagnostics --json --truncate | jq -r '.metrics'"
956
+ },
957
+ {
958
+ "description": "Upload diagnostics to GitHub.",
959
+ "command": "dx debug diagnostics --json --truncate | gh gist create --filename diagnostics.json"
960
+ }
961
+ ],
974
962
  "flags": {
975
963
  "json": {
976
964
  "description": "Output as JSON.",
@@ -1054,33 +1042,41 @@
1054
1042
  "hasDynamicHelp": false,
1055
1043
  "multiple": false,
1056
1044
  "type": "option"
1045
+ },
1046
+ "humanize": {
1047
+ "description": "Humanize keys.",
1048
+ "name": "humanize",
1049
+ "allowNo": false,
1050
+ "type": "boolean"
1051
+ },
1052
+ "truncate": {
1053
+ "description": "Truncate keys.",
1054
+ "name": "truncate",
1055
+ "allowNo": false,
1056
+ "type": "boolean"
1057
1057
  }
1058
1058
  },
1059
1059
  "hasDynamicHelp": false,
1060
1060
  "hiddenAliases": [],
1061
- "id": "debug:error",
1061
+ "id": "debug:diagnostics",
1062
1062
  "pluginAlias": "@dxos/cli",
1063
1063
  "pluginName": "@dxos/cli",
1064
1064
  "pluginType": "core",
1065
1065
  "strict": true,
1066
+ "enableJsonFlag": true,
1066
1067
  "isESM": true,
1067
1068
  "relativePath": [
1068
1069
  "dist",
1069
1070
  "src",
1070
1071
  "commands",
1071
1072
  "debug",
1072
- "error.js"
1073
+ "diagnostics.js"
1073
1074
  ]
1074
1075
  },
1075
- "debug:generate": {
1076
+ "debug:error": {
1076
1077
  "aliases": [],
1077
- "args": {
1078
- "key": {
1079
- "description": "Space key(s) head in hex.",
1080
- "name": "key"
1081
- }
1082
- },
1083
- "description": "Generate test data.",
1078
+ "args": {},
1079
+ "description": "Throw error for debugging.",
1084
1080
  "flags": {
1085
1081
  "json": {
1086
1082
  "description": "Output as JSON.",
@@ -1164,73 +1160,33 @@
1164
1160
  "hasDynamicHelp": false,
1165
1161
  "multiple": false,
1166
1162
  "type": "option"
1167
- },
1168
- "interval": {
1169
- "description": "Interval between mutations (ms).",
1170
- "name": "interval",
1171
- "default": 0,
1172
- "hasDynamicHelp": false,
1173
- "multiple": false,
1174
- "type": "option"
1175
- },
1176
- "jitter": {
1177
- "description": "Interval variance (ms).",
1178
- "name": "jitter",
1179
- "default": 0,
1180
- "hasDynamicHelp": false,
1181
- "multiple": false,
1182
- "type": "option"
1183
- },
1184
- "objects": {
1185
- "description": "Number of objects.",
1186
- "name": "objects",
1187
- "default": 0,
1188
- "hasDynamicHelp": false,
1189
- "multiple": false,
1190
- "type": "option"
1191
- },
1192
- "mutations": {
1193
- "description": "Number of mutations.",
1194
- "name": "mutations",
1195
- "default": 0,
1196
- "hasDynamicHelp": false,
1197
- "multiple": false,
1198
- "type": "option"
1199
- },
1200
- "epoch": {
1201
- "description": "Number of mutations per epoch.",
1202
- "name": "epoch",
1203
- "hasDynamicHelp": false,
1204
- "multiple": false,
1205
- "type": "option"
1206
1163
  }
1207
1164
  },
1208
1165
  "hasDynamicHelp": false,
1209
1166
  "hiddenAliases": [],
1210
- "id": "debug:generate",
1167
+ "id": "debug:error",
1211
1168
  "pluginAlias": "@dxos/cli",
1212
1169
  "pluginName": "@dxos/cli",
1213
1170
  "pluginType": "core",
1214
1171
  "strict": true,
1215
- "enableJsonFlag": true,
1216
1172
  "isESM": true,
1217
1173
  "relativePath": [
1218
1174
  "dist",
1219
1175
  "src",
1220
1176
  "commands",
1221
1177
  "debug",
1222
- "generate.js"
1178
+ "error.js"
1223
1179
  ]
1224
1180
  },
1225
- "debug:metrics": {
1181
+ "debug:generate": {
1226
1182
  "aliases": [],
1227
1183
  "args": {
1228
- "command": {
1229
- "description": "Control metrics recording.",
1230
- "name": "command"
1184
+ "key": {
1185
+ "description": "Space key(s) head in hex.",
1186
+ "name": "key"
1231
1187
  }
1232
1188
  },
1233
- "description": "Control metrics.",
1189
+ "description": "Generate test data.",
1234
1190
  "flags": {
1235
1191
  "json": {
1236
1192
  "description": "Output as JSON.",
@@ -1314,11 +1270,50 @@
1314
1270
  "hasDynamicHelp": false,
1315
1271
  "multiple": false,
1316
1272
  "type": "option"
1273
+ },
1274
+ "interval": {
1275
+ "description": "Interval between mutations (ms).",
1276
+ "name": "interval",
1277
+ "default": 0,
1278
+ "hasDynamicHelp": false,
1279
+ "multiple": false,
1280
+ "type": "option"
1281
+ },
1282
+ "jitter": {
1283
+ "description": "Interval variance (ms).",
1284
+ "name": "jitter",
1285
+ "default": 0,
1286
+ "hasDynamicHelp": false,
1287
+ "multiple": false,
1288
+ "type": "option"
1289
+ },
1290
+ "objects": {
1291
+ "description": "Number of objects.",
1292
+ "name": "objects",
1293
+ "default": 0,
1294
+ "hasDynamicHelp": false,
1295
+ "multiple": false,
1296
+ "type": "option"
1297
+ },
1298
+ "mutations": {
1299
+ "description": "Number of mutations.",
1300
+ "name": "mutations",
1301
+ "default": 0,
1302
+ "hasDynamicHelp": false,
1303
+ "multiple": false,
1304
+ "type": "option"
1305
+ },
1306
+ "epoch": {
1307
+ "description": "Number of mutations per epoch.",
1308
+ "name": "epoch",
1309
+ "hasDynamicHelp": false,
1310
+ "multiple": false,
1311
+ "type": "option"
1317
1312
  }
1318
1313
  },
1319
1314
  "hasDynamicHelp": false,
1320
1315
  "hiddenAliases": [],
1321
- "id": "debug:metrics",
1316
+ "id": "debug:generate",
1322
1317
  "pluginAlias": "@dxos/cli",
1323
1318
  "pluginName": "@dxos/cli",
1324
1319
  "pluginType": "core",
@@ -1330,13 +1325,18 @@
1330
1325
  "src",
1331
1326
  "commands",
1332
1327
  "debug",
1333
- "metrics.js"
1328
+ "generate.js"
1334
1329
  ]
1335
1330
  },
1336
- "debug:status": {
1331
+ "debug:metrics": {
1337
1332
  "aliases": [],
1338
- "args": {},
1339
- "description": "Display status.",
1333
+ "args": {
1334
+ "command": {
1335
+ "description": "Control metrics recording.",
1336
+ "name": "command"
1337
+ }
1338
+ },
1339
+ "description": "Control metrics.",
1340
1340
  "flags": {
1341
1341
  "json": {
1342
1342
  "description": "Output as JSON.",
@@ -1420,19 +1420,11 @@
1420
1420
  "hasDynamicHelp": false,
1421
1421
  "multiple": false,
1422
1422
  "type": "option"
1423
- },
1424
- "interval": {
1425
- "description": "Update interval (ms).",
1426
- "name": "interval",
1427
- "default": 1000,
1428
- "hasDynamicHelp": false,
1429
- "multiple": false,
1430
- "type": "option"
1431
1423
  }
1432
1424
  },
1433
1425
  "hasDynamicHelp": false,
1434
1426
  "hiddenAliases": [],
1435
- "id": "debug:status",
1427
+ "id": "debug:metrics",
1436
1428
  "pluginAlias": "@dxos/cli",
1437
1429
  "pluginName": "@dxos/cli",
1438
1430
  "pluginType": "core",
@@ -1444,13 +1436,13 @@
1444
1436
  "src",
1445
1437
  "commands",
1446
1438
  "debug",
1447
- "status.js"
1439
+ "metrics.js"
1448
1440
  ]
1449
1441
  },
1450
- "config": {
1442
+ "debug:status": {
1451
1443
  "aliases": [],
1452
1444
  "args": {},
1453
- "description": "Show config file.",
1445
+ "description": "Display status.",
1454
1446
  "flags": {
1455
1447
  "json": {
1456
1448
  "description": "Output as JSON.",
@@ -1534,11 +1526,19 @@
1534
1526
  "hasDynamicHelp": false,
1535
1527
  "multiple": false,
1536
1528
  "type": "option"
1529
+ },
1530
+ "interval": {
1531
+ "description": "Update interval (ms).",
1532
+ "name": "interval",
1533
+ "default": 1000,
1534
+ "hasDynamicHelp": false,
1535
+ "multiple": false,
1536
+ "type": "option"
1537
1537
  }
1538
1538
  },
1539
1539
  "hasDynamicHelp": false,
1540
1540
  "hiddenAliases": [],
1541
- "id": "config",
1541
+ "id": "debug:status",
1542
1542
  "pluginAlias": "@dxos/cli",
1543
1543
  "pluginName": "@dxos/cli",
1544
1544
  "pluginType": "core",
@@ -1549,8 +1549,8 @@
1549
1549
  "dist",
1550
1550
  "src",
1551
1551
  "commands",
1552
- "config",
1553
- "index.js"
1552
+ "debug",
1553
+ "status.js"
1554
1554
  ]
1555
1555
  },
1556
1556
  "device:info": {
@@ -4715,7 +4715,7 @@
4715
4715
  "name": {
4716
4716
  "description": "Tunnel name",
4717
4717
  "name": "name",
4718
- "default": "sweet-oklahoma-high-cardinal",
4718
+ "default": "neptune-sodium-yankee-pasta",
4719
4719
  "hasDynamicHelp": false,
4720
4720
  "multiple": false,
4721
4721
  "type": "option"
@@ -4983,16 +4983,10 @@
4983
4983
  "list.js"
4984
4984
  ]
4985
4985
  },
4986
- "halo:credential:add": {
4986
+ "halo:recovery:generate": {
4987
4987
  "aliases": [],
4988
- "args": {
4989
- "credential": {
4990
- "description": "credential",
4991
- "name": "credential",
4992
- "required": false
4993
- }
4994
- },
4995
- "description": "Import credential into HALO.",
4988
+ "args": {},
4989
+ "description": "Generate a seedphrase that can be used for identity recovery.",
4996
4990
  "flags": {
4997
4991
  "json": {
4998
4992
  "description": "Output as JSON.",
@@ -5080,25 +5074,26 @@
5080
5074
  },
5081
5075
  "hasDynamicHelp": false,
5082
5076
  "hiddenAliases": [],
5083
- "id": "halo:credential:add",
5077
+ "id": "halo:recovery:generate",
5084
5078
  "pluginAlias": "@dxos/cli",
5085
5079
  "pluginName": "@dxos/cli",
5086
5080
  "pluginType": "core",
5087
5081
  "strict": true,
5082
+ "enableJsonFlag": true,
5088
5083
  "isESM": true,
5089
5084
  "relativePath": [
5090
5085
  "dist",
5091
5086
  "src",
5092
5087
  "commands",
5093
5088
  "halo",
5094
- "credential",
5095
- "add.js"
5089
+ "recovery",
5090
+ "generate.js"
5096
5091
  ]
5097
5092
  },
5098
- "halo:credential:list": {
5093
+ "halo:recovery:use": {
5099
5094
  "aliases": [],
5100
5095
  "args": {},
5101
- "description": "List HALO credentials.",
5096
+ "description": "Use a code to recover identity.",
5102
5097
  "flags": {
5103
5098
  "json": {
5104
5099
  "description": "Output as JSON.",
@@ -5145,9 +5140,12 @@
5145
5140
  "type": "option"
5146
5141
  },
5147
5142
  "timeout": {
5148
- "description": "Time in milliseconds to wait for at least one credential before listing.",
5143
+ "aliases": [
5144
+ "t"
5145
+ ],
5146
+ "description": "Timeout (ms).",
5149
5147
  "name": "timeout",
5150
- "default": 500,
5148
+ "default": 60000,
5151
5149
  "hasDynamicHelp": false,
5152
5150
  "multiple": false,
5153
5151
  "type": "option"
@@ -5180,23 +5178,10 @@
5180
5178
  "multiple": false,
5181
5179
  "type": "option"
5182
5180
  },
5183
- "extended": {
5184
- "description": "Show extended table columns.",
5185
- "name": "extended",
5186
- "allowNo": false,
5187
- "type": "boolean"
5188
- },
5189
- "type": {
5190
- "description": "Type",
5191
- "name": "type",
5192
- "hasDynamicHelp": false,
5193
- "multiple": false,
5194
- "type": "option"
5195
- },
5196
- "delay": {
5197
- "description": "Delay in milliseconds before listing.",
5198
- "name": "delay",
5199
- "default": 250,
5181
+ "recoveryCode": {
5182
+ "description": "Recovery code.",
5183
+ "name": "recoveryCode",
5184
+ "required": true,
5200
5185
  "hasDynamicHelp": false,
5201
5186
  "multiple": false,
5202
5187
  "type": "option"
@@ -5204,7 +5189,7 @@
5204
5189
  },
5205
5190
  "hasDynamicHelp": false,
5206
5191
  "hiddenAliases": [],
5207
- "id": "halo:credential:list",
5192
+ "id": "halo:recovery:use",
5208
5193
  "pluginAlias": "@dxos/cli",
5209
5194
  "pluginName": "@dxos/cli",
5210
5195
  "pluginType": "core",
@@ -5216,14 +5201,14 @@
5216
5201
  "src",
5217
5202
  "commands",
5218
5203
  "halo",
5219
- "credential",
5220
- "list.js"
5204
+ "recovery",
5205
+ "use.js"
5221
5206
  ]
5222
5207
  },
5223
- "halo:recovery:generate": {
5208
+ "space:schema:list": {
5224
5209
  "aliases": [],
5225
5210
  "args": {},
5226
- "description": "Generate a seedphrase that can be used for identity recovery.",
5211
+ "description": "List schema.",
5227
5212
  "flags": {
5228
5213
  "json": {
5229
5214
  "description": "Output as JSON.",
@@ -5307,11 +5292,31 @@
5307
5292
  "hasDynamicHelp": false,
5308
5293
  "multiple": false,
5309
5294
  "type": "option"
5295
+ },
5296
+ "extended": {
5297
+ "description": "Show extended table columns.",
5298
+ "name": "extended",
5299
+ "allowNo": false,
5300
+ "type": "boolean"
5301
+ },
5302
+ "key": {
5303
+ "description": "Space key(s) head in hex.",
5304
+ "name": "key",
5305
+ "hasDynamicHelp": false,
5306
+ "multiple": true,
5307
+ "type": "option"
5308
+ },
5309
+ "typename": {
5310
+ "description": "Filter objects by typename.",
5311
+ "name": "typename",
5312
+ "hasDynamicHelp": false,
5313
+ "multiple": false,
5314
+ "type": "option"
5310
5315
  }
5311
5316
  },
5312
5317
  "hasDynamicHelp": false,
5313
5318
  "hiddenAliases": [],
5314
- "id": "halo:recovery:generate",
5319
+ "id": "space:schema:list",
5315
5320
  "pluginAlias": "@dxos/cli",
5316
5321
  "pluginName": "@dxos/cli",
5317
5322
  "pluginType": "core",
@@ -5322,15 +5327,21 @@
5322
5327
  "dist",
5323
5328
  "src",
5324
5329
  "commands",
5325
- "halo",
5326
- "recovery",
5327
- "generate.js"
5330
+ "space",
5331
+ "schema",
5332
+ "list.js"
5328
5333
  ]
5329
5334
  },
5330
- "halo:recovery:use": {
5335
+ "halo:credential:add": {
5331
5336
  "aliases": [],
5332
- "args": {},
5333
- "description": "Use a code to recover identity.",
5337
+ "args": {
5338
+ "credential": {
5339
+ "description": "credential",
5340
+ "name": "credential",
5341
+ "required": false
5342
+ }
5343
+ },
5344
+ "description": "Import credential into HALO.",
5334
5345
  "flags": {
5335
5346
  "json": {
5336
5347
  "description": "Output as JSON.",
@@ -5414,38 +5425,29 @@
5414
5425
  "hasDynamicHelp": false,
5415
5426
  "multiple": false,
5416
5427
  "type": "option"
5417
- },
5418
- "recoveryCode": {
5419
- "description": "Recovery code.",
5420
- "name": "recoveryCode",
5421
- "required": true,
5422
- "hasDynamicHelp": false,
5423
- "multiple": false,
5424
- "type": "option"
5425
5428
  }
5426
5429
  },
5427
5430
  "hasDynamicHelp": false,
5428
5431
  "hiddenAliases": [],
5429
- "id": "halo:recovery:use",
5432
+ "id": "halo:credential:add",
5430
5433
  "pluginAlias": "@dxos/cli",
5431
5434
  "pluginName": "@dxos/cli",
5432
5435
  "pluginType": "core",
5433
5436
  "strict": true,
5434
- "enableJsonFlag": true,
5435
5437
  "isESM": true,
5436
5438
  "relativePath": [
5437
5439
  "dist",
5438
5440
  "src",
5439
5441
  "commands",
5440
5442
  "halo",
5441
- "recovery",
5442
- "use.js"
5443
+ "credential",
5444
+ "add.js"
5443
5445
  ]
5444
5446
  },
5445
- "space:schema:list": {
5447
+ "halo:credential:list": {
5446
5448
  "aliases": [],
5447
5449
  "args": {},
5448
- "description": "List schema.",
5450
+ "description": "List HALO credentials.",
5449
5451
  "flags": {
5450
5452
  "json": {
5451
5453
  "description": "Output as JSON.",
@@ -5492,12 +5494,9 @@
5492
5494
  "type": "option"
5493
5495
  },
5494
5496
  "timeout": {
5495
- "aliases": [
5496
- "t"
5497
- ],
5498
- "description": "Timeout (ms).",
5497
+ "description": "Time in milliseconds to wait for at least one credential before listing.",
5499
5498
  "name": "timeout",
5500
- "default": 60000,
5499
+ "default": 500,
5501
5500
  "hasDynamicHelp": false,
5502
5501
  "multiple": false,
5503
5502
  "type": "option"
@@ -5536,16 +5535,17 @@
5536
5535
  "allowNo": false,
5537
5536
  "type": "boolean"
5538
5537
  },
5539
- "key": {
5540
- "description": "Space key(s) head in hex.",
5541
- "name": "key",
5538
+ "type": {
5539
+ "description": "Type",
5540
+ "name": "type",
5542
5541
  "hasDynamicHelp": false,
5543
- "multiple": true,
5542
+ "multiple": false,
5544
5543
  "type": "option"
5545
5544
  },
5546
- "typename": {
5547
- "description": "Filter objects by typename.",
5548
- "name": "typename",
5545
+ "delay": {
5546
+ "description": "Delay in milliseconds before listing.",
5547
+ "name": "delay",
5548
+ "default": 250,
5549
5549
  "hasDynamicHelp": false,
5550
5550
  "multiple": false,
5551
5551
  "type": "option"
@@ -5553,7 +5553,7 @@
5553
5553
  },
5554
5554
  "hasDynamicHelp": false,
5555
5555
  "hiddenAliases": [],
5556
- "id": "space:schema:list",
5556
+ "id": "halo:credential:list",
5557
5557
  "pluginAlias": "@dxos/cli",
5558
5558
  "pluginName": "@dxos/cli",
5559
5559
  "pluginType": "core",
@@ -5564,11 +5564,11 @@
5564
5564
  "dist",
5565
5565
  "src",
5566
5566
  "commands",
5567
- "space",
5568
- "schema",
5567
+ "halo",
5568
+ "credential",
5569
5569
  "list.js"
5570
5570
  ]
5571
5571
  }
5572
5572
  },
5573
- "version": "0.8.1-staging.97aedb1"
5573
+ "version": "0.8.1"
5574
5574
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/cli",
3
- "version": "0.8.1-staging.97aedb1",
3
+ "version": "0.8.1",
4
4
  "description": "DXOS CLI",
5
5
  "keywords": [
6
6
  "dxos",
@@ -53,30 +53,30 @@
53
53
  "react": "~18.2.0",
54
54
  "ws": "^8.14.2",
55
55
  "wtfnode": "^0.9.1",
56
- "@dxos/agent": "0.8.1-staging.97aedb1",
57
- "@dxos/async": "0.8.1-staging.97aedb1",
58
- "@dxos/cli-composer": "0.8.1-staging.97aedb1",
59
- "@dxos/client": "0.8.1-staging.97aedb1",
60
- "@dxos/client-protocol": "0.8.1-staging.97aedb1",
61
- "@dxos/compute": "0.8.1-staging.97aedb1",
62
- "@dxos/client-services": "0.8.1-staging.97aedb1",
63
- "@dxos/cli-base": "0.8.1-staging.97aedb1",
64
- "@dxos/config": "0.8.1-staging.97aedb1",
65
- "@dxos/context": "0.8.1-staging.97aedb1",
66
- "@dxos/debug": "0.8.1-staging.97aedb1",
67
- "@dxos/functions": "0.8.1-staging.97aedb1",
68
- "@dxos/invariant": "0.8.1-staging.97aedb1",
69
- "@dxos/log": "0.8.1-staging.97aedb1",
70
- "@dxos/network-manager": "0.8.1-staging.97aedb1",
71
- "@dxos/echo-schema": "0.8.1-staging.97aedb1",
72
- "@dxos/node-std": "0.8.1-staging.97aedb1",
73
- "@dxos/observability": "0.8.1-staging.97aedb1",
74
- "@dxos/process": "0.8.1-staging.97aedb1",
75
- "@dxos/rpc": "0.8.1-staging.97aedb1",
76
- "@dxos/protocols": "0.8.1-staging.97aedb1",
77
- "@dxos/schema": "0.8.1-staging.97aedb1",
78
- "@dxos/random": "0.8.1-staging.97aedb1",
79
- "@dxos/util": "0.8.1-staging.97aedb1"
56
+ "@dxos/agent": "0.8.1",
57
+ "@dxos/async": "0.8.1",
58
+ "@dxos/cli-base": "0.8.1",
59
+ "@dxos/cli-composer": "0.8.1",
60
+ "@dxos/client": "0.8.1",
61
+ "@dxos/client-protocol": "0.8.1",
62
+ "@dxos/client-services": "0.8.1",
63
+ "@dxos/compute": "0.8.1",
64
+ "@dxos/config": "0.8.1",
65
+ "@dxos/debug": "0.8.1",
66
+ "@dxos/context": "0.8.1",
67
+ "@dxos/echo-schema": "0.8.1",
68
+ "@dxos/log": "0.8.1",
69
+ "@dxos/functions": "0.8.1",
70
+ "@dxos/network-manager": "0.8.1",
71
+ "@dxos/observability": "0.8.1",
72
+ "@dxos/node-std": "0.8.1",
73
+ "@dxos/process": "0.8.1",
74
+ "@dxos/invariant": "0.8.1",
75
+ "@dxos/protocols": "0.8.1",
76
+ "@dxos/rpc": "0.8.1",
77
+ "@dxos/schema": "0.8.1",
78
+ "@dxos/random": "0.8.1",
79
+ "@dxos/util": "0.8.1"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@oclif/test": "^4.1.0",