authbackendpackage 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6,7 +6,6 @@ dotenv.config();
6
6
  import bcrypt from "bcryptjs";
7
7
  import jwt from "jsonwebtoken";
8
8
  import dns from "dns/promises";
9
- import axios from "axios";
10
9
 
11
10
  export const createAuthModule = ({
12
11
  userModel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authbackendpackage",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "npm run test"