scheduler-node-models 1.0.14 → 1.0.16

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "files": [
@@ -166,6 +166,7 @@ class ScheduleReport extends general_1.Report {
166
166
  }
167
167
  });
168
168
  if (bShift) {
169
+ console.log(emp.name.lastname);
169
170
  shft.employees?.push(emp);
170
171
  wkctr.shifts[s] = shft;
171
172
  this.site.workcenters[w] = wkctr;