Skip to content

Commit

Permalink
ESM4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombach authored and Hombach committed Dec 1, 2024
1 parent d835c34 commit 4f86114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/tibberCalculator.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type * as utils from "@iobroker/adapter-core";
import { addDays, addHours, format } from "date-fns";
import type { IPrice } from "tibber-api/lib/src/models/IPrice";
import type { IPrice } from "tibber-api/lib/src/models/IPrice.js";
import { ProjectUtils, enCalcType, getCalcTypeDescription } from "./projectUtils.js";

/**
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tibberPulse.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type * as utils from "@iobroker/adapter-core";
import { TibberFeed, TibberQuery, type IConfig } from "tibber-api";
import type { ILiveMeasurement } from "tibber-api/lib/src/models/ILiveMeasurement";
import type { ILiveMeasurement } from "tibber-api/lib/src/models/ILiveMeasurement.js";
import { ProjectUtils } from "./projectUtils.js";

/**
Expand Down

0 comments on commit 4f86114

Please sign in to comment.