File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ - Fixed package.json require path in 'drizzle-orm/version'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " drizzle-orm" ,
3
- "version" : " 0.17.1 " ,
3
+ "version" : " 0.17.2 " ,
4
4
"description" : " Drizzle ORM package for SQL databases" ,
5
5
"scripts" : {
6
6
"build" : " tsc && resolve-tspaths && cp ../README.md package.json dist/" ,
Original file line number Diff line number Diff line change 1
1
export const compatibilityVersion = 2 ;
2
- export const npmVersion : string = require ( '.. /package.json' ) . version ;
2
+ export const npmVersion : string = require ( './package.json' ) . version ;
Original file line number Diff line number Diff line change 4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"typecheck" : " tsc" ,
7
- "test" : " ava tests --timeout=30s --serial"
7
+ "test" : " ava tests --timeout=60s --serial"
8
8
},
9
9
"ava" : {
10
10
"files" : [
You can’t perform that action at this time.
0 commit comments