@dxos/cli 0.6.14-staging.9e90729 → 0.6.14-staging.a52de51
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/bin/dx.js +8 -3
- package/dist/src/commands/space/schema/list.js +1 -1
- package/dist/src/commands/space/schema/list.js.map +1 -1
- package/oclif.manifest.json +106 -106
- package/package.json +29 -29
package/bin/dx.js
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
#!/usr/bin/env -S node --
|
|
1
|
+
#!/usr/bin/env -S node --no-warnings
|
|
2
2
|
|
|
3
3
|
// Note: `npm publish` or `pnpm deploy` will change the default depending on the DX_ENVIRONMENT at time of invocation.
|
|
4
4
|
//
|
|
5
5
|
// Copyright 2024 DXOS.org
|
|
6
6
|
//
|
|
7
7
|
|
|
8
|
-
import {
|
|
8
|
+
import { register } from 'module';
|
|
9
|
+
import { argv } from 'process';
|
|
10
|
+
|
|
11
|
+
register('extensionless', import.meta.url, { parentURL: import.meta.url, data: { argv1: argv[1] } });
|
|
12
|
+
|
|
13
|
+
const oclif = await import('@oclif/core');
|
|
9
14
|
|
|
10
15
|
process.env.DX_ENVIRONMENT ??= 'development';
|
|
11
16
|
|
|
12
|
-
await execute({ dir: import.meta.url });
|
|
17
|
+
await oclif.execute({ dir: import.meta.url });
|
|
@@ -13,7 +13,7 @@ class List extends BaseCommand {
|
|
|
13
13
|
return await this.execWithClient(async ({ client }) => {
|
|
14
14
|
const space = await this.getSpace(client, key);
|
|
15
15
|
const typenameFilter = createTypenameFilter(this.flags.typename);
|
|
16
|
-
const schemas = (await space.db.
|
|
16
|
+
const schemas = (await space.db.schemaRegistry.listAll()).filter(typenameFilter);
|
|
17
17
|
printSchema(schemas, this.flags);
|
|
18
18
|
});
|
|
19
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../../src/commands/space/schema/list.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAEF,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAmB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGrE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,8CAA8C;AAE9C,MAAqB,IAAK,SAAQ,WAAwB;IAcxD,KAAK,CAAC,GAAG;QACP,MAAM,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC;QAC1B,OAAO,MAAM,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;YACpD,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;YAC/C,MAAM,cAAc,GAAG,oBAAoB,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;YACjE,MAAM,OAAO,GAAG,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../../src/commands/space/schema/list.ts"],"names":[],"mappings":"AAAA,EAAE;AACF,0BAA0B;AAC1B,EAAE;;AAEF,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAmB,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGrE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,8CAA8C;AAE9C,MAAqB,IAAK,SAAQ,WAAwB;IAcxD,KAAK,CAAC,GAAG;QACP,MAAM,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC;QAC1B,OAAO,MAAM,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE;YACpD,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;YAC/C,MAAM,cAAc,GAAG,oBAAoB,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;YACjE,MAAM,OAAO,GAAG,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;YACjF,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,KAAY,CAAC,CAAC;QAC1C,CAAC,CAAC,CAAC;IACL,CAAC;;;AArBe,mBAAc,GAAG,IAAI,AAAP,CAAQ;AAEtC;IACE,GAAK,WAAW,GAAG,cAAc,CAAC;AACpC,CAAC,GAAA,CAAA;AAEe,UAAK,GAAG;IACtB,GAAG,WAAW,CAAC,KAAK;IACpB,GAAG,WAAW;IACd,GAAG,eAAe;IAClB,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,6BAA6B,EAAE,CAAC;CAC3F,AALoB,CAKnB;eAZiB,IAAI;AAyBzB,MAAM,oBAAoB,GAAG,CAAC,cAAuB,EAAE,EAAE;IACvD,IAAI,CAAC,cAAc,EAAE,CAAC;QACpB,OAAO,GAAG,EAAE,CAAC,IAAI,CAAC;IACpB,CAAC;IAED,OAAO,CAAC,MAAoB,EAAE,EAAE,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,QAAQ,CAAC,cAAc,CAAC,WAAW,EAAE,CAAC,CAAC;AACxG,CAAC,CAAC;AAEF,oCAAoC;AACpC,MAAM,WAAW,GAAG,CAAC,OAAuB,EAAE,QAAoB,EAAE,EAAE,EAAE;IACtE,EAAE,CAAC,MAAM,CACP,KAAK,CACH,OAAO,EACP;QACE,EAAE,EAAE;YACF,QAAQ,EAAE,IAAI;SACf;QACD,QAAQ,EAAE,EAAE;QACZ,OAAO,EAAE,EAAE;KACZ,EACD,KAAK,CACN,CACF,CAAC;AACJ,CAAC,CAAC"}
|
package/oclif.manifest.json
CHANGED
|
@@ -839,16 +839,10 @@
|
|
|
839
839
|
"stop.js"
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
-
"
|
|
842
|
+
"config": {
|
|
843
843
|
"aliases": [],
|
|
844
|
-
"args": {
|
|
845
|
-
|
|
846
|
-
"description": "App name.",
|
|
847
|
-
"name": "name",
|
|
848
|
-
"required": true
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"description": "Create template applications.",
|
|
844
|
+
"args": {},
|
|
845
|
+
"description": "Show config file.",
|
|
852
846
|
"flags": {
|
|
853
847
|
"json": {
|
|
854
848
|
"description": "Output as JSON.",
|
|
@@ -932,56 +926,35 @@
|
|
|
932
926
|
"hasDynamicHelp": false,
|
|
933
927
|
"multiple": false,
|
|
934
928
|
"type": "option"
|
|
935
|
-
},
|
|
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"
|
|
942
|
-
},
|
|
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",
|
|
961
|
-
"allowNo": false,
|
|
962
|
-
"type": "boolean"
|
|
963
929
|
}
|
|
964
930
|
},
|
|
965
931
|
"hasDynamicHelp": false,
|
|
966
932
|
"hiddenAliases": [],
|
|
967
|
-
"id": "
|
|
933
|
+
"id": "config",
|
|
968
934
|
"pluginAlias": "@dxos/cli",
|
|
969
935
|
"pluginName": "@dxos/cli",
|
|
970
936
|
"pluginType": "core",
|
|
971
937
|
"strict": true,
|
|
938
|
+
"enableJsonFlag": true,
|
|
972
939
|
"isESM": true,
|
|
973
940
|
"relativePath": [
|
|
974
941
|
"dist",
|
|
975
942
|
"src",
|
|
976
943
|
"commands",
|
|
977
|
-
"
|
|
978
|
-
"
|
|
944
|
+
"config",
|
|
945
|
+
"index.js"
|
|
979
946
|
]
|
|
980
947
|
},
|
|
981
|
-
"app:
|
|
948
|
+
"app:create": {
|
|
982
949
|
"aliases": [],
|
|
983
|
-
"args": {
|
|
984
|
-
|
|
950
|
+
"args": {
|
|
951
|
+
"name": {
|
|
952
|
+
"description": "App name.",
|
|
953
|
+
"name": "name",
|
|
954
|
+
"required": true
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
"description": "Create template applications.",
|
|
985
958
|
"flags": {
|
|
986
959
|
"json": {
|
|
987
960
|
"description": "Output as JSON.",
|
|
@@ -1066,41 +1039,55 @@
|
|
|
1066
1039
|
"multiple": false,
|
|
1067
1040
|
"type": "option"
|
|
1068
1041
|
},
|
|
1069
|
-
"
|
|
1070
|
-
"description": "
|
|
1071
|
-
"name": "
|
|
1042
|
+
"tag": {
|
|
1043
|
+
"description": "Git tag or branch of the DXOS repo to checkout.",
|
|
1044
|
+
"name": "tag",
|
|
1045
|
+
"hasDynamicHelp": false,
|
|
1046
|
+
"multiple": false,
|
|
1047
|
+
"type": "option"
|
|
1048
|
+
},
|
|
1049
|
+
"template": {
|
|
1050
|
+
"char": "t",
|
|
1051
|
+
"description": "Template to use when creating the project.",
|
|
1052
|
+
"name": "template",
|
|
1053
|
+
"default": "hello",
|
|
1054
|
+
"hasDynamicHelp": false,
|
|
1055
|
+
"multiple": false,
|
|
1056
|
+
"options": [
|
|
1057
|
+
"hello",
|
|
1058
|
+
"bare",
|
|
1059
|
+
"tasks"
|
|
1060
|
+
],
|
|
1061
|
+
"type": "option"
|
|
1062
|
+
},
|
|
1063
|
+
"interactive": {
|
|
1064
|
+
"char": "i",
|
|
1065
|
+
"description": "Customize app template options via interactive prompt.",
|
|
1066
|
+
"name": "interactive",
|
|
1072
1067
|
"allowNo": false,
|
|
1073
1068
|
"type": "boolean"
|
|
1074
1069
|
}
|
|
1075
1070
|
},
|
|
1076
1071
|
"hasDynamicHelp": false,
|
|
1077
1072
|
"hiddenAliases": [],
|
|
1078
|
-
"id": "app:
|
|
1073
|
+
"id": "app:create",
|
|
1079
1074
|
"pluginAlias": "@dxos/cli",
|
|
1080
1075
|
"pluginName": "@dxos/cli",
|
|
1081
1076
|
"pluginType": "core",
|
|
1082
|
-
"state": "deprecated",
|
|
1083
1077
|
"strict": true,
|
|
1084
|
-
"enableJsonFlag": true,
|
|
1085
1078
|
"isESM": true,
|
|
1086
1079
|
"relativePath": [
|
|
1087
1080
|
"dist",
|
|
1088
1081
|
"src",
|
|
1089
1082
|
"commands",
|
|
1090
1083
|
"app",
|
|
1091
|
-
"
|
|
1084
|
+
"create.js"
|
|
1092
1085
|
]
|
|
1093
1086
|
},
|
|
1094
|
-
"app:
|
|
1087
|
+
"app:list": {
|
|
1095
1088
|
"aliases": [],
|
|
1096
|
-
"args": {
|
|
1097
|
-
|
|
1098
|
-
"description": "App URL.",
|
|
1099
|
-
"name": "url",
|
|
1100
|
-
"required": true
|
|
1101
|
-
}
|
|
1102
|
-
},
|
|
1103
|
-
"description": "Opens app with provided url and process device invitation.",
|
|
1089
|
+
"args": {},
|
|
1090
|
+
"description": "List apps (deprecated).",
|
|
1104
1091
|
"flags": {
|
|
1105
1092
|
"json": {
|
|
1106
1093
|
"description": "Output as JSON.",
|
|
@@ -1185,27 +1172,20 @@
|
|
|
1185
1172
|
"multiple": false,
|
|
1186
1173
|
"type": "option"
|
|
1187
1174
|
},
|
|
1188
|
-
"
|
|
1189
|
-
"description": "
|
|
1190
|
-
"name": "
|
|
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",
|
|
1175
|
+
"extended": {
|
|
1176
|
+
"description": "Show extended table columns.",
|
|
1177
|
+
"name": "extended",
|
|
1199
1178
|
"allowNo": false,
|
|
1200
1179
|
"type": "boolean"
|
|
1201
1180
|
}
|
|
1202
1181
|
},
|
|
1203
1182
|
"hasDynamicHelp": false,
|
|
1204
1183
|
"hiddenAliases": [],
|
|
1205
|
-
"id": "app:
|
|
1184
|
+
"id": "app:list",
|
|
1206
1185
|
"pluginAlias": "@dxos/cli",
|
|
1207
1186
|
"pluginName": "@dxos/cli",
|
|
1208
1187
|
"pluginType": "core",
|
|
1188
|
+
"state": "deprecated",
|
|
1209
1189
|
"strict": true,
|
|
1210
1190
|
"enableJsonFlag": true,
|
|
1211
1191
|
"isESM": true,
|
|
@@ -1214,13 +1194,19 @@
|
|
|
1214
1194
|
"src",
|
|
1215
1195
|
"commands",
|
|
1216
1196
|
"app",
|
|
1217
|
-
"
|
|
1197
|
+
"list.js"
|
|
1218
1198
|
]
|
|
1219
1199
|
},
|
|
1220
|
-
"app:
|
|
1200
|
+
"app:open": {
|
|
1221
1201
|
"aliases": [],
|
|
1222
|
-
"args": {
|
|
1223
|
-
|
|
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.",
|
|
1224
1210
|
"flags": {
|
|
1225
1211
|
"json": {
|
|
1226
1212
|
"description": "Output as JSON.",
|
|
@@ -1305,55 +1291,42 @@
|
|
|
1305
1291
|
"multiple": false,
|
|
1306
1292
|
"type": "option"
|
|
1307
1293
|
},
|
|
1308
|
-
"
|
|
1309
|
-
"description": "
|
|
1310
|
-
"name": "
|
|
1311
|
-
"
|
|
1312
|
-
"multiple": false,
|
|
1313
|
-
"type": "option"
|
|
1314
|
-
},
|
|
1315
|
-
"accessToken": {
|
|
1316
|
-
"description": "Access token for publishing.",
|
|
1317
|
-
"name": "accessToken",
|
|
1294
|
+
"instances": {
|
|
1295
|
+
"description": "Amount of test instances.",
|
|
1296
|
+
"name": "instances",
|
|
1297
|
+
"default": 1,
|
|
1318
1298
|
"hasDynamicHelp": false,
|
|
1319
1299
|
"multiple": false,
|
|
1320
1300
|
"type": "option"
|
|
1321
1301
|
},
|
|
1322
|
-
"
|
|
1323
|
-
"description": "
|
|
1324
|
-
"name": "
|
|
1302
|
+
"invite": {
|
|
1303
|
+
"description": "If `true` proceed device invitation for all instances.",
|
|
1304
|
+
"name": "invite",
|
|
1325
1305
|
"allowNo": false,
|
|
1326
1306
|
"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
1307
|
}
|
|
1335
1308
|
},
|
|
1336
1309
|
"hasDynamicHelp": false,
|
|
1337
1310
|
"hiddenAliases": [],
|
|
1338
|
-
"id": "app:
|
|
1311
|
+
"id": "app:open",
|
|
1339
1312
|
"pluginAlias": "@dxos/cli",
|
|
1340
1313
|
"pluginName": "@dxos/cli",
|
|
1341
1314
|
"pluginType": "core",
|
|
1342
|
-
"state": "deprecated",
|
|
1343
1315
|
"strict": true,
|
|
1316
|
+
"enableJsonFlag": true,
|
|
1344
1317
|
"isESM": true,
|
|
1345
1318
|
"relativePath": [
|
|
1346
1319
|
"dist",
|
|
1347
1320
|
"src",
|
|
1348
1321
|
"commands",
|
|
1349
1322
|
"app",
|
|
1350
|
-
"
|
|
1323
|
+
"open.js"
|
|
1351
1324
|
]
|
|
1352
1325
|
},
|
|
1353
|
-
"
|
|
1326
|
+
"app:publish": {
|
|
1354
1327
|
"aliases": [],
|
|
1355
1328
|
"args": {},
|
|
1356
|
-
"description": "
|
|
1329
|
+
"description": "Publish apps (deprecated).",
|
|
1357
1330
|
"flags": {
|
|
1358
1331
|
"json": {
|
|
1359
1332
|
"description": "Output as JSON.",
|
|
@@ -1437,23 +1410,50 @@
|
|
|
1437
1410
|
"hasDynamicHelp": false,
|
|
1438
1411
|
"multiple": false,
|
|
1439
1412
|
"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": "
|
|
1444
|
+
"id": "app:publish",
|
|
1445
1445
|
"pluginAlias": "@dxos/cli",
|
|
1446
1446
|
"pluginName": "@dxos/cli",
|
|
1447
1447
|
"pluginType": "core",
|
|
1448
|
+
"state": "deprecated",
|
|
1448
1449
|
"strict": true,
|
|
1449
|
-
"enableJsonFlag": true,
|
|
1450
1450
|
"isESM": true,
|
|
1451
1451
|
"relativePath": [
|
|
1452
1452
|
"dist",
|
|
1453
1453
|
"src",
|
|
1454
1454
|
"commands",
|
|
1455
|
-
"
|
|
1456
|
-
"
|
|
1455
|
+
"app",
|
|
1456
|
+
"publish.js"
|
|
1457
1457
|
]
|
|
1458
1458
|
},
|
|
1459
1459
|
"debug:diagnostics": {
|
|
@@ -5080,7 +5080,7 @@
|
|
|
5080
5080
|
"name": {
|
|
5081
5081
|
"description": "Tunnel name",
|
|
5082
5082
|
"name": "name",
|
|
5083
|
-
"default": "
|
|
5083
|
+
"default": "robin-fruit-five-sweet",
|
|
5084
5084
|
"hasDynamicHelp": false,
|
|
5085
5085
|
"multiple": false,
|
|
5086
5086
|
"type": "option"
|
|
@@ -6074,5 +6074,5 @@
|
|
|
6074
6074
|
]
|
|
6075
6075
|
}
|
|
6076
6076
|
},
|
|
6077
|
-
"version": "0.6.14-staging.
|
|
6077
|
+
"version": "0.6.14-staging.a52de51"
|
|
6078
6078
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "0.6.14-staging.
|
|
3
|
+
"version": "0.6.14-staging.a52de51",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dxos",
|
|
@@ -53,34 +53,34 @@
|
|
|
53
53
|
"react": "~18.2.0",
|
|
54
54
|
"ws": "^8.14.2",
|
|
55
55
|
"wtfnode": "^0.9.1",
|
|
56
|
-
"@dxos/
|
|
57
|
-
"@dxos/
|
|
58
|
-
"@dxos/bare-template": "0.6.14-staging.
|
|
59
|
-
"@dxos/cli-
|
|
60
|
-
"@dxos/cli-
|
|
61
|
-
"@dxos/client
|
|
62
|
-
"@dxos/client": "0.6.14-staging.
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/
|
|
68
|
-
"@dxos/functions": "0.6.14-staging.
|
|
69
|
-
"@dxos/hello-template": "0.6.14-staging.
|
|
70
|
-
"@dxos/
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/network-manager": "0.6.14-staging.
|
|
73
|
-
"@dxos/
|
|
74
|
-
"@dxos/
|
|
75
|
-
"@dxos/
|
|
76
|
-
"@dxos/
|
|
77
|
-
"@dxos/plugin-
|
|
78
|
-
"@dxos/
|
|
79
|
-
"@dxos/
|
|
80
|
-
"@dxos/
|
|
81
|
-
"@dxos/
|
|
82
|
-
"@dxos/
|
|
83
|
-
"@dxos/
|
|
56
|
+
"@dxos/agent": "0.6.14-staging.a52de51",
|
|
57
|
+
"@dxos/async": "0.6.14-staging.a52de51",
|
|
58
|
+
"@dxos/bare-template": "0.6.14-staging.a52de51",
|
|
59
|
+
"@dxos/cli-base": "0.6.14-staging.a52de51",
|
|
60
|
+
"@dxos/cli-composer": "0.6.14-staging.a52de51",
|
|
61
|
+
"@dxos/client": "0.6.14-staging.a52de51",
|
|
62
|
+
"@dxos/client-protocol": "0.6.14-staging.a52de51",
|
|
63
|
+
"@dxos/client-services": "0.6.14-staging.a52de51",
|
|
64
|
+
"@dxos/config": "0.6.14-staging.a52de51",
|
|
65
|
+
"@dxos/context": "0.6.14-staging.a52de51",
|
|
66
|
+
"@dxos/debug": "0.6.14-staging.a52de51",
|
|
67
|
+
"@dxos/echo-schema": "0.6.14-staging.a52de51",
|
|
68
|
+
"@dxos/functions": "0.6.14-staging.a52de51",
|
|
69
|
+
"@dxos/hello-template": "0.6.14-staging.a52de51",
|
|
70
|
+
"@dxos/invariant": "0.6.14-staging.a52de51",
|
|
71
|
+
"@dxos/log": "0.6.14-staging.a52de51",
|
|
72
|
+
"@dxos/network-manager": "0.6.14-staging.a52de51",
|
|
73
|
+
"@dxos/node-std": "0.6.14-staging.a52de51",
|
|
74
|
+
"@dxos/observability": "0.6.14-staging.a52de51",
|
|
75
|
+
"@dxos/plugin-markdown": "0.6.14-staging.a52de51",
|
|
76
|
+
"@dxos/plate": "0.6.14-staging.a52de51",
|
|
77
|
+
"@dxos/plugin-script": "0.6.14-staging.a52de51",
|
|
78
|
+
"@dxos/process": "0.6.14-staging.a52de51",
|
|
79
|
+
"@dxos/rpc": "0.6.14-staging.a52de51",
|
|
80
|
+
"@dxos/protocols": "0.6.14-staging.a52de51",
|
|
81
|
+
"@dxos/random": "0.6.14-staging.a52de51",
|
|
82
|
+
"@dxos/tasks-template": "0.6.14-staging.a52de51",
|
|
83
|
+
"@dxos/util": "0.6.14-staging.a52de51"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@oclif/test": "^4.1.0",
|