From ea6605f9dc14dd1563c44d86c1d8875c94f44d88 Mon Sep 17 00:00:00 2001 From: Darius Date: Sun, 23 Nov 2025 02:45:54 +0100 Subject: [PATCH] Generic Commit; Most likely a fix or small feature --- dist/index.d.ts | 10 +++++----- dist/index.d.ts.map | 2 +- dist/index.js | 10 +++++----- package.json | 1 + src/index.ts | 10 +++++----- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 95b5110..3b91ab6 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,6 +1,6 @@ -export * from "./fastify.js"; -export * from "./homeassistant.js"; -export * from "./logger.js"; -export * from "./tidal.js"; -export * from "./timehelper.js"; +export * from "./fastify"; +export * from "./homeassistant"; +export * from "./logger"; +export * from "./tidal"; +export * from "./timehelper"; //# 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 aca554b..5907a7f 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,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC"} \ No newline at end of file +{"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 diff --git a/dist/index.js b/dist/index.js index 1e08bca..eeac25c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,5 +1,5 @@ -export * from "./fastify.js"; -export * from "./homeassistant.js"; -export * from "./logger.js"; -export * from "./tidal.js"; -export * from "./timehelper.js"; +export * from "./fastify"; +export * from "./homeassistant"; +export * from "./logger"; +export * from "./tidal"; +export * from "./timehelper"; diff --git a/package.json b/package.json index cdbc266..ae276e3 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", + "type": "module", "files": [ "dist" ], diff --git a/src/index.ts b/src/index.ts index 1e08bca..eeac25c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ -export * from "./fastify.js"; -export * from "./homeassistant.js"; -export * from "./logger.js"; -export * from "./tidal.js"; -export * from "./timehelper.js"; +export * from "./fastify"; +export * from "./homeassistant"; +export * from "./logger"; +export * from "./tidal"; +export * from "./timehelper";