diff --git a/dist/index.d.ts b/dist/index.d.ts index 3b91ab6..95b5110 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,6 +1,6 @@ -export * from "./fastify"; -export * from "./homeassistant"; -export * from "./logger"; -export * from "./tidal"; -export * from "./timehelper"; +export * from "./fastify.js"; +export * from "./homeassistant.js"; +export * from "./logger.js"; +export * from "./tidal.js"; +export * from "./timehelper.js"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.d.ts.map b/dist/index.d.ts.map index 5907a7f..aca554b 100644 --- a/dist/index.d.ts.map +++ b/dist/index.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC"} \ No newline at end of file +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC"} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index eeac25c..1e08bca 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,5 +1,5 @@ -export * from "./fastify"; -export * from "./homeassistant"; -export * from "./logger"; -export * from "./tidal"; -export * from "./timehelper"; +export * from "./fastify.js"; +export * from "./homeassistant.js"; +export * from "./logger.js"; +export * from "./tidal.js"; +export * from "./timehelper.js";