greybel-mock-environment 1.7.3 → 1.7.5

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.
@@ -111,7 +111,7 @@ var MockEnvironment = /** @class */ (function () {
111
111
  var currentPath = computer.getHome(user);
112
112
  var programPath = new types_1.File({
113
113
  name: 'myprogram',
114
- permissions: '---------',
114
+ permissions: 'rwxr-xr-x',
115
115
  owner: 'root',
116
116
  isProtected: true,
117
117
  type: types_1.FileType.Binary,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-mock-environment",
3
- "version": "1.7.3",
3
+ "version": "1.7.5",
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.10",
51
+ "greyscript-core": "^0.9.12",
52
52
  "random-seed": "^0.3.0",
53
53
  "random-username-generator": "^1.0.4"
54
54
  }