@royalschedule/maps 4.1.3 → 4.1.4

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 { Types } from "../../core/types/index.js";
2
2
  import { Types as Types$1 } from "../types/index.js";
3
- import * as xlsx0 from "xlsx";
3
+ import * as xlsx1 from "xlsx";
4
4
 
5
5
  //#region src/Additio/to/index.d.ts
6
6
  declare class export_default {
@@ -14,7 +14,7 @@ declare class export_default {
14
14
  courses: Types.Mixed.Course[];
15
15
  events: Types.Mixed.Event[];
16
16
  lockedTimes: Types.Mixed.LockedTime[];
17
- }, _options?: Types$1.options) => xlsx0.WorkBook;
17
+ }, _options?: Types$1.options) => xlsx1.WorkBook;
18
18
  }
19
19
  //#endregion
20
20
  export { export_default };
@@ -1,12 +1,12 @@
1
1
  import { BaseOptions } from "../../../common/types.js";
2
2
  import { Types } from "../../../core/types/index.js";
3
- import * as xlsx1 from "xlsx";
3
+ import * as xlsx0 from "xlsx";
4
4
 
5
5
  //#region src/SchoolSoft/file/to/index.d.ts
6
6
  declare class export_default {
7
7
  static schedules: (schedule: Types.Mixed.Schedule & {
8
8
  division?: Types.Mixed.Division;
9
- }, options?: BaseOptions) => xlsx1.WorkBook;
9
+ }, options?: BaseOptions) => xlsx0.WorkBook;
10
10
  }
11
11
  //#endregion
12
12
  export { export_default };
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@royalschedule/maps",
3
3
  "description": "",
4
- "version": "4.1.3",
4
+ "version": "4.1.4",
5
5
  "type": "module",
6
- "main": "./dist/index.mjs",
7
- "types": "./dist/index.d.mts",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
10
  "import": "./dist/index.js",