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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-mock-environment",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Mock environment",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",