diff --git a/package-lock.json b/package-lock.json index ee6d29a..08e003a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whmcs-node", - "version": "1.0.10", + "version": "1.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whmcs-node", - "version": "1.0.10", + "version": "1.0.12", "license": "ISC", "dependencies": { "got": "^11.8.0" diff --git a/src/index.ts b/src/index.ts index 65cd296..d032424 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ import { WhmcsClientCustom } from "./module/custom"; export default class WhmcsApi { - constructor(private readonly options: WhmcsSetupOptions) { } + public static options: WhmcsSetupOptions; constructor(options: WhmcsSetupOptions) { WhmcsApi.options = options