greybel-mock-environment 1.2.1 → 1.2.2

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.
@@ -133,6 +133,8 @@ var Device = /** @class */ (function () {
133
133
  return null;
134
134
  };
135
135
  switch (port.service) {
136
+ case service_1.Service.SSH:
137
+ return get('ssh.so', file_system_1.FileType.SSH);
136
138
  case service_1.Service.FTP:
137
139
  return get('ftp.so', file_system_1.FileType.FTP);
138
140
  case service_1.Service.HTTP:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-mock-environment",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Mock environment",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",