diff --git a/dataManager.js b/dataManager.js index 56ef124..8901da7 100644 --- a/dataManager.js +++ b/dataManager.js @@ -1,5 +1,5 @@ const axios = require('axios') -const { Config, System, Util } = require('SimplyAPI') +const { Config, System, Util } = require('simplyapi') const pkUrl = Config.pk_url const pkHeader = { diff --git a/index.js b/index.js index db416bd..60a0c78 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ const dotenv = require('dotenv') dotenv.config() -const { Config, System } = require('SimplyAPI') -const { Util } = require('SimplyAPI') +const { Config, System } = require('simplyapi') +const { Util } = require('simplyapi') const { initializeCache, determineAction, insertFront, removeFront, updateCustomStatus } = require('./dataManager') let e diff --git a/package.json b/package.json index 5cf0e9c..f3ac2a4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lodash.isequal": "^4.5.0", "lodash.isobject": "^3.0.2", "lodash.transform": "^4.6.0", - "simplyapi": "^0.1.1", + "simplyapi": "^0.1.2", "ws": "^8.5.0" }, "optionalDependencies": {