@royalschedule/maps 4.1.2 → 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.
@@ -6,7 +6,7 @@ import { MaximumScheduleSpan } from "../../core/interfaces/vertices/properties/m
6
6
  import { PlannedScheduledDuration } from "../../core/interfaces/vertices/properties/planned-scheduled-duration.js";
7
7
  import { MinBreakLength } from "../../core/interfaces/vertices/properties/min-break-length.js";
8
8
  import { Types } from "./types/index.js";
9
- import * as moment5 from "moment";
9
+ import * as moment7 from "moment";
10
10
 
11
11
  //#region src/Excel/v1/index.d.ts
12
12
  declare class Map {
@@ -201,8 +201,8 @@ declare class Map {
201
201
  course?: string | undefined;
202
202
  linkedEventsSet?: string | undefined;
203
203
  period?: string | undefined;
204
- start?: (moment5.Moment | string) | undefined;
205
- end?: (moment5.Moment | string) | undefined;
204
+ start?: (moment7.Moment | string) | undefined;
205
+ end?: (moment7.Moment | string) | undefined;
206
206
  belongsTo?: string | undefined;
207
207
  potentialCenter?: string | undefined;
208
208
  type?: string | undefined;
@@ -6,7 +6,7 @@ import { MaximumScheduleSpan } from "../../core/interfaces/vertices/properties/m
6
6
  import { PlannedScheduledDuration } from "../../core/interfaces/vertices/properties/planned-scheduled-duration.js";
7
7
  import { MinBreakLength } from "../../core/interfaces/vertices/properties/min-break-length.js";
8
8
  import { Types } from "./types/index.js";
9
- import * as moment7 from "moment";
9
+ import * as moment5 from "moment";
10
10
 
11
11
  //#region src/Excel/v2/index.d.ts
12
12
  declare class Map {
@@ -197,8 +197,8 @@ declare class Map {
197
197
  createdAt?: string | undefined;
198
198
  updatedAt?: string | undefined;
199
199
  lastModifiedBy?: string | undefined;
200
- start?: (moment7.Moment | string) | undefined;
201
- end?: (moment7.Moment | string) | undefined;
200
+ start?: (moment5.Moment | string) | undefined;
201
+ end?: (moment5.Moment | string) | undefined;
202
202
  potentialCenter?: string | undefined;
203
203
  type?: string | undefined;
204
204
  tags?: Tag[] | undefined;
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@royalschedule/maps",
3
3
  "description": "",
4
- "version": "4.1.2",
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",