fix(all): GB Apps now can talk to the kb.gbapp and ask for data.

This commit is contained in:
Rodrigo Rodriguez 2020-04-02 19:02:32 -03:00
parent 610b0d20c7
commit 5049e32a19

View file

@ -1,6 +1,6 @@
{ {
"name": "botlib", "name": "botlib",
"version": "1.4.4", "version": "1.4.5",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)", "description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index", "types": "dist/index",
@ -9,7 +9,8 @@
"Rodrigo Rodriguez <me@rodrigorodriguez.com>", "Rodrigo Rodriguez <me@rodrigorodriguez.com>",
"João Antonio Ferreira <joao.parana@gmail.com>", "João Antonio Ferreira <joao.parana@gmail.com>",
"Jorge Ramos <jramos@pobox.com>", "Jorge Ramos <jramos@pobox.com>",
"PH <ph.an@outlook.com>" "PH <ph.an@outlook.com>",
"Dário Vieira <dario.junior3@gmail.com>"
], ],
"license": "AGPL-3.0", "license": "AGPL-3.0",
"repository": { "repository": {