scheduler-node-models 1.0.75 → 1.0.78

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,17 +1,14 @@
1
1
  {
2
2
  "name": "scheduler-node-models",
3
- "version": "1.0.75",
4
- "main": "./index.js",
5
- "types": "./index.d.ts",
3
+ "version": "1.0.78",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
6
  "files": [
7
- "./"
7
+ "/"
8
8
  ],
9
- "dependencies": {
10
- "adm-zip": "^0.5.16",
11
- "bcrypt": "^6.0.0",
12
- "exceljs": "^4.4.0",
13
- "mongodb": "^6.18.0",
14
- "nodemailer": "^7.0.5",
15
- "scheduler-node-models": "^1.0.32"
16
- }
9
+ "scripts": {},
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "MIT",
13
+ "description": ""
17
14
  }
@@ -530,7 +530,7 @@ class ChargeStatusReport extends general_1.Report {
530
530
  // this sets an excel conditional formatting relationship for if the resultant
531
531
  // value is equal to zero (0), changes fill color and displays a dash.
532
532
  sheet.addConditionalFormatting({
533
- ref: `${cellID}`,
533
+ ref: `${cellID}:${cellID}`,
534
534
  rules: [
535
535
  {
536
536
  type: 'cellIs',
package/.npmignore DELETED
@@ -1 +0,0 @@
1
- src/**/*