Skip to content

Commit

Permalink
release: v0.2.0-57
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Jun 11, 2022
1 parent 0456b1b commit 160e874
Show file tree
Hide file tree
Showing 4 changed files with 872 additions and 380 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.2.0-57](https://github.com/zyndex-drive/server/compare/v0.2.0-56...v0.2.0-57) (2022-06-11)


### Others 🔧

* pushing changes after a long time ([d79761e](https://github.com/zyndex-drive/server/commit/d79761eba6d89a38da255ecbf3e6f958461aa52f))

## [0.2.0-56](https://github.com/zyndex-drive/server/compare/v0.2.0-55...v0.2.0-56) (2022-04-30)


Expand Down
2 changes: 1 addition & 1 deletion app.js

Large diffs are not rendered by default.

56 changes: 29 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zyndex-server",
"version": "0.2.0-56",
"version": "0.2.0-57",
"description": "Backend Server for Handling Zyndex Frontend Requests",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -51,37 +51,38 @@
"@godaddy/terminus": "^4.10.2",
"axios": "^0.24.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"body-parser": "^1.20.0",
"dot-prop": "^6.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express": "^4.18.1",
"express-mongo-sanitize": "^2.2.0",
"got": "^11.8.3",
"helmet": "^4.6.0",
"jose": "^4.4.0",
"mathjs": "^10.1.0",
"jose": "^4.8.1",
"mathjs": "^10.5.1",
"mongoose": "^5.13.14",
"morgan": "^1.10.0",
"nanoid": "^3.2.0",
"nanoid": "^3.3.3",
"node-webcrypto-ossl": "^2.1.3",
"nodemailer": "^6.7.2",
"nodemailer": "^6.7.4",
"passport": "^0.5.2",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-oauth2": "^1.6.1",
"passport-twitter": "^1.0.4",
"query-string": "^7.1.0",
"query-string": "^7.1.1",
"request-ip": "^2.1.3",
"uuid": "^8.3.2",
"x-xss-protection": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.4",
"@types/body-parser": "^1.19.2",
"@types/chai": "^4.3.1",
"@types/chai-as-promised": "^7.1.5",
"@types/dotenv": "^8.2.0",
"@types/expect": "^24.3.0",
"@types/express": "^4.17.13",
Expand All @@ -91,12 +92,13 @@
"@types/morgan": "^1.9.3",
"@types/node": "^15.14.9",
"@types/nodemailer": "^6.4.4",
"@types/passport": "^0",
"@types/passport": "^0.4.7",
"@types/passport-facebook": "^2.1.11",
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth20": "^2",
"@types/passport-oauth2": "^1",
"@types/passport-twitter": "^1",
"@types/passport-google-oauth20": "^2.0.11",
"@types/passport-oauth2": "^1.4.11",
"@types/passport-twitter": "^1.0.37",
"@types/request-ip": "^0.0.37",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
Expand All @@ -105,32 +107,32 @@
"chai-each": "^0.0.1",
"chai-http": "^4.3.0",
"commitizen": "^4.2.4",
"copy-webpack-plugin": "^10.2.3",
"copy-webpack-plugin": "^10.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-nodejs": "^2.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^35.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"husky": "^7.0.4",
"javascript-obfuscator": "^3.1.0",
"javascript-obfuscator": "^3.2.7",
"jsdoc": "^3.6.10",
"mocha": "^9.2.0",
"mocha": "^9.2.2",
"mocha-simple-html-reporter": "^2.0.0",
"mocha-steps": "^1.3.0",
"standard-version": "^9.3.2",
"ts-loader": "^9.2.6",
"ts-loader": "^9.3.0",
"ts-mocha": "^8.0.0",
"tsc-alias": "^1.5.0",
"tsconfig-paths": "^3.12.0",
"tsc-alias": "^1.6.7",
"tsconfig-paths": "^3.14.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0",
"webpack-obfuscator": "^3.5.0"
"webpack-obfuscator": "^3.5.1"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 160e874

Please sign in to comment.