File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.1.8] ( https://github.com/jpb06/extract-dependencies-from-sources/compare/v1.1.7...v1.1.8 ) (2025-04-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency effect to v3.14.11 ([ #63 ] ( https://github.com/jpb06/extract-dependencies-from-sources/issues/63 ) ) ([ ba93cf8] ( https://github.com/jpb06/extract-dependencies-from-sources/commit/ba93cf883de02539c9759f853ca9bfc93219b044 ) )
9
+
3
10
## [ 1.1.7] ( https://github.com/jpb06/extract-dependencies-from-sources/compare/v1.1.6...v1.1.7 ) (2025-03-30)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " extract-dependencies-from-sources" ,
3
3
"description" : " Inferring dependencies from the source code of a monorepo app" ,
4
- "version" : " 1.1.7 " ,
4
+ "version" : " 1.1.8 " ,
5
5
"main" : " ./cjs/index.js" ,
6
6
"module" : " ./esm/index.js" ,
7
7
"types" : " ./dts/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.1.7 "
2
+ "." : " 1.1.8 "
3
3
}
You can’t perform that action at this time.
0 commit comments