@dxos/cli 0.5.5 → 0.5.6-main.04fedb4
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 +149 -149
- package/package.json +28 -26
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,32 +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"
|
|
1186
1211
|
},
|
|
1187
|
-
"
|
|
1188
|
-
"
|
|
1212
|
+
"invite": {
|
|
1213
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
1214
|
+
"name": "invite",
|
|
1189
1215
|
"allowNo": false,
|
|
1190
1216
|
"type": "boolean"
|
|
1191
1217
|
}
|
|
1192
1218
|
},
|
|
1193
1219
|
"hasDynamicHelp": false,
|
|
1194
1220
|
"hiddenAliases": [],
|
|
1195
|
-
"id": "
|
|
1221
|
+
"id": "app:open",
|
|
1196
1222
|
"pluginAlias": "@dxos/cli",
|
|
1197
1223
|
"pluginName": "@dxos/cli",
|
|
1198
1224
|
"pluginType": "core",
|
|
1225
|
+
"state": "deprecated",
|
|
1199
1226
|
"strict": true,
|
|
1200
1227
|
"enableJsonFlag": true,
|
|
1201
1228
|
"isESM": false,
|
|
@@ -1203,14 +1230,14 @@
|
|
|
1203
1230
|
"dist",
|
|
1204
1231
|
"src",
|
|
1205
1232
|
"commands",
|
|
1206
|
-
"
|
|
1207
|
-
"
|
|
1233
|
+
"app",
|
|
1234
|
+
"open.js"
|
|
1208
1235
|
]
|
|
1209
1236
|
},
|
|
1210
|
-
"
|
|
1237
|
+
"app:publish": {
|
|
1211
1238
|
"aliases": [],
|
|
1212
1239
|
"args": {},
|
|
1213
|
-
"description": "
|
|
1240
|
+
"description": "Publish apps.",
|
|
1214
1241
|
"flags": {
|
|
1215
1242
|
"json": {
|
|
1216
1243
|
"description": "Output as JSON.",
|
|
@@ -1301,16 +1328,29 @@
|
|
|
1301
1328
|
"multiple": false,
|
|
1302
1329
|
"type": "option"
|
|
1303
1330
|
},
|
|
1304
|
-
"
|
|
1305
|
-
"description": "
|
|
1306
|
-
"name": "
|
|
1331
|
+
"configPath": {
|
|
1332
|
+
"description": "Path to dx.yml",
|
|
1333
|
+
"name": "configPath",
|
|
1307
1334
|
"hasDynamicHelp": false,
|
|
1308
|
-
"multiple":
|
|
1335
|
+
"multiple": false,
|
|
1309
1336
|
"type": "option"
|
|
1310
1337
|
},
|
|
1311
|
-
"
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
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",
|
|
1314
1354
|
"hasDynamicHelp": false,
|
|
1315
1355
|
"multiple": false,
|
|
1316
1356
|
"type": "option"
|
|
@@ -1318,10 +1358,11 @@
|
|
|
1318
1358
|
},
|
|
1319
1359
|
"hasDynamicHelp": false,
|
|
1320
1360
|
"hiddenAliases": [],
|
|
1321
|
-
"id": "
|
|
1361
|
+
"id": "app:publish",
|
|
1322
1362
|
"pluginAlias": "@dxos/cli",
|
|
1323
1363
|
"pluginName": "@dxos/cli",
|
|
1324
1364
|
"pluginType": "core",
|
|
1365
|
+
"state": "deprecated",
|
|
1325
1366
|
"strict": true,
|
|
1326
1367
|
"enableJsonFlag": true,
|
|
1327
1368
|
"isESM": false,
|
|
@@ -1329,20 +1370,13 @@
|
|
|
1329
1370
|
"dist",
|
|
1330
1371
|
"src",
|
|
1331
1372
|
"commands",
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1373
|
+
"app",
|
|
1374
|
+
"publish.js"
|
|
1334
1375
|
]
|
|
1335
1376
|
},
|
|
1336
|
-
"
|
|
1377
|
+
"composer:base": {
|
|
1337
1378
|
"aliases": [],
|
|
1338
|
-
"args": {
|
|
1339
|
-
"name": {
|
|
1340
|
-
"description": "App name.",
|
|
1341
|
-
"name": "name",
|
|
1342
|
-
"required": true
|
|
1343
|
-
}
|
|
1344
|
-
},
|
|
1345
|
-
"description": "Manage applications (deprecated).",
|
|
1379
|
+
"args": {},
|
|
1346
1380
|
"flags": {
|
|
1347
1381
|
"json": {
|
|
1348
1382
|
"description": "Output as JSON.",
|
|
@@ -1432,43 +1466,14 @@
|
|
|
1432
1466
|
"hasDynamicHelp": false,
|
|
1433
1467
|
"multiple": false,
|
|
1434
1468
|
"type": "option"
|
|
1435
|
-
},
|
|
1436
|
-
"tag": {
|
|
1437
|
-
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
1438
|
-
"name": "tag",
|
|
1439
|
-
"hasDynamicHelp": false,
|
|
1440
|
-
"multiple": false,
|
|
1441
|
-
"type": "option"
|
|
1442
|
-
},
|
|
1443
|
-
"template": {
|
|
1444
|
-
"char": "t",
|
|
1445
|
-
"description": "Template to use when creating the project.",
|
|
1446
|
-
"name": "template",
|
|
1447
|
-
"default": "hello",
|
|
1448
|
-
"hasDynamicHelp": false,
|
|
1449
|
-
"multiple": false,
|
|
1450
|
-
"options": [
|
|
1451
|
-
"hello",
|
|
1452
|
-
"bare",
|
|
1453
|
-
"tasks"
|
|
1454
|
-
],
|
|
1455
|
-
"type": "option"
|
|
1456
|
-
},
|
|
1457
|
-
"interactive": {
|
|
1458
|
-
"char": "i",
|
|
1459
|
-
"description": "Customize app template options via interactive prompt.",
|
|
1460
|
-
"name": "interactive",
|
|
1461
|
-
"allowNo": false,
|
|
1462
|
-
"type": "boolean"
|
|
1463
1469
|
}
|
|
1464
1470
|
},
|
|
1465
1471
|
"hasDynamicHelp": false,
|
|
1466
1472
|
"hiddenAliases": [],
|
|
1467
|
-
"id": "
|
|
1473
|
+
"id": "composer:base",
|
|
1468
1474
|
"pluginAlias": "@dxos/cli",
|
|
1469
1475
|
"pluginName": "@dxos/cli",
|
|
1470
1476
|
"pluginType": "core",
|
|
1471
|
-
"state": "deprecated",
|
|
1472
1477
|
"strict": true,
|
|
1473
1478
|
"enableJsonFlag": true,
|
|
1474
1479
|
"isESM": false,
|
|
@@ -1476,14 +1481,19 @@
|
|
|
1476
1481
|
"dist",
|
|
1477
1482
|
"src",
|
|
1478
1483
|
"commands",
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1484
|
+
"composer",
|
|
1485
|
+
"base.js"
|
|
1481
1486
|
]
|
|
1482
1487
|
},
|
|
1483
|
-
"
|
|
1488
|
+
"composer:import": {
|
|
1484
1489
|
"aliases": [],
|
|
1485
|
-
"args": {
|
|
1486
|
-
|
|
1490
|
+
"args": {
|
|
1491
|
+
"file": {
|
|
1492
|
+
"name": "file",
|
|
1493
|
+
"required": true
|
|
1494
|
+
}
|
|
1495
|
+
},
|
|
1496
|
+
"description": "Import ECHO objects.",
|
|
1487
1497
|
"flags": {
|
|
1488
1498
|
"json": {
|
|
1489
1499
|
"description": "Output as JSON.",
|
|
@@ -1573,15 +1583,21 @@
|
|
|
1573
1583
|
"hasDynamicHelp": false,
|
|
1574
1584
|
"multiple": false,
|
|
1575
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"
|
|
1576
1593
|
}
|
|
1577
1594
|
},
|
|
1578
1595
|
"hasDynamicHelp": false,
|
|
1579
1596
|
"hiddenAliases": [],
|
|
1580
|
-
"id": "
|
|
1597
|
+
"id": "composer:import",
|
|
1581
1598
|
"pluginAlias": "@dxos/cli",
|
|
1582
1599
|
"pluginName": "@dxos/cli",
|
|
1583
1600
|
"pluginType": "core",
|
|
1584
|
-
"state": "deprecated",
|
|
1585
1601
|
"strict": true,
|
|
1586
1602
|
"enableJsonFlag": true,
|
|
1587
1603
|
"isESM": false,
|
|
@@ -1589,20 +1605,14 @@
|
|
|
1589
1605
|
"dist",
|
|
1590
1606
|
"src",
|
|
1591
1607
|
"commands",
|
|
1592
|
-
"
|
|
1593
|
-
"
|
|
1608
|
+
"composer",
|
|
1609
|
+
"import.js"
|
|
1594
1610
|
]
|
|
1595
1611
|
},
|
|
1596
|
-
"
|
|
1612
|
+
"composer:query": {
|
|
1597
1613
|
"aliases": [],
|
|
1598
|
-
"args": {
|
|
1599
|
-
|
|
1600
|
-
"description": "App URL.",
|
|
1601
|
-
"name": "url",
|
|
1602
|
-
"required": true
|
|
1603
|
-
}
|
|
1604
|
-
},
|
|
1605
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1614
|
+
"args": {},
|
|
1615
|
+
"description": "Query database.",
|
|
1606
1616
|
"flags": {
|
|
1607
1617
|
"json": {
|
|
1608
1618
|
"description": "Output as JSON.",
|
|
@@ -1693,28 +1703,32 @@
|
|
|
1693
1703
|
"multiple": false,
|
|
1694
1704
|
"type": "option"
|
|
1695
1705
|
},
|
|
1696
|
-
"
|
|
1697
|
-
"description": "
|
|
1698
|
-
"name": "
|
|
1699
|
-
"
|
|
1706
|
+
"key": {
|
|
1707
|
+
"description": "Space key(s) head in hex.",
|
|
1708
|
+
"name": "key",
|
|
1709
|
+
"hasDynamicHelp": false,
|
|
1710
|
+
"multiple": true,
|
|
1711
|
+
"type": "option"
|
|
1712
|
+
},
|
|
1713
|
+
"type": {
|
|
1714
|
+
"description": "Data type.",
|
|
1715
|
+
"name": "type",
|
|
1700
1716
|
"hasDynamicHelp": false,
|
|
1701
1717
|
"multiple": false,
|
|
1702
1718
|
"type": "option"
|
|
1703
1719
|
},
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"name": "invite",
|
|
1720
|
+
"extended": {
|
|
1721
|
+
"name": "extended",
|
|
1707
1722
|
"allowNo": false,
|
|
1708
1723
|
"type": "boolean"
|
|
1709
1724
|
}
|
|
1710
1725
|
},
|
|
1711
1726
|
"hasDynamicHelp": false,
|
|
1712
1727
|
"hiddenAliases": [],
|
|
1713
|
-
"id": "
|
|
1728
|
+
"id": "composer:query",
|
|
1714
1729
|
"pluginAlias": "@dxos/cli",
|
|
1715
1730
|
"pluginName": "@dxos/cli",
|
|
1716
1731
|
"pluginType": "core",
|
|
1717
|
-
"state": "deprecated",
|
|
1718
1732
|
"strict": true,
|
|
1719
1733
|
"enableJsonFlag": true,
|
|
1720
1734
|
"isESM": false,
|
|
@@ -1722,14 +1736,14 @@
|
|
|
1722
1736
|
"dist",
|
|
1723
1737
|
"src",
|
|
1724
1738
|
"commands",
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1739
|
+
"composer",
|
|
1740
|
+
"query.js"
|
|
1727
1741
|
]
|
|
1728
1742
|
},
|
|
1729
|
-
"
|
|
1743
|
+
"composer:upload": {
|
|
1730
1744
|
"aliases": [],
|
|
1731
1745
|
"args": {},
|
|
1732
|
-
"description": "
|
|
1746
|
+
"description": "Upload IPFS file.",
|
|
1733
1747
|
"flags": {
|
|
1734
1748
|
"json": {
|
|
1735
1749
|
"description": "Output as JSON.",
|
|
@@ -1820,29 +1834,16 @@
|
|
|
1820
1834
|
"multiple": false,
|
|
1821
1835
|
"type": "option"
|
|
1822
1836
|
},
|
|
1823
|
-
"
|
|
1824
|
-
"description": "
|
|
1825
|
-
"name": "
|
|
1826
|
-
"hasDynamicHelp": false,
|
|
1827
|
-
"multiple": false,
|
|
1828
|
-
"type": "option"
|
|
1829
|
-
},
|
|
1830
|
-
"accessToken": {
|
|
1831
|
-
"description": "Access token for publishing.",
|
|
1832
|
-
"name": "accessToken",
|
|
1837
|
+
"key": {
|
|
1838
|
+
"description": "Space key(s) head in hex.",
|
|
1839
|
+
"name": "key",
|
|
1833
1840
|
"hasDynamicHelp": false,
|
|
1834
|
-
"multiple":
|
|
1841
|
+
"multiple": true,
|
|
1835
1842
|
"type": "option"
|
|
1836
1843
|
},
|
|
1837
|
-
"
|
|
1838
|
-
"
|
|
1839
|
-
"
|
|
1840
|
-
"allowNo": false,
|
|
1841
|
-
"type": "boolean"
|
|
1842
|
-
},
|
|
1843
|
-
"version": {
|
|
1844
|
-
"description": "Version of modules to publish.",
|
|
1845
|
-
"name": "version",
|
|
1844
|
+
"file": {
|
|
1845
|
+
"name": "file",
|
|
1846
|
+
"required": true,
|
|
1846
1847
|
"hasDynamicHelp": false,
|
|
1847
1848
|
"multiple": false,
|
|
1848
1849
|
"type": "option"
|
|
@@ -1850,11 +1851,10 @@
|
|
|
1850
1851
|
},
|
|
1851
1852
|
"hasDynamicHelp": false,
|
|
1852
1853
|
"hiddenAliases": [],
|
|
1853
|
-
"id": "
|
|
1854
|
+
"id": "composer:upload",
|
|
1854
1855
|
"pluginAlias": "@dxos/cli",
|
|
1855
1856
|
"pluginName": "@dxos/cli",
|
|
1856
1857
|
"pluginType": "core",
|
|
1857
|
-
"state": "deprecated",
|
|
1858
1858
|
"strict": true,
|
|
1859
1859
|
"enableJsonFlag": true,
|
|
1860
1860
|
"isESM": false,
|
|
@@ -1862,8 +1862,8 @@
|
|
|
1862
1862
|
"dist",
|
|
1863
1863
|
"src",
|
|
1864
1864
|
"commands",
|
|
1865
|
-
"
|
|
1866
|
-
"
|
|
1865
|
+
"composer",
|
|
1866
|
+
"upload.js"
|
|
1867
1867
|
]
|
|
1868
1868
|
},
|
|
1869
1869
|
"config": {
|
|
@@ -6045,7 +6045,7 @@
|
|
|
6045
6045
|
"name": {
|
|
6046
6046
|
"description": "Tunnel name",
|
|
6047
6047
|
"name": "name",
|
|
6048
|
-
"default": "
|
|
6048
|
+
"default": "arizona-helium-utah-pip",
|
|
6049
6049
|
"hasDynamicHelp": false,
|
|
6050
6050
|
"multiple": false,
|
|
6051
6051
|
"type": "option"
|
|
@@ -6504,5 +6504,5 @@
|
|
|
6504
6504
|
]
|
|
6505
6505
|
}
|
|
6506
6506
|
},
|
|
6507
|
-
"version": "0.5.
|
|
6507
|
+
"version": "0.5.6-main.04fedb4"
|
|
6508
6508
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6-main.04fedb4",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -52,32 +52,33 @@
|
|
|
52
52
|
"uuid": "^8.3.2",
|
|
53
53
|
"ws": "^8.14.2",
|
|
54
54
|
"wtfnode": "^0.9.1",
|
|
55
|
-
"@braneframe/types": "0.5.
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/bare-template": "0.5.
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/client
|
|
60
|
-
"@dxos/client": "0.5.
|
|
61
|
-
"@dxos/client-services": "0.5.
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/echo-schema": "0.5.
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/log": "0.5.
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/
|
|
75
|
-
"@dxos/random": "0.5.
|
|
76
|
-
"@dxos/rpc": "0.5.
|
|
77
|
-
"@dxos/tasks-template": "0.5.
|
|
78
|
-
"@dxos/util": "0.5.
|
|
55
|
+
"@braneframe/types": "0.5.6-main.04fedb4",
|
|
56
|
+
"@dxos/agent": "0.5.6-main.04fedb4",
|
|
57
|
+
"@dxos/bare-template": "0.5.6-main.04fedb4",
|
|
58
|
+
"@dxos/async": "0.5.6-main.04fedb4",
|
|
59
|
+
"@dxos/client": "0.5.6-main.04fedb4",
|
|
60
|
+
"@dxos/client-protocol": "0.5.6-main.04fedb4",
|
|
61
|
+
"@dxos/client-services": "0.5.6-main.04fedb4",
|
|
62
|
+
"@dxos/config": "0.5.6-main.04fedb4",
|
|
63
|
+
"@dxos/context": "0.5.6-main.04fedb4",
|
|
64
|
+
"@dxos/debug": "0.5.6-main.04fedb4",
|
|
65
|
+
"@dxos/echo-schema": "0.5.6-main.04fedb4",
|
|
66
|
+
"@dxos/functions": "0.5.6-main.04fedb4",
|
|
67
|
+
"@dxos/hello-template": "0.5.6-main.04fedb4",
|
|
68
|
+
"@dxos/network-manager": "0.5.6-main.04fedb4",
|
|
69
|
+
"@dxos/log": "0.5.6-main.04fedb4",
|
|
70
|
+
"@dxos/observability": "0.5.6-main.04fedb4",
|
|
71
|
+
"@dxos/plate": "0.5.6-main.04fedb4",
|
|
72
|
+
"@dxos/invariant": "0.5.6-main.04fedb4",
|
|
73
|
+
"@dxos/process": "0.5.6-main.04fedb4",
|
|
74
|
+
"@dxos/protocols": "0.5.6-main.04fedb4",
|
|
75
|
+
"@dxos/random": "0.5.6-main.04fedb4",
|
|
76
|
+
"@dxos/rpc": "0.5.6-main.04fedb4",
|
|
77
|
+
"@dxos/tasks-template": "0.5.6-main.04fedb4",
|
|
78
|
+
"@dxos/util": "0.5.6-main.04fedb4"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
+
"@effect/schema": "^0.67.16",
|
|
81
82
|
"@oclif/test": "^3.2.15",
|
|
82
83
|
"@phosphor-icons/react": "^2.1.5",
|
|
83
84
|
"@types/cli-progress": "^3.11.0",
|
|
@@ -88,7 +89,8 @@
|
|
|
88
89
|
"@types/node-fetch": "^2.5.10",
|
|
89
90
|
"@types/platform": "^1.3.4",
|
|
90
91
|
"@types/react-dom": "^18.0.6",
|
|
91
|
-
"
|
|
92
|
+
"effect": "^3.2.7",
|
|
93
|
+
"fast-check": "^3.19.0",
|
|
92
94
|
"oclif": "^4.10.11",
|
|
93
95
|
"prettier": "^3.2.4",
|
|
94
96
|
"shx": "^0.3.3",
|