Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #289 from Uconnect-Technologies/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
ilyaskarim authored Nov 23, 2021
2 parents c5533b0 + acd3fa4 commit 20c91a0
Show file tree
Hide file tree
Showing 48 changed files with 665 additions and 1,885 deletions.
15 changes: 4 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "wertik-js",
"version": "3.0.8-beta",
"version": "3.1.0-beta",
"main": "lib/main.js",
"types": "lib/types.d.ts",
"repository": "https://github.com/Uconnect-Technologies/wertik-js.git",
"keywords": [
"mysql",
Expand Down Expand Up @@ -36,7 +37,7 @@
"prettier"
],
"dependencies": {
"apollo-server": "^2.8.2",
"apollo-server": "^3.5.0",
"apollo-server-express": "^2.9.4",
"aws-sdk": "^2.820.0",
"bcryptjs": "^2.4.3",
Expand All @@ -45,11 +46,10 @@
"cors": "^2.8.5",
"dropbox": "^8.2.0",
"express": "^4.17.1",
"graphql": "^14.1.1",
"graphql": "^15.7.2",
"graphql-fields": "^2.0.3",
"graphql-type-json": "^0.3.2",
"handlebars": "^4.5.3",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.15",
"log-symbols": "^3.0.0",
"moment": "^2.23.0",
Expand All @@ -59,11 +59,7 @@
"mysqldump": "^3.2.0",
"node-cron": "^2.0.3",
"nodemailer": ">=6.4.16",
"pg": "^7.18.2",
"pg-hstore": "^2.3.3",
"request-ip": "^2.1.3",
"sequelize": "^6.3.5",
"shelljs": "^0.8.3",
"socket.io": "^4.1.3",
"winston": "^3.1.0",
"ws": "^8.0.0"
Expand All @@ -74,18 +70,15 @@
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
"@types/http-codes": "^1.0.1",
"@types/jsonwebtoken": "^7.2.8",
"@types/knex": "^0.14.19",
"@types/morgan": "^1.7.35",
"@types/node": "^9.6.55",
"@types/nodemailer": "^4.3.4",
"@types/winston": "^2.4.4",
"concurrently": "^3.6.1",
"dotenv": "^6.2.0",
"module-alias": "^2.1.0",
"nodemon": "^1.18.9",
"prettier": "^2.3.2",
"sequelize-cli": "^5.4.0",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
}
Expand Down
243 changes: 0 additions & 243 deletions src/framework/builtinModules/auth/handlers/index.ts

This file was deleted.

Loading

0 comments on commit 20c91a0

Please sign in to comment.