Merge branch 'master' into invalid-qr-patch

This commit is contained in:
Adhiraj Singh
2022-04-19 22:01:34 +05:30
10 changed files with 279 additions and 28 deletions

View File

@@ -50,7 +50,8 @@
"@adiwajshing/keyed-db": "^0.2.4",
"jimp": "^0.16.1",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.29.3"
"sharp": "^0.29.3",
"link-preview-js": "^2.1.13"
},
"peerDependenciesMeta": {
"@adiwajshing/keyed-db": {
@@ -64,6 +65,9 @@
},
"sharp": {
"optional": true
},
"link-preview-js": {
"optional": true
}
},
"files": [
@@ -83,6 +87,7 @@
"eslint": "^7.0.0",
"jest": "^27.0.6",
"jimp": "^0.16.1",
"link-preview-js": "^2.1.13",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.29.3",
"ts-jest": "^27.0.3",