diff --git a/package.json b/package.json index 53559af..6af5d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marcsync", - "version": "1.1.2-dev", + "version": "1.1.3-dev", "description": "A NodeJS MarcSync Client to communicate with MarcSync's API", "main": "dist/marcsync.js", "types": "dist/index.d.ts", @@ -28,7 +28,6 @@ "typescript": "^5.1.6" }, "dependencies": { - "@microsoft/signalr": "^7.0.7", - "marcsync": "^1.1.2-dev" + "@microsoft/signalr": "^7.0.7" } } diff --git a/src/SubscriptionManager.ts b/src/SubscriptionManager.ts index cf5ee82..23f1020 100644 --- a/src/SubscriptionManager.ts +++ b/src/SubscriptionManager.ts @@ -1,9 +1,6 @@ import { BaseEntry, Entry, EntryData } from "./Entry"; import { ClientEvents } from "./marcsync"; import * as signalR from "@microsoft/signalr"; -import * as dotenv from 'dotenv'; - -dotenv.config(); export class SubscriptionManager {