@wppconnect-team/wppconnect
Advanced tools
Comparing version 1.28.0 to 1.28.1
@@ -0,1 +1,5 @@ | ||
## <small>1.28.1 (2023-11-01)</small> | ||
- fix : update version whatsappVersion 2.2347.x ([6fe090a](https://github.com/wppconnect-team/wppconnect/commit/6fe090a)) | ||
# 1.28.0 (2023-08-16) | ||
@@ -2,0 +6,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { FileMessageOptions, ListMessageOptions, LocationMessageOptions, SendMessageReturn, TextMessageOptions, PoolMessageOptions } from '@wppconnect/wa-js/dist/chat'; | ||
import type { FileMessageOptions, ListMessageOptions, LocationMessageOptions, SendMessageReturn, TextMessageOptions, PoolMessageOptions, ForwardMessagesOptions } from '@wppconnect/wa-js/dist/chat'; | ||
import { Page } from 'puppeteer'; | ||
@@ -299,3 +299,3 @@ import { CreateConfig } from '../../config/create-config'; | ||
*/ | ||
forwardMessages(to: string, messages: string | string[], skipMyMessages: boolean): Promise<string[]>; | ||
forwardMessage(toChatId: string, msgId: string | string[], options?: ForwardMessagesOptions): Promise<boolean>; | ||
/** | ||
@@ -302,0 +302,0 @@ * Generates sticker from the provided animated gif image and sends it (Send image as animated sticker) |
@@ -23,3 +23,3 @@ "use strict"; | ||
tokenStore: 'file', | ||
whatsappVersion: '2.2331.x', | ||
whatsappVersion: '2.2347.x', | ||
deviceName: false, | ||
@@ -26,0 +26,0 @@ linkPreviewApiServers: null, |
{ | ||
"name": "@wppconnect-team/wppconnect", | ||
"version": "1.28.0", | ||
"version": "1.28.1", | ||
"description": "WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... 😀🤔💭", | ||
@@ -57,26 +57,26 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@babel/eslint-parser": "^7.22.9", | ||
"@babel/eslint-plugin": "^7.22.5", | ||
"@babel/preset-env": "^7.22.9", | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@commitlint/cz-commitlint": "^17.5.0", | ||
"@types/atob": "^2.1.2", | ||
"@types/mime-types": "^2.1.1", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.16.19", | ||
"@babel/core": "^7.23.2", | ||
"@babel/eslint-parser": "^7.22.15", | ||
"@babel/eslint-plugin": "^7.22.10", | ||
"@babel/preset-env": "^7.23.2", | ||
"@commitlint/cli": "^17.7.2", | ||
"@commitlint/config-conventional": "^17.7.0", | ||
"@commitlint/cz-commitlint": "^17.7.2", | ||
"@types/atob": "^2.1.3", | ||
"@types/mime-types": "^2.1.3", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "^18.17.19", | ||
"@types/rimraf": "^3.0.2", | ||
"@types/sharp": "^0.31.1", | ||
"@types/shelljs": "^0.8.12", | ||
"@types/tmp": "^0.2.3", | ||
"@types/ws": "^8.5.5", | ||
"@typescript-eslint/eslint-plugin": "^5.60.1", | ||
"@typescript-eslint/parser": "^5.60.1", | ||
"@types/shelljs": "^0.8.14", | ||
"@types/tmp": "^0.2.5", | ||
"@types/ws": "^8.5.8", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"babel-loader": "^9.1.3", | ||
"commitizen": "^4.3.0", | ||
"concurrently": "^8.2.0", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"concurrently": "^8.2.2", | ||
"conventional-changelog-cli": "^4.1.0", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-header": "^3.1.1", | ||
@@ -88,28 +88,28 @@ "eslint-plugin-prettier": "^4.2.1", | ||
"pretty-quick": "^3.1.3", | ||
"regenerator-runtime": "^0.13.11", | ||
"regenerator-runtime": "^0.14.0", | ||
"release-it": "^15.11.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^5.1.6", | ||
"webpack": "^5.88.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
"dependencies": { | ||
"@wppconnect/wa-js": "^2.24.8", | ||
"@wppconnect/wa-version": "^1.2.60", | ||
"@wppconnect/wa-js": "^2.28.0", | ||
"@wppconnect/wa-version": "^1.2.132", | ||
"atob": "^2.1.2", | ||
"axios": "^1.4.0", | ||
"axios": "^1.6.0", | ||
"boxen": "^5.1.2", | ||
"catch-exit": "^1.2.2", | ||
"chalk": "~4.1.2", | ||
"chrome-launcher": "^0.15.2", | ||
"chrome-launcher": "^1.1.0", | ||
"execa": "^5.1.1", | ||
"file-type": "~16.5.4", | ||
"futoin-hkdf": "^1.5.2", | ||
"futoin-hkdf": "^1.5.3", | ||
"latest-version": "^5.1.0", | ||
"logform": "^2.5.1", | ||
"logform": "^2.6.0", | ||
"lookpath": "^1.2.2", | ||
"mime-types": "^2.1.35", | ||
"puppeteer": "^20.7.4", | ||
"puppeteer": "^21.3.8", | ||
"puppeteer-extra": "^3.3.6", | ||
@@ -123,10 +123,10 @@ "puppeteer-extra-plugin-stealth": "^2.11.2", | ||
"sanitize-filename": "^1.6.3", | ||
"sharp": "^0.32.3", | ||
"sharp": "^0.32.6", | ||
"tmp": "^0.2.1", | ||
"tree-kill": "^1.2.2", | ||
"winston": "^3.9.0", | ||
"ws": "^8.13.0" | ||
"winston": "^3.11.0", | ||
"ws": "^8.14.2" | ||
}, | ||
"optionalDependencies": { | ||
"fsevents": "^2.3.2" | ||
"fsevents": "^2.3.3" | ||
}, | ||
@@ -133,0 +133,0 @@ "directories": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
796999
+ Added@puppeteer/browsers@1.9.1(transitive)
+ Added@wppconnect/wa-version@1.5.1098(transitive)
+ Addedchrome-launcher@1.1.2(transitive)
+ Addedchromium-bidi@0.5.8(transitive)
+ Addedcosmiconfig@9.0.0(transitive)
+ Addeddevtools-protocol@0.0.1232444(transitive)
+ Addedenv-paths@2.2.1(transitive)
+ Addedlighthouse-logger@2.0.1(transitive)
+ Addedmitt@3.0.1(transitive)
+ Addedproxy-agent@6.3.1(transitive)
+ Addedpuppeteer@21.11.0(transitive)
+ Addedpuppeteer-core@21.11.0(transitive)
+ Addedurlpattern-polyfill@10.0.0(transitive)
+ Addedws@8.16.0(transitive)
+ Addedyargs@17.7.2(transitive)
- Removed@puppeteer/browsers@1.4.6(transitive)
- Removed@wppconnect/wa-version@1.5.1099(transitive)
- Removedchrome-launcher@0.15.2(transitive)
- Removedchromium-bidi@0.4.16(transitive)
- Removedcosmiconfig@8.2.0(transitive)
- Removeddevtools-protocol@0.0.1147663(transitive)
- Removedlighthouse-logger@1.4.2(transitive)
- Removedmitt@3.0.0(transitive)
- Removedpath-type@4.0.0(transitive)
- Removedproxy-agent@6.3.0(transitive)
- Removedpuppeteer@20.9.0(transitive)
- Removedpuppeteer-core@20.9.0(transitive)
- Removedws@8.13.0(transitive)
- Removedyargs@17.7.1(transitive)
Updated@wppconnect/wa-js@^2.28.0
Updatedaxios@^1.6.0
Updatedchrome-launcher@^1.1.0
Updatedfutoin-hkdf@^1.5.3
Updatedlogform@^2.6.0
Updatedpuppeteer@^21.3.8
Updatedsharp@^0.32.6
Updatedwinston@^3.11.0
Updatedws@^8.14.2