@synnaxlabs/x 0.15.1 → 0.15.2

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,5 +1,5 @@
1
1
 
2
- > @synnaxlabs/x@0.15.1 build /home/runner/work/synnax/synnax/x/ts
2
+ > @synnaxlabs/x@0.15.2 build /home/runner/work/synnax/synnax/x/ts
3
3
  > tsc --noEmit && vite build
4
4
 
5
5
  vite v5.1.2 building for production...
@@ -10,8 +10,8 @@ rendering chunks...
10
10
  
11
11
  [vite:dts] Start generate declaration files...
12
12
  computing gzip size...
13
- dist/x.js 179.61 kB │ gzip: 39.86 kB │ map: 522.06 kB
14
- [vite:dts] Declaration files built in 3292ms.
13
+ dist/x.js 179.71 kB │ gzip: 39.89 kB │ map: 522.48 kB
14
+ [vite:dts] Declaration files built in 3195ms.
15
15
  
16
- dist/x.cjs 118.93 kB │ gzip: 31.59 kB │ map: 503.70 kB
17
- ✓ built in 4.12s
16
+ dist/x.cjs 119.01 kB │ gzip: 31.61 kB │ map: 504.10 kB
17
+ ✓ built in 4.01s
@@ -452,12 +452,7 @@ export declare class TimeRange implements Stringer {
452
452
  * In most cases, operations should treat end as exclusive.
453
453
  */
454
454
  end: TimeStamp;
455
- /**
456
- * Creates a TimeRange from the given start and end TimeStamps.
457
- *
458
- * @param start - A TimeStamp representing the start of the range.
459
- * @param end - A TimeStamp representing the end of the range.
460
- */
455
+ constructor(tr: CrudeTimeRange);
461
456
  constructor(start: CrudeTimeStamp, end: CrudeTimeStamp);
462
457
  /** @returns The TimeSpan occupied by the TimeRange. */
463
458
  get span(): TimeSpan;