warframe-worldstate-parser 5.2.15 → 5.2.16

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.
@@ -2,7 +2,7 @@ import { t as WorldStateObject } from "./WorldStateObject-45dbRgp7.mjs";
2
2
  import { fromNow, timeDeltaToString } from "warframe-worldstate-data/utilities";
3
3
 
4
4
  //#region lib/models/VallisCycle.ts
5
- const lStart = /* @__PURE__ */ new Date("November 10, 2018 08:13:48 UTC");
5
+ const lStart = /* @__PURE__ */ new Date("2026-02-04T19:46:48Z");
6
6
  const loopTime = 16e5;
7
7
  const coldTime = loopTime - 4e5;
8
8
  /**
@@ -10,7 +10,7 @@ const coldTime = loopTime - 4e5;
10
10
  * @returns current cycle state
11
11
  */
12
12
  function getCurrentCycle() {
13
- const toNextFull = loopTime - (Date.now() - lStart.getMilliseconds()) % loopTime;
13
+ const toNextFull = loopTime - (Date.now() - lStart.getTime()) % loopTime;
14
14
  let state = "cold";
15
15
  if (toNextFull > coldTime) state = "warm";
16
16
  let toNextMinor;
@@ -36,7 +36,7 @@ import "../supporting-BLSXhlWM.mjs";
36
36
  import "../SyndicateJob-R89tWqvT.mjs";
37
37
  import { t as SyndicateMission } from "../SyndicateMission-CKZDWNyf.mjs";
38
38
  import { t as Tmp } from "../Tmp-BYL_mYIG.mjs";
39
- import { t as VallisCycle } from "../VallisCycle-C5JCM2ia.mjs";
39
+ import { t as VallisCycle } from "../VallisCycle-BW2g49wB.mjs";
40
40
  import "../VoidTraderItem-Cz6x1KTF.mjs";
41
41
  import "../VoidTraderSchedule-BsJLu50V.mjs";
42
42
  import { t as VoidTrader } from "../VoidTrader-DtjtVUgR.mjs";
@@ -1,4 +1,4 @@
1
1
  import "../../WorldStateObject-45dbRgp7.mjs";
2
- import { t as VallisCycle } from "../../VallisCycle-C5JCM2ia.mjs";
2
+ import { t as VallisCycle } from "../../VallisCycle-BW2g49wB.mjs";
3
3
 
4
4
  export { VallisCycle };
@@ -36,7 +36,7 @@ import "../../supporting-BLSXhlWM.mjs";
36
36
  import { t as SyndicateJob } from "../../SyndicateJob-R89tWqvT.mjs";
37
37
  import { t as SyndicateMission } from "../../SyndicateMission-CKZDWNyf.mjs";
38
38
  import { t as Tmp } from "../../Tmp-BYL_mYIG.mjs";
39
- import { t as VallisCycle } from "../../VallisCycle-C5JCM2ia.mjs";
39
+ import { t as VallisCycle } from "../../VallisCycle-BW2g49wB.mjs";
40
40
  import { t as VoidTraderItem } from "../../VoidTraderItem-Cz6x1KTF.mjs";
41
41
  import { t as VoidTraderSchedule } from "../../VoidTraderSchedule-BsJLu50V.mjs";
42
42
  import { t as VoidTrader } from "../../VoidTrader-DtjtVUgR.mjs";
package/dist/main.mjs CHANGED
@@ -39,7 +39,7 @@ import "./supporting-BLSXhlWM.mjs";
39
39
  import { t as SyndicateJob } from "./SyndicateJob-R89tWqvT.mjs";
40
40
  import { t as SyndicateMission } from "./SyndicateMission-CKZDWNyf.mjs";
41
41
  import { t as Tmp } from "./Tmp-BYL_mYIG.mjs";
42
- import { t as VallisCycle } from "./VallisCycle-C5JCM2ia.mjs";
42
+ import { t as VallisCycle } from "./VallisCycle-BW2g49wB.mjs";
43
43
  import { t as VoidTraderItem } from "./VoidTraderItem-Cz6x1KTF.mjs";
44
44
  import { t as VoidTraderSchedule } from "./VoidTraderSchedule-BsJLu50V.mjs";
45
45
  import { t as VoidTrader } from "./VoidTrader-DtjtVUgR.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-parser",
3
- "version": "5.2.15",
3
+ "version": "5.2.16",
4
4
  "description": "An Open parser for Warframe's Worldstate in Javascript",
5
5
  "keywords": [
6
6
  "warframe-worldstate",