idb-pconnector
Advanced tools
Comparing version 1.0.6 to 1.0.7
# idb-pconnector change log | ||
# 1.0.7 | ||
Fix up setLibraryList example require statement see [03ce835](https://github.com/IBM/nodejs-idb-pconnector/commit/03ce835095551f660b64cac84d8f8cf8c8bc4ba9) | ||
# 1.0.6 | ||
@@ -3,0 +5,0 @@ Add implementation of setLibraryList API see PR [#39](https://github.com/IBM/nodejs-idb-pconnector/pull/39) |
{ | ||
"name": "idb-pconnector", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Promise based DB2 Connector for IBM i", | ||
@@ -5,0 +5,0 @@ "main": "lib/idb-pconnector.js", |
@@ -190,3 +190,3 @@ # **idb-pconnector - Promise-based DB2 Connector for IBM i** <!-- omit in toc --> | ||
```javascript | ||
const { Connection } = require('./lib/idb-pconnector.js'); | ||
const { Connection } = require('idb-pconnector'); | ||
@@ -193,0 +193,0 @@ async function setLibListExample() { |
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
96958