Skip to content

Commit

Permalink
v1.2.3-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Dec 6, 2024
1 parent b898cf9 commit 8d488cb
Show file tree
Hide file tree
Showing 19 changed files with 89 additions and 290 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"packages": [
"packages/bot",
"packages/cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/bot",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "core typescript",
"author": "Leifer Mendez <[email protected]>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/cli",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/contexts-dialogflow-cx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/contexts-dialogflow-cx",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "contexts typescript",
"author": "Leifer Mendez <[email protected]>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/contexts-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/contexts-dialogflow",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "contexts typescript",
"author": "Leifer Mendez <[email protected]>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-builderbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-builderbot",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "",
"license": "ISC",
"main": "dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-json",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "Esto es el conector a json",
"keywords": [],
"author": "Leifer Mendez <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-mongo",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "Esto es el conector a mongo DB",
"keywords": [],
"author": "Leifer Mendez <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-mysql",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "Esto es el conector a Mysql",
"keywords": [],
"author": "Leifer Mendez <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/database-postgres",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "> TODO: description",
"author": "vicente1992 <[email protected]>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-builderbot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-builderbot",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "> TODO: description",
"author": "vicente1992 <[email protected]>",
"homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/provider-baileys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-baileys",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Leifer Mendez <[email protected]>",
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@builderbot/core-baileys": "~6.7.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@types/polka": "^0.5.7",
"@whiskeysockets/baileys": "~6.7.9",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^11.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-meta",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "> TODO: description",
"author": "vicente1992 <[email protected]>",
"homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-telegram",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "Provider for Telegram",
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-twilio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-twilio",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "> TODO: description",
"author": "Leifer Mendez <[email protected]>",
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-venom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-venom",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Leifer Mendez <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-web-whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-web-whatsapp",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Leifer Mendez <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-wppconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builderbot/provider-wppconnect",
"version": "1.2.3-alpha.3",
"version": "1.2.3-alpha.4",
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "Leifer Mendez <[email protected]>",
Expand Down
Loading

0 comments on commit 8d488cb

Please sign in to comment.