File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h4 class="tsd-returns-title">Returns <a href="../types/GlitchHandle.html" class
3333
3434< div class ="tsd-comment tsd-typography "> </ div > < aside class ="tsd-sources ">
3535< ul >
36- < li > Defined in < a href ="https://github.com/7PH/react-powerglitch/blob/abd0c5c /src/lib/index.ts#L35 "> index.ts:35</ a > </ li > </ ul > </ aside > </ li > </ ul > </ section > </ div >
36+ < li > Defined in < a href ="https://github.com/7PH/react-powerglitch/blob/d55a19d /src/lib/index.ts#L35 "> index.ts:35</ a > </ li > </ ul > </ aside > </ li > </ ul > </ section > </ div >
3737< div class ="col-sidebar ">
3838< div class ="page-menu ">
3939< div class ="tsd-navigation settings ">
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</spa
7777< div class ="tsd-comment tsd-typography "> </ div > </ li > </ ul > </ li > </ ul > </ li > </ ul > </ div >
7878< div class ="tsd-comment tsd-typography "> </ div > < aside class ="tsd-sources ">
7979< ul >
80- < li > Defined in < a href ="https://github.com/7PH/react-powerglitch/blob/abd0c5c /src/lib/index.ts#L8 "> index.ts:8</ a > </ li > </ ul > </ aside > </ div >
80+ < li > Defined in < a href ="https://github.com/7PH/react-powerglitch/blob/d55a19d /src/lib/index.ts#L8 "> index.ts:8</ a > </ li > </ ul > </ aside > </ div >
8181< div class ="col-sidebar ">
8282< div class ="page-menu ">
8383< div class ="tsd-navigation settings ">
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <coverage generated =" 1696163275774 " clover =" 3.2.0" >
3- <project timestamp =" 1696163275774 " name =" All files" >
2+ <coverage generated =" 1697473848525 " clover =" 3.2.0" >
3+ <project timestamp =" 1697473848525 " name =" All files" >
44 <metrics statements =" 13" coveredstatements =" 13" conditionals =" 1" coveredconditionals =" 1" methods =" 8" coveredmethods =" 8" elements =" 22" coveredelements =" 22" complexity =" 0" loc =" 13" ncloc =" 13" packages =" 1" files =" 1" classes =" 1" />
55 <file name =" index.ts" path =" /home/braymond/projects/powerglitch/react-powerglitch/src/lib/index.ts" >
66 <metrics statements =" 13" coveredstatements =" 13" conditionals =" 1" coveredconditionals =" 1" methods =" 8" coveredmethods =" 8" />
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ <h1>All files</h1>
101101 < div class ='footer quiet pad2 space-top1 center small '>
102102 Code coverage generated by
103103 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
104- at 2023-10-01T12:27:55.769Z
104+ at 2023-10-16T16:30:48.522Z
105105 </ div >
106106 < script src ="prettify.js "> </ script >
107107 < script >
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ <h1><a href="index.html">All files</a> index.ts</h1>
283283 < div class ='footer quiet pad2 space-top1 center small '>
284284 Code coverage generated by
285285 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
286- at 2023-10-01T12:27:55.769Z
286+ at 2023-10-16T16:30:48.522Z
287287 </ div >
288288 < script src ="prettify.js "> </ script >
289289 < script >
Original file line number Diff line number Diff line change 11{
22 "name" : " react-powerglitch" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "types" : " ./types/lib/index.d.ts" ,
55 "main" : " ./lib/react-powerglitch.umd.js" ,
66 "module" : " ./lib/react-powerglitch.es.js" ,
1616 ],
1717 "scripts" : {
1818 "dev" : " vite --config vite-docs.config.ts" ,
19- "build" : " vite --config vite-docs.config.ts build && npm run coverage && npx typedoc && vite build" ,
19+ "build" : " vite --config vite-docs.config.ts build && npm run coverage && npx typedoc && vite build && tsc " ,
2020 "preview" : " vite preview" ,
2121 "test" : " jest" ,
2222 "coverage" : " jest --coverage"
You can’t perform that action at this time.
0 commit comments