simple-oracledb
Advanced tools
Comparing version 0.1.13 to 0.1.14
'use strict'; | ||
var config = require('./eslintrc-common.json'); | ||
var config = require('./project/config/eslintrc-common.json'); | ||
config.env = { | ||
@@ -5,0 +5,0 @@ node: true |
@@ -15,3 +15,3 @@ 'use strict'; | ||
config: { | ||
src: 'build/*.js' | ||
src: 'project/build/*.js' | ||
} | ||
@@ -18,0 +18,0 @@ }; |
{ | ||
"name": "simple-oracledb", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Extend capabilities of oracledb with simplified API for quicker development.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -459,3 +459,3 @@ # simple-oracledb | ||
| ----------- | ------- | ----------- | | ||
| 2016-01-18 | v0.1.13 | Maintenance | | ||
| 2016-01-19 | v0.1.14 | Maintenance | | ||
| 2016-01-12 | v0.1.8 | Avoid issues with oracledb stream option which is based on this library | | ||
@@ -462,0 +462,0 @@ | 2016-01-07 | v0.1.7 | connection.query with streamResults=true returns a readable stream | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
401204