Skip to content

Commit

Permalink
Merge pull request #100 from opensql-org/dev
Browse files Browse the repository at this point in the history
Version 2.2.0
  • Loading branch information
aliazmoodehvaldi authored Jun 4, 2023
2 parents ae2658c + 263af03 commit 5fb156b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG/2.x/CHNAGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

## Version 2.2.0

2023-06-04

* Update dev dependencies

## Version 2.1.0

2023-06-04
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"sql"
],
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/mssql": "^8.1.2",
"@types/node": "^18.16.9",
"@types/pg": "^8.6.6",
"@types/node": "^20.2.5",
"@types/pg": "^8.10.1",
"jest": "^29.5.0",
"mssql": "^9.1.1",
"mysql2": "^2.3.3",
"mysql2": "^3.3.3",
"nodemon": "^2.0.22",
"pg": "^8.10.0",
"pg": "^8.11.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
Expand Down
4 changes: 2 additions & 2 deletions package/query/helper/dataType/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {characterVarying} from './characterVarying';
import {networkAddress} from './networkAddress';
import {JSONFunction} from '../../../typing';
import {varbinaryMax} from './varbinaryMax';
import {smallSerial} from './smallSerial';
import {varcharMax} from './varcharMax';
Expand All @@ -16,8 +17,7 @@ import {bytea} from './bytea';
import {json} from './json';
import {uuid} from './uuid';
import {xml} from './xml';
import {Enum} from './enum';
import {JSONFunction} from '../../../typing';
import {Enum} from './Enum';


export default function (dbName: string, str: string, columnName?: string): string {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"esModuleInterop": true,
"types": [
"node",
"reflect-metadata",
"jest"
],
"moduleResolution": "node",
Expand Down

0 comments on commit 5fb156b

Please sign in to comment.