@wppconnect/wa-version
Advanced tools
Comparing version 1.1.22 to 1.1.23
@@ -0,1 +1,10 @@ | ||
## 1.1.23 (2021-11-24) | ||
### Bug Fixes | ||
* Adicionado nova versão: 2.2146.9 ([67deb25](https://github.com/wppconnect-team/wa-version/commit/67deb2523b7ac20ca1ea078fae0559d7bca2a736)) | ||
## 1.1.22 (2021-11-17) | ||
@@ -2,0 +11,0 @@ |
@@ -57,3 +57,3 @@ "use strict"; | ||
if (!max) { | ||
throw new Error("Version not available for " + versionMatch); | ||
throw new Error("Version not available for ".concat(versionMatch)); | ||
} | ||
@@ -60,0 +60,0 @@ return fs.readFileSync(path.join(constants_1.HTML_DIR, max + '.html'), { |
{ | ||
"name": "@wppconnect/wa-version", | ||
"version": "1.1.22", | ||
"version": "1.1.23", | ||
"description": "List of WhatsApp Web HTML", | ||
@@ -34,16 +34,16 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^14.1.0", | ||
"@commitlint/config-conventional": "^14.1.0", | ||
"@commitlint/cz-commitlint": "^14.1.0", | ||
"@types/node": "^14.17.33", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@commitlint/cz-commitlint": "^15.0.0", | ||
"@types/node": "^14.17.34", | ||
"@types/node-fetch": "^2.5.11", | ||
"@types/semver": "^7.3.9", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"commitizen": "^4.2.3", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"eslint": "^7.21.0", | ||
"eslint": "^8.3.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"execa": "^5.1.1", | ||
"execa": "~5.1", | ||
"husky": "^7.0.4", | ||
@@ -53,6 +53,6 @@ "license-check-and-add": "^4.0.3", | ||
"pretty-quick": "^3.1.2", | ||
"release-it": "^14.11.7", | ||
"release-it": "^14.11.8", | ||
"shx": "^0.3.3", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^4.4.4" | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -59,0 +59,0 @@ "config": { |
181164
35