lambdaorm-cli
Advanced tools
Comparing version
@@ -87,3 +87,3 @@ "use strict"; | ||
else { | ||
const result = yield orm.execute(expression, data, {}, stage.name); | ||
const result = yield orm.execute(expression, data, stage.name); | ||
console.log(JSON.stringify(result, null, 2)); | ||
@@ -90,0 +90,0 @@ } |
{ | ||
"name": "lambdaorm-cli", | ||
"version": "0.1.5-alpha", | ||
"version": "0.1.6-alpha", | ||
"description": "The lambdaorm command line interface", | ||
@@ -20,10 +20,10 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>", | ||
"dependencies": { | ||
"lambdaorm": "0.1.18-alpha", | ||
"yargs": "^17.3.1", | ||
"js-yaml": "^4.1.0", | ||
"lambdaorm": "0.1.22-alpha", | ||
"mongodb": "^4.1.3", | ||
"mysql2": "^2.2.5", | ||
"pg": "^8.7.1", | ||
"sql.js": "^1.6.2", | ||
"tedious": "^14.1.0", | ||
"sql.js": "^1.6.2", | ||
"js-yaml": "^4.1.0" | ||
"yargs": "^17.3.1" | ||
}, | ||
@@ -82,2 +82,2 @@ "keywords": [ | ||
"types": "cli.d.ts" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
104810
-0.01%+ Added
- Removed
Updated