File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
3
+ ## [ 1.1.1] - 2022-08-18
4
+
5
+ ### Fixed
6
+ [ Issue 154] ( https://github.com/Lunotte/react-http-request-handler/issues/154 ) iOS - react-native bundle in a project that implements RH2
7
+
3
8
## [ 1.1.0] - 2022-04-28
4
9
5
10
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-http-request-handler" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"private" : false ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
83
83
"redux" : " ^4.1.0" ,
84
84
"reselect" : " ^4.0.0"
85
85
},
86
- "main" : " lib\\ commonjs\\ index.js" ,
87
- "react-native" : " src\\ index.ts" ,
88
- "module" : " lib\\ module\\ index.js" ,
89
- "types" : " lib\\ typescript\\ src\\ index.d.ts" ,
86
+ "main" : " lib/ commonjs/ index.js" ,
87
+ "react-native" : " src/ index.ts" ,
88
+ "module" : " lib/ module/ index.js" ,
89
+ "types" : " lib/ typescript/ src/ index.d.ts" ,
90
90
"files" : [
91
91
" src" ,
92
92
" lib" ,
You can’t perform that action at this time.
0 commit comments