greybel-mock-environment 2.4.0 → 2.4.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.
@@ -253,7 +253,8 @@ var Device = /** @class */ (function () {
253
253
  owner: options.owner,
254
254
  pid: pid,
255
255
  command: options.command,
256
- protected: options.protected
256
+ protected: options.protected,
257
+ ref: options.ref
257
258
  });
258
259
  this.processes.set(pid, process);
259
260
  return pid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "greybel-mock-environment",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Mock environment",
5
5
  "main": "dist/index",
6
6
  "typings": "dist/index",