Abdul Rehman
commited on
Commit
·
fb520e3
1
Parent(s):
ae1ae66
build
Browse files
.history/package_20240903233217.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "property",
|
| 3 |
+
"version": "0.0.1",
|
| 4 |
+
"description": "",
|
| 5 |
+
"author": "",
|
| 6 |
+
"private": true,
|
| 7 |
+
"license": "UNLICENSED",
|
| 8 |
+
"scripts": {
|
| 9 |
+
"build": "nest build",
|
| 10 |
+
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
| 11 |
+
"start": "nest start",
|
| 12 |
+
"start:dev": "nest start --watch",
|
| 13 |
+
"start:debug": "nest start --debug --watch",
|
| 14 |
+
"start:prod": "node dist/main",
|
| 15 |
+
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
| 16 |
+
"test": "jest",
|
| 17 |
+
"test:watch": "jest --watch",
|
| 18 |
+
"test:cov": "jest --coverage",
|
| 19 |
+
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
| 20 |
+
"test:e2e": "jest --config ./test/jest-e2e.json"
|
| 21 |
+
},
|
| 22 |
+
"dependencies": {
|
| 23 |
+
"@nestjs/common": "^10.0.0",
|
| 24 |
+
"@nestjs/core": "^10.0.0",
|
| 25 |
+
"@nestjs/jwt": "^10.2.0",
|
| 26 |
+
"@nestjs/passport": "^10.0.3",
|
| 27 |
+
"@nestjs/platform-express": "^10.0.0",
|
| 28 |
+
"bcrypt": "^5.1.1",
|
| 29 |
+
"body-parser": "^1.20.2",
|
| 30 |
+
"class-transformer": "^0.5.1",
|
| 31 |
+
"class-validator": "^0.14.1",
|
| 32 |
+
"cors": "^2.8.5",
|
| 33 |
+
"i18n-ts": "^1.0.5",
|
| 34 |
+
"jwt-decode": "^4.0.0",
|
| 35 |
+
"mongoose": "^8.6.0",
|
| 36 |
+
"passport-custom": "^1.1.1",
|
| 37 |
+
"passport-jwt": "^4.0.1",
|
| 38 |
+
"passport-local": "^1.0.0",
|
| 39 |
+
"reflect-metadata": "^0.2.0",
|
| 40 |
+
"rxjs": "^7.8.1"
|
| 41 |
+
},
|
| 42 |
+
"devDependencies": {
|
| 43 |
+
"@nestjs/cli": "^10.0.0",
|
| 44 |
+
"@nestjs/schematics": "^10.0.0",
|
| 45 |
+
"@nestjs/testing": "^10.0.0",
|
| 46 |
+
"@types/express": "^4.17.17",
|
| 47 |
+
"@types/jest": "^29.5.2",
|
| 48 |
+
"@types/node": "^20.3.1",
|
| 49 |
+
"@types/supertest": "^6.0.0",
|
| 50 |
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
| 51 |
+
"@typescript-eslint/parser": "^8.0.0",
|
| 52 |
+
"eslint": "^8.42.0",
|
| 53 |
+
"eslint-config-prettier": "^9.0.0",
|
| 54 |
+
"eslint-plugin-prettier": "^5.0.0",
|
| 55 |
+
"jest": "^29.5.0",
|
| 56 |
+
"prettier": "^3.0.0",
|
| 57 |
+
"source-map-support": "^0.5.21",
|
| 58 |
+
"supertest": "^7.0.0",
|
| 59 |
+
"ts-jest": "^29.1.0",
|
| 60 |
+
"ts-loader": "^9.4.3",
|
| 61 |
+
"ts-node": "^10.9.1",
|
| 62 |
+
"tsconfig-paths": "^4.2.0",
|
| 63 |
+
"typescript": "^5.1.3"
|
| 64 |
+
},
|
| 65 |
+
"jest": {
|
| 66 |
+
"moduleFileExtensions": [
|
| 67 |
+
"js",
|
| 68 |
+
"json",
|
| 69 |
+
"ts"
|
| 70 |
+
],
|
| 71 |
+
"rootDir": "src",
|
| 72 |
+
"testRegex": ".*\\.spec\\.ts$",
|
| 73 |
+
"transform": {
|
| 74 |
+
"^.+\\.(t|j)s$": "ts-jest"
|
| 75 |
+
},
|
| 76 |
+
"collectCoverageFrom": [
|
| 77 |
+
"**/*.(t|j)s"
|
| 78 |
+
],
|
| 79 |
+
"coverageDirectory": "../coverage",
|
| 80 |
+
"testEnvironment": "node"
|
| 81 |
+
}
|
| 82 |
+
}
|
.history/package_20240904233750.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "property",
|
| 3 |
+
"version": "0.0.1",
|
| 4 |
+
"description": "",
|
| 5 |
+
"author": "",
|
| 6 |
+
"private": true,
|
| 7 |
+
"license": "UNLICENSED",
|
| 8 |
+
"scripts": {
|
| 9 |
+
"build": "nest build",
|
| 10 |
+
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
| 11 |
+
"start": "nest start",
|
| 12 |
+
"start:dev": "nest start --watch",
|
| 13 |
+
"start:debug": "nest start --debug --watch",
|
| 14 |
+
"start:prod": "node dist/main",
|
| 15 |
+
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
| 16 |
+
"test": "jest",
|
| 17 |
+
"test:watch": "jest --watch",
|
| 18 |
+
"test:cov": "jest --coverage",
|
| 19 |
+
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
| 20 |
+
"test:e2e": "jest --config ./test/jest-e2e.json"
|
| 21 |
+
},
|
| 22 |
+
"dependencies": {
|
| 23 |
+
"@nestjs/common": "^10.0.0",
|
| 24 |
+
"@nestjs/core": "^10.0.0",
|
| 25 |
+
"@nestjs/jwt": "^10.2.0",
|
| 26 |
+
"@nestjs/passport": "^10.0.3",
|
| 27 |
+
"@nestjs/platform-express": "^10.0.0",
|
| 28 |
+
"bcrypt": "^5.1.1",
|
| 29 |
+
"body-parser": "^1.20.2",
|
| 30 |
+
"class-transformer": "^0.5.1",
|
| 31 |
+
"class-validator": "^0.14.1",
|
| 32 |
+
"cors": "^2.8.5",
|
| 33 |
+
"i18n-ts": "^1.0.5",
|
| 34 |
+
"jwt-decode": "^4.0.0",
|
| 35 |
+
"mongoose": "^8.6.0",
|
| 36 |
+
"passport-custom": "^1.1.1",
|
| 37 |
+
"passport-jwt": "^4.0.1",
|
| 38 |
+
"passport-local": "^1.0.0",
|
| 39 |
+
"reflect-metadata": "^0.2.0",
|
| 40 |
+
"rxjs": "^7.8.1"
|
| 41 |
+
},
|
| 42 |
+
"devDependencies": {
|
| 43 |
+
"@nestjs/cli": "^10.0.0",
|
| 44 |
+
"@nestjs/schematics": "^10.0.0",
|
| 45 |
+
"@nestjs/testing": "^10.0.0",
|
| 46 |
+
"@types/express": "^4.17.17",
|
| 47 |
+
"@types/jest": "^29.5.2",
|
| 48 |
+
"@types/node": "^20.3.1",
|
| 49 |
+
"@types/supertest": "^6.0.0",
|
| 50 |
+
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
| 51 |
+
"@typescript-eslint/parser": "^8.0.0",
|
| 52 |
+
"eslint": "^8.42.0",
|
| 53 |
+
"eslint-config-prettier": "^9.0.0",
|
| 54 |
+
"eslint-plugin-prettier": "^5.0.0",
|
| 55 |
+
"jest": "^29.5.0",
|
| 56 |
+
"prettier": "^3.0.0",
|
| 57 |
+
"source-map-support": "^0.5.21",
|
| 58 |
+
"supertest": "^7.0.0",
|
| 59 |
+
"ts-jest": "^29.1.0",
|
| 60 |
+
"ts-loader": "^9.4.3",
|
| 61 |
+
"ts-node": "^10.9.1",
|
| 62 |
+
"tsconfig-paths": "^4.2.0",
|
| 63 |
+
"typescript": "^5.1.3"
|
| 64 |
+
},
|
| 65 |
+
"jest": {
|
| 66 |
+
"moduleFileExtensions": [
|
| 67 |
+
"js",
|
| 68 |
+
"json",
|
| 69 |
+
"ts"
|
| 70 |
+
],
|
| 71 |
+
"rootDir": "src",
|
| 72 |
+
"testRegex": ".*\\.spec\\.ts$",
|
| 73 |
+
"transform": {
|
| 74 |
+
"^.+\\.(t|j)s$": "ts-jest"
|
| 75 |
+
},
|
| 76 |
+
"collectCoverageFrom": [
|
| 77 |
+
"**/*.(t|j)s"
|
| 78 |
+
],
|
| 79 |
+
"coverageDirectory": "../coverage",
|
| 80 |
+
"testEnvironment": "node"
|
| 81 |
+
}
|
| 82 |
+
}
|
.history/vercel_20240904233652.json
ADDED
|
File without changes
|
.history/vercel_20240904233655.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 2,
|
| 3 |
+
"builds": [
|
| 4 |
+
{
|
| 5 |
+
"src": "dist/main.js",
|
| 6 |
+
"use": "@vercel/node"
|
| 7 |
+
}
|
| 8 |
+
],
|
| 9 |
+
"routes": [
|
| 10 |
+
{
|
| 11 |
+
"src": "/(.*)",
|
| 12 |
+
"dest": "/dist/main.js"
|
| 13 |
+
}
|
| 14 |
+
]
|
| 15 |
+
}
|
| 16 |
+
|
vercel.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 2,
|
| 3 |
+
"builds": [
|
| 4 |
+
{
|
| 5 |
+
"src": "dist/main.js",
|
| 6 |
+
"use": "@vercel/node"
|
| 7 |
+
}
|
| 8 |
+
],
|
| 9 |
+
"routes": [
|
| 10 |
+
{
|
| 11 |
+
"src": "/(.*)",
|
| 12 |
+
"dest": "/dist/main.js"
|
| 13 |
+
}
|
| 14 |
+
]
|
| 15 |
+
}
|
| 16 |
+
|