File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 55 "fixed" : [],
66 "linked" : [],
77 "access" : " public" ,
8- "baseBranch" : " main " ,
8+ "baseBranch" : " master " ,
99 "updateInternalDependencies" : " patch" ,
1010 "ignore" : []
1111}
Original file line number Diff line number Diff line change 1+ # sichqon
2+
3+ ## 0.0.2
4+
5+ ### Patch Changes
6+
7+ - Check second release
Original file line number Diff line number Diff line change 11{
22 "name" : " sichqon" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " Create tunnel with your react application" ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const useIsomorphicLayoutEffect =
1010 typeof window !== "undefined" ? useLayoutEffect : useEffect ;
1111
1212type Listener = ( ) => void ;
13- function createTunnel ( ) {
13+ export function createTunnel ( ) {
1414 let localState : ReactNode [ ] = [ ] ;
1515 let listeners : Listener [ ] = [ ] ;
1616
@@ -45,6 +45,4 @@ function createTunnel() {
4545 return < > { currentState } </ > ;
4646 } ,
4747 } ;
48- }
49-
50- export { createTunnel } ;
48+ }
You can’t perform that action at this time.
0 commit comments