@dxos/cli 0.5.3-main.97757f4 → 0.5.3-main.9a6cd60
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/oclif.manifest.json +150 -150
- package/package.json +25 -25
package/oclif.manifest.json
CHANGED
|
@@ -841,9 +841,16 @@
|
|
|
841
841
|
"stop.js"
|
|
842
842
|
]
|
|
843
843
|
},
|
|
844
|
-
"
|
|
844
|
+
"app:create": {
|
|
845
845
|
"aliases": [],
|
|
846
|
-
"args": {
|
|
846
|
+
"args": {
|
|
847
|
+
"name": {
|
|
848
|
+
"description": "App name.",
|
|
849
|
+
"name": "name",
|
|
850
|
+
"required": true
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"description": "Manage applications (deprecated).",
|
|
847
854
|
"flags": {
|
|
848
855
|
"json": {
|
|
849
856
|
"description": "Output as JSON.",
|
|
@@ -933,14 +940,43 @@
|
|
|
933
940
|
"hasDynamicHelp": false,
|
|
934
941
|
"multiple": false,
|
|
935
942
|
"type": "option"
|
|
943
|
+
},
|
|
944
|
+
"tag": {
|
|
945
|
+
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
946
|
+
"name": "tag",
|
|
947
|
+
"hasDynamicHelp": false,
|
|
948
|
+
"multiple": false,
|
|
949
|
+
"type": "option"
|
|
950
|
+
},
|
|
951
|
+
"template": {
|
|
952
|
+
"char": "t",
|
|
953
|
+
"description": "Template to use when creating the project.",
|
|
954
|
+
"name": "template",
|
|
955
|
+
"default": "hello",
|
|
956
|
+
"hasDynamicHelp": false,
|
|
957
|
+
"multiple": false,
|
|
958
|
+
"options": [
|
|
959
|
+
"hello",
|
|
960
|
+
"bare",
|
|
961
|
+
"tasks"
|
|
962
|
+
],
|
|
963
|
+
"type": "option"
|
|
964
|
+
},
|
|
965
|
+
"interactive": {
|
|
966
|
+
"char": "i",
|
|
967
|
+
"description": "Customize app template options via interactive prompt.",
|
|
968
|
+
"name": "interactive",
|
|
969
|
+
"allowNo": false,
|
|
970
|
+
"type": "boolean"
|
|
936
971
|
}
|
|
937
972
|
},
|
|
938
973
|
"hasDynamicHelp": false,
|
|
939
974
|
"hiddenAliases": [],
|
|
940
|
-
"id": "
|
|
975
|
+
"id": "app:create",
|
|
941
976
|
"pluginAlias": "@dxos/cli",
|
|
942
977
|
"pluginName": "@dxos/cli",
|
|
943
978
|
"pluginType": "core",
|
|
979
|
+
"state": "deprecated",
|
|
944
980
|
"strict": true,
|
|
945
981
|
"enableJsonFlag": true,
|
|
946
982
|
"isESM": false,
|
|
@@ -948,19 +984,14 @@
|
|
|
948
984
|
"dist",
|
|
949
985
|
"src",
|
|
950
986
|
"commands",
|
|
951
|
-
"
|
|
952
|
-
"
|
|
987
|
+
"app",
|
|
988
|
+
"create.js"
|
|
953
989
|
]
|
|
954
990
|
},
|
|
955
|
-
"
|
|
991
|
+
"app:list": {
|
|
956
992
|
"aliases": [],
|
|
957
|
-
"args": {
|
|
958
|
-
|
|
959
|
-
"name": "file",
|
|
960
|
-
"required": true
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
"description": "Import ECHO objects.",
|
|
993
|
+
"args": {},
|
|
994
|
+
"description": "List apps.",
|
|
964
995
|
"flags": {
|
|
965
996
|
"json": {
|
|
966
997
|
"description": "Output as JSON.",
|
|
@@ -1050,21 +1081,15 @@
|
|
|
1050
1081
|
"hasDynamicHelp": false,
|
|
1051
1082
|
"multiple": false,
|
|
1052
1083
|
"type": "option"
|
|
1053
|
-
},
|
|
1054
|
-
"key": {
|
|
1055
|
-
"description": "Space key(s) head in hex.",
|
|
1056
|
-
"name": "key",
|
|
1057
|
-
"hasDynamicHelp": false,
|
|
1058
|
-
"multiple": true,
|
|
1059
|
-
"type": "option"
|
|
1060
1084
|
}
|
|
1061
1085
|
},
|
|
1062
1086
|
"hasDynamicHelp": false,
|
|
1063
1087
|
"hiddenAliases": [],
|
|
1064
|
-
"id": "
|
|
1088
|
+
"id": "app:list",
|
|
1065
1089
|
"pluginAlias": "@dxos/cli",
|
|
1066
1090
|
"pluginName": "@dxos/cli",
|
|
1067
1091
|
"pluginType": "core",
|
|
1092
|
+
"state": "deprecated",
|
|
1068
1093
|
"strict": true,
|
|
1069
1094
|
"enableJsonFlag": true,
|
|
1070
1095
|
"isESM": false,
|
|
@@ -1072,14 +1097,20 @@
|
|
|
1072
1097
|
"dist",
|
|
1073
1098
|
"src",
|
|
1074
1099
|
"commands",
|
|
1075
|
-
"
|
|
1076
|
-
"
|
|
1100
|
+
"app",
|
|
1101
|
+
"list.js"
|
|
1077
1102
|
]
|
|
1078
1103
|
},
|
|
1079
|
-
"
|
|
1104
|
+
"app:open": {
|
|
1080
1105
|
"aliases": [],
|
|
1081
|
-
"args": {
|
|
1082
|
-
|
|
1106
|
+
"args": {
|
|
1107
|
+
"url": {
|
|
1108
|
+
"description": "App URL.",
|
|
1109
|
+
"name": "url",
|
|
1110
|
+
"required": true
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
"description": "Opens app with provided url and process device invitation.",
|
|
1083
1114
|
"flags": {
|
|
1084
1115
|
"json": {
|
|
1085
1116
|
"description": "Output as JSON.",
|
|
@@ -1170,27 +1201,28 @@
|
|
|
1170
1201
|
"multiple": false,
|
|
1171
1202
|
"type": "option"
|
|
1172
1203
|
},
|
|
1173
|
-
"
|
|
1174
|
-
"description": "
|
|
1175
|
-
"name": "
|
|
1176
|
-
"
|
|
1177
|
-
"multiple": true,
|
|
1178
|
-
"type": "option"
|
|
1179
|
-
},
|
|
1180
|
-
"type": {
|
|
1181
|
-
"description": "Data type.",
|
|
1182
|
-
"name": "type",
|
|
1204
|
+
"instances": {
|
|
1205
|
+
"description": "Amount of test instances.",
|
|
1206
|
+
"name": "instances",
|
|
1207
|
+
"default": 1,
|
|
1183
1208
|
"hasDynamicHelp": false,
|
|
1184
1209
|
"multiple": false,
|
|
1185
1210
|
"type": "option"
|
|
1211
|
+
},
|
|
1212
|
+
"invite": {
|
|
1213
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
1214
|
+
"name": "invite",
|
|
1215
|
+
"allowNo": false,
|
|
1216
|
+
"type": "boolean"
|
|
1186
1217
|
}
|
|
1187
1218
|
},
|
|
1188
1219
|
"hasDynamicHelp": false,
|
|
1189
1220
|
"hiddenAliases": [],
|
|
1190
|
-
"id": "
|
|
1221
|
+
"id": "app:open",
|
|
1191
1222
|
"pluginAlias": "@dxos/cli",
|
|
1192
1223
|
"pluginName": "@dxos/cli",
|
|
1193
1224
|
"pluginType": "core",
|
|
1225
|
+
"state": "deprecated",
|
|
1194
1226
|
"strict": true,
|
|
1195
1227
|
"enableJsonFlag": true,
|
|
1196
1228
|
"isESM": false,
|
|
@@ -1198,14 +1230,14 @@
|
|
|
1198
1230
|
"dist",
|
|
1199
1231
|
"src",
|
|
1200
1232
|
"commands",
|
|
1201
|
-
"
|
|
1202
|
-
"
|
|
1233
|
+
"app",
|
|
1234
|
+
"open.js"
|
|
1203
1235
|
]
|
|
1204
1236
|
},
|
|
1205
|
-
"
|
|
1237
|
+
"app:publish": {
|
|
1206
1238
|
"aliases": [],
|
|
1207
1239
|
"args": {},
|
|
1208
|
-
"description": "
|
|
1240
|
+
"description": "Publish apps.",
|
|
1209
1241
|
"flags": {
|
|
1210
1242
|
"json": {
|
|
1211
1243
|
"description": "Output as JSON.",
|
|
@@ -1296,16 +1328,29 @@
|
|
|
1296
1328
|
"multiple": false,
|
|
1297
1329
|
"type": "option"
|
|
1298
1330
|
},
|
|
1299
|
-
"
|
|
1300
|
-
"description": "
|
|
1301
|
-
"name": "
|
|
1331
|
+
"configPath": {
|
|
1332
|
+
"description": "Path to dx.yml",
|
|
1333
|
+
"name": "configPath",
|
|
1302
1334
|
"hasDynamicHelp": false,
|
|
1303
|
-
"multiple":
|
|
1335
|
+
"multiple": false,
|
|
1304
1336
|
"type": "option"
|
|
1305
1337
|
},
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1338
|
+
"accessToken": {
|
|
1339
|
+
"description": "Access token for publishing.",
|
|
1340
|
+
"name": "accessToken",
|
|
1341
|
+
"hasDynamicHelp": false,
|
|
1342
|
+
"multiple": false,
|
|
1343
|
+
"type": "option"
|
|
1344
|
+
},
|
|
1345
|
+
"skipExisting": {
|
|
1346
|
+
"description": "Do not update content on KUBE if version already exists.",
|
|
1347
|
+
"name": "skipExisting",
|
|
1348
|
+
"allowNo": false,
|
|
1349
|
+
"type": "boolean"
|
|
1350
|
+
},
|
|
1351
|
+
"version": {
|
|
1352
|
+
"description": "Version of modules to publish.",
|
|
1353
|
+
"name": "version",
|
|
1309
1354
|
"hasDynamicHelp": false,
|
|
1310
1355
|
"multiple": false,
|
|
1311
1356
|
"type": "option"
|
|
@@ -1313,10 +1358,11 @@
|
|
|
1313
1358
|
},
|
|
1314
1359
|
"hasDynamicHelp": false,
|
|
1315
1360
|
"hiddenAliases": [],
|
|
1316
|
-
"id": "
|
|
1361
|
+
"id": "app:publish",
|
|
1317
1362
|
"pluginAlias": "@dxos/cli",
|
|
1318
1363
|
"pluginName": "@dxos/cli",
|
|
1319
1364
|
"pluginType": "core",
|
|
1365
|
+
"state": "deprecated",
|
|
1320
1366
|
"strict": true,
|
|
1321
1367
|
"enableJsonFlag": true,
|
|
1322
1368
|
"isESM": false,
|
|
@@ -1324,20 +1370,13 @@
|
|
|
1324
1370
|
"dist",
|
|
1325
1371
|
"src",
|
|
1326
1372
|
"commands",
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1373
|
+
"app",
|
|
1374
|
+
"publish.js"
|
|
1329
1375
|
]
|
|
1330
1376
|
},
|
|
1331
|
-
"
|
|
1377
|
+
"composer:base": {
|
|
1332
1378
|
"aliases": [],
|
|
1333
|
-
"args": {
|
|
1334
|
-
"name": {
|
|
1335
|
-
"description": "App name.",
|
|
1336
|
-
"name": "name",
|
|
1337
|
-
"required": true
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1340
|
-
"description": "Manage applications (deprecated).",
|
|
1379
|
+
"args": {},
|
|
1341
1380
|
"flags": {
|
|
1342
1381
|
"json": {
|
|
1343
1382
|
"description": "Output as JSON.",
|
|
@@ -1427,43 +1466,14 @@
|
|
|
1427
1466
|
"hasDynamicHelp": false,
|
|
1428
1467
|
"multiple": false,
|
|
1429
1468
|
"type": "option"
|
|
1430
|
-
},
|
|
1431
|
-
"tag": {
|
|
1432
|
-
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
1433
|
-
"name": "tag",
|
|
1434
|
-
"hasDynamicHelp": false,
|
|
1435
|
-
"multiple": false,
|
|
1436
|
-
"type": "option"
|
|
1437
|
-
},
|
|
1438
|
-
"template": {
|
|
1439
|
-
"char": "t",
|
|
1440
|
-
"description": "Template to use when creating the project.",
|
|
1441
|
-
"name": "template",
|
|
1442
|
-
"default": "hello",
|
|
1443
|
-
"hasDynamicHelp": false,
|
|
1444
|
-
"multiple": false,
|
|
1445
|
-
"options": [
|
|
1446
|
-
"hello",
|
|
1447
|
-
"bare",
|
|
1448
|
-
"tasks"
|
|
1449
|
-
],
|
|
1450
|
-
"type": "option"
|
|
1451
|
-
},
|
|
1452
|
-
"interactive": {
|
|
1453
|
-
"char": "i",
|
|
1454
|
-
"description": "Customize app template options via interactive prompt.",
|
|
1455
|
-
"name": "interactive",
|
|
1456
|
-
"allowNo": false,
|
|
1457
|
-
"type": "boolean"
|
|
1458
1469
|
}
|
|
1459
1470
|
},
|
|
1460
1471
|
"hasDynamicHelp": false,
|
|
1461
1472
|
"hiddenAliases": [],
|
|
1462
|
-
"id": "
|
|
1473
|
+
"id": "composer:base",
|
|
1463
1474
|
"pluginAlias": "@dxos/cli",
|
|
1464
1475
|
"pluginName": "@dxos/cli",
|
|
1465
1476
|
"pluginType": "core",
|
|
1466
|
-
"state": "deprecated",
|
|
1467
1477
|
"strict": true,
|
|
1468
1478
|
"enableJsonFlag": true,
|
|
1469
1479
|
"isESM": false,
|
|
@@ -1471,14 +1481,19 @@
|
|
|
1471
1481
|
"dist",
|
|
1472
1482
|
"src",
|
|
1473
1483
|
"commands",
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1484
|
+
"composer",
|
|
1485
|
+
"base.js"
|
|
1476
1486
|
]
|
|
1477
1487
|
},
|
|
1478
|
-
"
|
|
1488
|
+
"composer:import": {
|
|
1479
1489
|
"aliases": [],
|
|
1480
|
-
"args": {
|
|
1481
|
-
|
|
1490
|
+
"args": {
|
|
1491
|
+
"file": {
|
|
1492
|
+
"name": "file",
|
|
1493
|
+
"required": true
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"description": "Import ECHO objects.",
|
|
1482
1497
|
"flags": {
|
|
1483
1498
|
"json": {
|
|
1484
1499
|
"description": "Output as JSON.",
|
|
@@ -1568,15 +1583,21 @@
|
|
|
1568
1583
|
"hasDynamicHelp": false,
|
|
1569
1584
|
"multiple": false,
|
|
1570
1585
|
"type": "option"
|
|
1586
|
+
},
|
|
1587
|
+
"key": {
|
|
1588
|
+
"description": "Space key(s) head in hex.",
|
|
1589
|
+
"name": "key",
|
|
1590
|
+
"hasDynamicHelp": false,
|
|
1591
|
+
"multiple": true,
|
|
1592
|
+
"type": "option"
|
|
1571
1593
|
}
|
|
1572
1594
|
},
|
|
1573
1595
|
"hasDynamicHelp": false,
|
|
1574
1596
|
"hiddenAliases": [],
|
|
1575
|
-
"id": "
|
|
1597
|
+
"id": "composer:import",
|
|
1576
1598
|
"pluginAlias": "@dxos/cli",
|
|
1577
1599
|
"pluginName": "@dxos/cli",
|
|
1578
1600
|
"pluginType": "core",
|
|
1579
|
-
"state": "deprecated",
|
|
1580
1601
|
"strict": true,
|
|
1581
1602
|
"enableJsonFlag": true,
|
|
1582
1603
|
"isESM": false,
|
|
@@ -1584,20 +1605,14 @@
|
|
|
1584
1605
|
"dist",
|
|
1585
1606
|
"src",
|
|
1586
1607
|
"commands",
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1608
|
+
"composer",
|
|
1609
|
+
"import.js"
|
|
1589
1610
|
]
|
|
1590
1611
|
},
|
|
1591
|
-
"
|
|
1612
|
+
"composer:query": {
|
|
1592
1613
|
"aliases": [],
|
|
1593
|
-
"args": {
|
|
1594
|
-
|
|
1595
|
-
"description": "App URL.",
|
|
1596
|
-
"name": "url",
|
|
1597
|
-
"required": true
|
|
1598
|
-
}
|
|
1599
|
-
},
|
|
1600
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1614
|
+
"args": {},
|
|
1615
|
+
"description": "Query database.",
|
|
1601
1616
|
"flags": {
|
|
1602
1617
|
"json": {
|
|
1603
1618
|
"description": "Output as JSON.",
|
|
@@ -1688,28 +1703,27 @@
|
|
|
1688
1703
|
"multiple": false,
|
|
1689
1704
|
"type": "option"
|
|
1690
1705
|
},
|
|
1691
|
-
"
|
|
1692
|
-
"description": "
|
|
1693
|
-
"name": "
|
|
1694
|
-
"default": 1,
|
|
1706
|
+
"key": {
|
|
1707
|
+
"description": "Space key(s) head in hex.",
|
|
1708
|
+
"name": "key",
|
|
1695
1709
|
"hasDynamicHelp": false,
|
|
1696
|
-
"multiple":
|
|
1710
|
+
"multiple": true,
|
|
1697
1711
|
"type": "option"
|
|
1698
1712
|
},
|
|
1699
|
-
"
|
|
1700
|
-
"description": "
|
|
1701
|
-
"name": "
|
|
1702
|
-
"
|
|
1703
|
-
"
|
|
1713
|
+
"type": {
|
|
1714
|
+
"description": "Data type.",
|
|
1715
|
+
"name": "type",
|
|
1716
|
+
"hasDynamicHelp": false,
|
|
1717
|
+
"multiple": false,
|
|
1718
|
+
"type": "option"
|
|
1704
1719
|
}
|
|
1705
1720
|
},
|
|
1706
1721
|
"hasDynamicHelp": false,
|
|
1707
1722
|
"hiddenAliases": [],
|
|
1708
|
-
"id": "
|
|
1723
|
+
"id": "composer:query",
|
|
1709
1724
|
"pluginAlias": "@dxos/cli",
|
|
1710
1725
|
"pluginName": "@dxos/cli",
|
|
1711
1726
|
"pluginType": "core",
|
|
1712
|
-
"state": "deprecated",
|
|
1713
1727
|
"strict": true,
|
|
1714
1728
|
"enableJsonFlag": true,
|
|
1715
1729
|
"isESM": false,
|
|
@@ -1717,14 +1731,14 @@
|
|
|
1717
1731
|
"dist",
|
|
1718
1732
|
"src",
|
|
1719
1733
|
"commands",
|
|
1720
|
-
"
|
|
1721
|
-
"
|
|
1734
|
+
"composer",
|
|
1735
|
+
"query.js"
|
|
1722
1736
|
]
|
|
1723
1737
|
},
|
|
1724
|
-
"
|
|
1738
|
+
"composer:upload": {
|
|
1725
1739
|
"aliases": [],
|
|
1726
1740
|
"args": {},
|
|
1727
|
-
"description": "
|
|
1741
|
+
"description": "Upload IPFS file.",
|
|
1728
1742
|
"flags": {
|
|
1729
1743
|
"json": {
|
|
1730
1744
|
"description": "Output as JSON.",
|
|
@@ -1815,29 +1829,16 @@
|
|
|
1815
1829
|
"multiple": false,
|
|
1816
1830
|
"type": "option"
|
|
1817
1831
|
},
|
|
1818
|
-
"
|
|
1819
|
-
"description": "
|
|
1820
|
-
"name": "
|
|
1821
|
-
"hasDynamicHelp": false,
|
|
1822
|
-
"multiple": false,
|
|
1823
|
-
"type": "option"
|
|
1824
|
-
},
|
|
1825
|
-
"accessToken": {
|
|
1826
|
-
"description": "Access token for publishing.",
|
|
1827
|
-
"name": "accessToken",
|
|
1832
|
+
"key": {
|
|
1833
|
+
"description": "Space key(s) head in hex.",
|
|
1834
|
+
"name": "key",
|
|
1828
1835
|
"hasDynamicHelp": false,
|
|
1829
|
-
"multiple":
|
|
1836
|
+
"multiple": true,
|
|
1830
1837
|
"type": "option"
|
|
1831
1838
|
},
|
|
1832
|
-
"
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
1835
|
-
"allowNo": false,
|
|
1836
|
-
"type": "boolean"
|
|
1837
|
-
},
|
|
1838
|
-
"version": {
|
|
1839
|
-
"description": "Version of modules to publish.",
|
|
1840
|
-
"name": "version",
|
|
1839
|
+
"file": {
|
|
1840
|
+
"name": "file",
|
|
1841
|
+
"required": true,
|
|
1841
1842
|
"hasDynamicHelp": false,
|
|
1842
1843
|
"multiple": false,
|
|
1843
1844
|
"type": "option"
|
|
@@ -1845,11 +1846,10 @@
|
|
|
1845
1846
|
},
|
|
1846
1847
|
"hasDynamicHelp": false,
|
|
1847
1848
|
"hiddenAliases": [],
|
|
1848
|
-
"id": "
|
|
1849
|
+
"id": "composer:upload",
|
|
1849
1850
|
"pluginAlias": "@dxos/cli",
|
|
1850
1851
|
"pluginName": "@dxos/cli",
|
|
1851
1852
|
"pluginType": "core",
|
|
1852
|
-
"state": "deprecated",
|
|
1853
1853
|
"strict": true,
|
|
1854
1854
|
"enableJsonFlag": true,
|
|
1855
1855
|
"isESM": false,
|
|
@@ -1857,8 +1857,8 @@
|
|
|
1857
1857
|
"dist",
|
|
1858
1858
|
"src",
|
|
1859
1859
|
"commands",
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1860
|
+
"composer",
|
|
1861
|
+
"upload.js"
|
|
1862
1862
|
]
|
|
1863
1863
|
},
|
|
1864
1864
|
"config": {
|
|
@@ -5904,7 +5904,7 @@
|
|
|
5904
5904
|
"name": {
|
|
5905
5905
|
"description": "Tunnel name",
|
|
5906
5906
|
"name": "name",
|
|
5907
|
-
"default": "
|
|
5907
|
+
"default": "oscar-king-echo-tennis",
|
|
5908
5908
|
"hasDynamicHelp": false,
|
|
5909
5909
|
"multiple": false,
|
|
5910
5910
|
"type": "option"
|
|
@@ -6363,5 +6363,5 @@
|
|
|
6363
6363
|
]
|
|
6364
6364
|
}
|
|
6365
6365
|
},
|
|
6366
|
-
"version": "0.5.3-main.
|
|
6366
|
+
"version": "0.5.3-main.9a6cd60"
|
|
6367
6367
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.5.3-main.
|
|
3
|
+
"version": "0.5.3-main.9a6cd60",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -52,30 +52,30 @@
|
|
|
52
52
|
"uuid": "^8.3.2",
|
|
53
53
|
"ws": "^8.14.2",
|
|
54
54
|
"wtfnode": "^0.9.1",
|
|
55
|
-
"@braneframe/types": "0.5.3-main.
|
|
56
|
-
"@dxos/agent": "0.5.3-main.
|
|
57
|
-
"@dxos/async": "0.5.3-main.
|
|
58
|
-
"@dxos/bare-template": "0.5.3-main.
|
|
59
|
-
"@dxos/client": "0.5.3-main.
|
|
60
|
-
"@dxos/client-protocol": "0.5.3-main.
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/invariant": "0.5.3-main.
|
|
69
|
-
"@dxos/log": "0.5.3-main.
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/plate": "0.5.3-main.
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/random": "0.5.3-main.
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/rpc": "0.5.3-main.
|
|
77
|
-
"@dxos/tasks-template": "0.5.3-main.
|
|
78
|
-
"@dxos/util": "0.5.3-main.
|
|
55
|
+
"@braneframe/types": "0.5.3-main.9a6cd60",
|
|
56
|
+
"@dxos/agent": "0.5.3-main.9a6cd60",
|
|
57
|
+
"@dxos/async": "0.5.3-main.9a6cd60",
|
|
58
|
+
"@dxos/bare-template": "0.5.3-main.9a6cd60",
|
|
59
|
+
"@dxos/client": "0.5.3-main.9a6cd60",
|
|
60
|
+
"@dxos/client-protocol": "0.5.3-main.9a6cd60",
|
|
61
|
+
"@dxos/client-services": "0.5.3-main.9a6cd60",
|
|
62
|
+
"@dxos/config": "0.5.3-main.9a6cd60",
|
|
63
|
+
"@dxos/debug": "0.5.3-main.9a6cd60",
|
|
64
|
+
"@dxos/context": "0.5.3-main.9a6cd60",
|
|
65
|
+
"@dxos/echo-schema": "0.5.3-main.9a6cd60",
|
|
66
|
+
"@dxos/functions": "0.5.3-main.9a6cd60",
|
|
67
|
+
"@dxos/hello-template": "0.5.3-main.9a6cd60",
|
|
68
|
+
"@dxos/invariant": "0.5.3-main.9a6cd60",
|
|
69
|
+
"@dxos/log": "0.5.3-main.9a6cd60",
|
|
70
|
+
"@dxos/network-manager": "0.5.3-main.9a6cd60",
|
|
71
|
+
"@dxos/plate": "0.5.3-main.9a6cd60",
|
|
72
|
+
"@dxos/observability": "0.5.3-main.9a6cd60",
|
|
73
|
+
"@dxos/process": "0.5.3-main.9a6cd60",
|
|
74
|
+
"@dxos/random": "0.5.3-main.9a6cd60",
|
|
75
|
+
"@dxos/protocols": "0.5.3-main.9a6cd60",
|
|
76
|
+
"@dxos/rpc": "0.5.3-main.9a6cd60",
|
|
77
|
+
"@dxos/tasks-template": "0.5.3-main.9a6cd60",
|
|
78
|
+
"@dxos/util": "0.5.3-main.9a6cd60"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@oclif/test": "^3.2.15",
|