@sebbo2002/iubh-campus-sync 3.0.7 → 4.0.0-develop.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.
@@ -1,6 +1,6 @@
1
1
  import Database from './database.js';
2
- import MyCampusCourse from './campus-course';
3
- import MyCampusSection from './campus-section';
2
+ import MyCampusCourse from './campus-course.js';
3
+ import MyCampusSection from './campus-section.js';
4
4
  export interface SyncCampusOptions {
5
5
  username: string;
6
6
  password: string;
package/package.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "@typescript-eslint/eslint-plugin": "^5.51.0",
28
28
  "@typescript-eslint/parser": "^5.51.0",
29
29
  "c8": "^7.11.3",
30
- "eslint": "^8.33.0",
30
+ "eslint": "^8.34.0",
31
31
  "eslint-plugin-jsonc": "^2.6.0",
32
32
  "esm": "^3.2.25",
33
33
  "license-checker": "^25.0.1",
@@ -36,11 +36,11 @@
36
36
  "semantic-release-license": "^1.0.3",
37
37
  "source-map-support": "^0.5.21",
38
38
  "ts-node": "^10.9.1",
39
- "typedoc": "^0.23.24",
39
+ "typedoc": "^0.23.25",
40
40
  "typescript": "^4.9.5"
41
41
  },
42
42
  "engines": {
43
- "node": "^12.20.0 || >=14.13.1"
43
+ "node": "^14.13.1 || >=16.0.0"
44
44
  },
45
45
  "exports": "./dist/index.js",
46
46
  "files": [
@@ -64,5 +64,5 @@
64
64
  "test": "echo \"No test cases provided.\""
65
65
  },
66
66
  "type": "module",
67
- "version": "3.0.7"
67
+ "version": "4.0.0-develop.1"
68
68
  }