Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into fix/create-script
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Dec 12, 2022
2 parents 4d692e0 + c578d03 commit acc1d37
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 11 deletions.
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": "@bot-whatsapp/bot",
"version": "0.0.18-alpha.0",
"version": "0.0.20-alpha.0",
"description": "",
"main": "./lib/bundle.bot.cjs",
"scripts": {
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": "@bot-whatsapp/cli",
"version": "0.0.25-alpha.0",
"version": "0.0.27-alpha.0",
"description": "",
"main": "index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-bot-whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-bot-whatsapp",
"version": "0.0.33-alpha.0",
"version": "0.0.35-alpha.0",
"description": "",
"main": "./lib/bundle.create-bot-whatsapp.cjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bot-whatsapp/database",
"version": "0.0.17-alpha.0",
"version": "0.0.19-alpha.0",
"description": "Esto es el conector a mysql, pg, mongo",
"main": "./lib/mock/index.cjs",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bot-whatsapp/provider",
"version": "0.0.23-alpha.0",
"version": "0.0.25-alpha.0",
"description": "Esto es el conector a Twilio, Meta, etc...",
"main": "./lib/mock/index.cjs",
"keywords": [],
Expand Down
6 changes: 5 additions & 1 deletion starters/apps/base-twilio-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "^1.18.3"
"whatsapp-web.js": "^1.18.3",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest"
},
"author": "",
"license": "ISC"
Expand Down
6 changes: 5 additions & 1 deletion starters/apps/base-twilio-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "^1.18.3"
"whatsapp-web.js": "^1.18.3",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest"
},
"author": "",
"license": "ISC"
Expand Down
6 changes: 5 additions & 1 deletion starters/apps/base-twilio-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "^1.18.3"
"whatsapp-web.js": "^1.18.3",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest"
},
"author": "",
"license": "ISC"
Expand Down
6 changes: 5 additions & 1 deletion starters/apps/base-wweb-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "^1.18.3"
"whatsapp-web.js": "^1.18.3",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest"
},
"author": "",
"license": "ISC"
Expand Down
6 changes: 5 additions & 1 deletion starters/apps/base-wweb-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "^1.18.3"
"whatsapp-web.js": "^1.18.3",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest"
},
"author": "",
"license": "ISC"
Expand Down
6 changes: 5 additions & 1 deletion starters/apps/base-wweb-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "^1.18.3"
"whatsapp-web.js": "^1.18.3",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest"
},
"author": "",
"license": "ISC"
Expand Down

0 comments on commit acc1d37

Please sign in to comment.