greybel-mock-environment 1.9.0 → 1.9.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.
|
@@ -213,6 +213,8 @@ var File = /** @class */ (function (_super) {
|
|
|
213
213
|
return library_1.Library.KERNEL_ROUTER;
|
|
214
214
|
case FileType.RShell:
|
|
215
215
|
return library_1.Library.RSHELL;
|
|
216
|
+
case FileType.AptClient:
|
|
217
|
+
return library_1.Library.APT_CLIENT;
|
|
216
218
|
default:
|
|
217
219
|
}
|
|
218
220
|
return null;
|