@builderbot/database-mongo 1.0.26-alpha.0 → 1.0.28-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +17 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,11 +1,21 @@
1
- # `database-mongo`
1
+ <p align="center">
2
+ <a href="https://builderbot.vercel.app/">
3
+ <h2 align="center">@builderbot/database-mongo</h2>
4
+ </a>
5
+ </p>
2
6
 
3
- > TODO: description
4
7
 
5
- ## Usage
8
+ ## Documentation
6
9
 
7
- ```
8
- const databaseMongo = require('database-mongo');
10
+ Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
9
11
 
10
- // TODO: DEMONSTRATE API
11
- ```
12
+
13
+ ## Official Course
14
+
15
+ If you want to discover all the functions and features offered by the library you can take the course.
16
+ [View Course](https://app.codigoencasa.com/courses/builderbot?refCode=LEIFER)
17
+
18
+
19
+ ## Contact Us
20
+ - [💻 Discord](https://link.codigoencasa.com/DISCORD)
21
+ - [👌 𝕏 (Twitter)](https://twitter.com/leifermendez)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/database-mongo",
3
- "version": "1.0.26-alpha.0",
3
+ "version": "1.0.28-alpha.0",
4
4
  "description": "Esto es el conector a mongo DB",
5
5
  "keywords": [],
6
6
  "author": "Leifer Mendez <leifer33@gmail.com>",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
32
32
  "dependencies": {
33
- "@builderbot/bot": "^1.0.26-alpha.0",
33
+ "@builderbot/bot": "^1.0.28-alpha.0",
34
34
  "mongodb": "^4.17.2"
35
35
  },
36
36
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "tslib": "^2.6.2",
48
48
  "tsm": "^2.3.0"
49
49
  },
50
- "gitHead": "9afa7ea9410c77ade9761283d0940b4b8c4f077e"
50
+ "gitHead": "6e01de0b346e318f61f9a2e4d16f2f1c2d9c64de"
51
51
  }