This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Dec 16, 2021
1 parent
c11b146
commit 18c6647
Showing
2 changed files
with
65 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# [1.1.0](https://github.com/Muhammed-Rahif/GH-Notify/compare/v1.0.0...v1.1.0) (2021-12-16) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* delete changelog file ([9da43ef](https://github.com/Muhammed-Rahif/GH-Notify/commit/9da43ef2079f340e634c5467bdfdc56103aa13b8)) | ||
|
||
|
||
|
||
# 1.0.0 (2021-12-11) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
{ | ||
"name": "GH-Notify", | ||
"description": "", | ||
"version": "1.0.0", | ||
"main": "dist/main", | ||
"typings": "dist/main", | ||
"scripts": { | ||
"start": "node dist/main.js", | ||
"install:server": "yarn install", | ||
"install:client": "cd src/client && yarn install && cd ../../ && pwd", | ||
"devStart": "nodemon src/main.ts", | ||
"build:client": "cd src/client && yarn build && cd ../../ && pwd", | ||
"build:server": "tsc && cp -r src/views dist/views", | ||
"build": "yarn install:client && yarn build:client && yarn build:server", | ||
"format-code": "npx prettier --write .", | ||
"check-format": "npx prettier --check ." | ||
}, | ||
"repository": "https://github.com/Muhammed-Rahif/GH-Notify.git", | ||
"author": "Muhammed Rahif <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@octokit/rest": "^18.12.0", | ||
"@types/jsonwebtoken": "^8.5.6", | ||
"axios": "^0.24.0", | ||
"cookie-parser": "^1.4.5", | ||
"cors": "^2.8.5", | ||
"dotenv": "^10.0.0", | ||
"express": "^4.17.1", | ||
"express-rate-limit": "^5.5.1", | ||
"express-validator": "^6.13.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"mongoose": "^6.0.12", | ||
"morgan": "^1.10.0", | ||
"telegraf": "^4.4.2", | ||
"typescript": "^4.4.4" | ||
}, | ||
"devDependencies": { | ||
"@types/cookie-parser": "^1.4.2", | ||
"@types/cors": "^2.8.12", | ||
"@types/dotenv": "^8.2.0", | ||
"@types/express": "^4.17.13", | ||
"@types/express-rate-limit": "^5.1.3", | ||
"@types/morgan": "^1.9.3", | ||
"@types/node": "^16.11.7", | ||
"nodemon": "^2.0.15", | ||
"prettier": "^2.4.1", | ||
"ts-node": "^10.4.0" | ||
}, | ||
"engines": { | ||
"node": "16.13.*", | ||
"yarn": "1.22.17" | ||
} | ||
} | ||
"name": "GH-Notify", | ||
"description": "", | ||
"version": "1.1.0", | ||
"main": "dist/main", | ||
"typings": "dist/main", | ||
"scripts": { | ||
"start": "node dist/main.js", | ||
"install:server": "yarn install", | ||
"install:client": "cd src/client && yarn install && cd ../../ && pwd", | ||
"devStart": "nodemon src/main.ts", | ||
"build:client": "cd src/client && yarn build && cd ../../ && pwd", | ||
"build:server": "tsc && cp -r src/views dist/views", | ||
"build": "yarn install:client && yarn build:client && yarn build:server", | ||
"format-code": "npx prettier --write .", | ||
"check-format": "npx prettier --check ." | ||
}, | ||
"repository": "https://github.com/Muhammed-Rahif/GH-Notify.git", | ||
"author": "Muhammed Rahif <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@octokit/rest": "^18.12.0", | ||
"@types/jsonwebtoken": "^8.5.6", | ||
"axios": "^0.24.0", | ||
"cookie-parser": "^1.4.5", | ||
"cors": "^2.8.5", | ||
"dotenv": "^10.0.0", | ||
"express": "^4.17.1", | ||
"express-rate-limit": "^5.5.1", | ||
"express-validator": "^6.13.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"mongoose": "^6.0.12", | ||
"morgan": "^1.10.0", | ||
"telegraf": "^4.4.2", | ||
"typescript": "^4.4.4" | ||
}, | ||
"devDependencies": { | ||
"@types/cookie-parser": "^1.4.2", | ||
"@types/cors": "^2.8.12", | ||
"@types/dotenv": "^8.2.0", | ||
"@types/express": "^4.17.13", | ||
"@types/express-rate-limit": "^5.1.3", | ||
"@types/morgan": "^1.9.3", | ||
"@types/node": "^16.11.7", | ||
"nodemon": "^2.0.15", | ||
"prettier": "^2.4.1", | ||
"ts-node": "^10.4.0" | ||
}, | ||
"engines": { | ||
"node": "16.13.*", | ||
"yarn": "1.22.17" | ||
} | ||
} |