Updates curio version

parent 905e1e94
{ {
"name": "siscon-cli", "name": "siscon-cli",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
...@@ -1167,9 +1167,9 @@ ...@@ -1167,9 +1167,9 @@
"dev": true "dev": true
}, },
"curiojs": { "curiojs": {
"version": "2.4.8", "version": "2.5.0",
"resolved": "https://nexus.dev.evologica.com.br/repository/npm/curiojs/-/curiojs-2.4.8.tgz", "resolved": "https://nexus.dev.evologica.com.br/repository/npm/curiojs/-/curiojs-2.5.0.tgz",
"integrity": "sha1-eANmPR4zRnCAvPHOh9YTyo/JqLc=", "integrity": "sha512-jRFJjX/50E8z4reQqya0sETWG46JJKuUxOL3RSJNcif3IDIG8IPlCZ34vL21RuWgIa7cTKT9MdNmQP014P9hbg==",
"requires": { "requires": {
"@types/lodash": "4.14.116", "@types/lodash": "4.14.116",
"es6-object-assign": "1.1.0", "es6-object-assign": "1.1.0",
......
{ {
"name": "siscon-cli", "name": "siscon-cli",
"version": "1.0.0", "version": "1.0.2",
"description": "siscon-cli", "description": "siscon-cli",
"main": "./siscon-cli.js", "main": "./siscon-cli.js",
"bin": { "bin": {
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"chalk": "^2.1.0", "chalk": "^2.1.0",
"cli-table": "^0.3.1", "cli-table": "^0.3.1",
"commander": "^2.11.0", "commander": "^2.11.0",
"curiojs": "^2.4.8", "curiojs": "^2.5.0",
"figlet": "^1.2.0", "figlet": "^1.2.0",
"fuzzy": "^0.1.3", "fuzzy": "^0.1.3",
"inquirer": "^3.3.0", "inquirer": "^3.3.0",
......
...@@ -10,5 +10,5 @@ export const service: curio.Service = { ...@@ -10,5 +10,5 @@ export const service: curio.Service = {
export const sessionManager: curio.SessionManager = new curio.SessionManager( export const sessionManager: curio.SessionManager = new curio.SessionManager(
service, 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