greybel-mock-environment 1.7.0 → 1.7.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.
@@ -791,6 +791,7 @@ var Device = /** @class */ (function () {
791
791
  var rshellResult = this.installRShell();
792
792
  libFile = rshellResult.libFile;
793
793
  configFile = rshellResult.configFile;
794
+ data.set('computers', []);
794
795
  break;
795
796
  }
796
797
  case service_1.ServiceType.CHAT: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-mock-environment",
3
- "version": "1.7.0",
3
+ "version": "1.7.2",
4
4
  "description": "Mock environment",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@types/random-seed": "^0.3.3",
50
50
  "blueimp-md5": "^2.19.0",
51
- "greyscript-core": "^0.9.9",
51
+ "greyscript-core": "^0.9.10",
52
52
  "random-seed": "^0.3.0",
53
53
  "random-username-generator": "^1.0.4"
54
54
  }