Merge branch 'dev' of github.com:leifermendez/bot-whatsapp into fix/githubaction

This commit is contained in:
Leifer Mendez
2023-01-11 21:18:16 +01:00
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@bot-whatsapp/bot", "name": "@bot-whatsapp/bot",
"version": "0.0.53-alpha.0", "version": "0.0.61-alpha.0",
"description": "", "description": "",
"main": "./lib/bundle.bot.cjs", "main": "./lib/bundle.bot.cjs",
"scripts": { "scripts": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@bot-whatsapp/cli", "name": "@bot-whatsapp/cli",
"version": "0.0.60-alpha.0", "version": "0.0.67-alpha.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"devDependencies": { "devDependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@bot-whatsapp/contexts", "name": "@bot-whatsapp/contexts",
"version": "0.0.4-alpha.0", "version": "0.0.11-alpha.0",
"description": "", "description": "",
"main": "./lib/bundle.contexts.cjs", "main": "./lib/bundle.contexts.cjs",
"files": [ "files": [

View File

@@ -1,6 +1,6 @@
{ {
"name": "create-bot-whatsapp", "name": "create-bot-whatsapp",
"version": "0.0.71-alpha.0", "version": "0.0.78-alpha.0",
"description": "", "description": "",
"main": "./lib/bundle.create-bot-whatsapp.cjs", "main": "./lib/bundle.create-bot-whatsapp.cjs",
"files": [ "files": [

View File

@@ -1,6 +1,6 @@
{ {
"name": "@bot-whatsapp/database", "name": "@bot-whatsapp/database",
"version": "0.0.52-alpha.0", "version": "0.0.59-alpha.0",
"description": "Esto es el conector a mysql, pg, mongo", "description": "Esto es el conector a mysql, pg, mongo",
"main": "./lib/mock/index.cjs", "main": "./lib/mock/index.cjs",
"keywords": [], "keywords": [],

View File

@@ -1,6 +1,6 @@
{ {
"name": "@bot-whatsapp/portal", "name": "@bot-whatsapp/portal",
"version": "0.0.10-alpha.0", "version": "0.0.17-alpha.0",
"description": "Portal WEB para escanear QR", "description": "Portal WEB para escanear QR",
"main": "./lib/portal.http.cjs", "main": "./lib/portal.http.cjs",
"scripts": { "scripts": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@bot-whatsapp/provider", "name": "@bot-whatsapp/provider",
"version": "0.0.58-alpha.0", "version": "0.0.65-alpha.0",
"description": "Esto es el conector a Twilio, Meta, etc...", "description": "Esto es el conector a Twilio, Meta, etc...",
"main": "./lib/mock/index.cjs", "main": "./lib/mock/index.cjs",
"keywords": [], "keywords": [],