File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [ 0.0.7] ( https://github.com/raphjaph/ordapi/releases/tag/0.0.7 ) - 2025-02-13
5
+ ---------------------------------------------------------------------------
6
+
7
+ ### Added
8
+ - Move eslint to devDepencies (#31 )
9
+
4
10
[ 0.0.6] ( https://github.com/raphjaph/ordapi/releases/tag/0.0.6 ) - 2025-02-12
5
11
---------------------------------------------------------------------------
6
12
Original file line number Diff line number Diff line change 4
4
"" : {
5
5
"name" : " ordapi" ,
6
6
"dependencies" : {
7
- "typescript-eslint" : " ^8.24.0" ,
8
7
"zod" : " ^3.24.2" ,
9
8
},
10
9
"devDependencies" : {
13
12
"@types/react-dom" : " ^19.0.3" ,
14
13
"react" : " ^19.0.0" ,
15
14
"react-dom" : " ^19.0.0" ,
15
+ "typescript-eslint" : " ^8.24.0" ,
16
16
},
17
17
},
18
18
},
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ function generateHtml() {
5
5
6
6
const config = {
7
7
repoAddress : 'https://github.com/raphjaph/ordapi' ,
8
- version : 'v0.0.6 '
8
+ version : 'v0.0.7 '
9
9
} ;
10
10
const scriptsContent = fs . readFileSync ( 'docs/scripts.js' , 'utf-8' ) ;
11
11
const apiDocs = JSON . parse ( fs . readFileSync ( 'docs/api-docs.json' , 'utf-8' ) ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ordapi" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.0.7 " ,
4
4
"license" : " CC0-1.0" ,
5
5
"homepage" : " https://raphjaph.github.io/ordapi" ,
6
6
"docs" : " https://raphjaph.github.io/ordapi" ,
You can’t perform that action at this time.
0 commit comments