@bdkinc/knex-ibmi 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,7 +108,7 @@ try {
108
108
  or as Typescript
109
109
 
110
110
  ```typescript
111
- import knex from "knex";
111
+ import { knex } from "knex";
112
112
  import { Db2Dialect, DB2Config } from "knex-ibmi";
113
113
 
114
114
  const config: DB2Config = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bdkinc/knex-ibmi",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Knex dialect for IBMi",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",