Updates curio version

parent 905e1e94
{
"name": "siscon-cli",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......@@ -1167,9 +1167,9 @@
"dev": true
},
"curiojs": {
"version": "2.4.8",
"resolved": "https://nexus.dev.evologica.com.br/repository/npm/curiojs/-/curiojs-2.4.8.tgz",
"integrity": "sha1-eANmPR4zRnCAvPHOh9YTyo/JqLc=",
"version": "2.5.0",
"resolved": "https://nexus.dev.evologica.com.br/repository/npm/curiojs/-/curiojs-2.5.0.tgz",
"integrity": "sha512-jRFJjX/50E8z4reQqya0sETWG46JJKuUxOL3RSJNcif3IDIG8IPlCZ34vL21RuWgIa7cTKT9MdNmQP014P9hbg==",
"requires": {
"@types/lodash": "4.14.116",
"es6-object-assign": "1.1.0",
......
{
"name": "siscon-cli",
"version": "1.0.0",
"version": "1.0.2",
"description": "siscon-cli",
"main": "./siscon-cli.js",
"bin": {
......@@ -22,7 +22,7 @@
"chalk": "^2.1.0",
"cli-table": "^0.3.1",
"commander": "^2.11.0",
"curiojs": "^2.4.8",
"curiojs": "^2.5.0",
"figlet": "^1.2.0",
"fuzzy": "^0.1.3",
"inquirer": "^3.3.0",
......
......@@ -10,5 +10,5 @@ export const service: curio.Service = {
export const sessionManager: curio.SessionManager = new curio.SessionManager(
service,
curio.connection.http
new curio.connection.HttpConnector()
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment