File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2024-09-15 )
7+ ## Unreleased (2024-09-22 )
88
99<section class =" commits " >
1010
1111### Commits
1212
1313<details >
1414
15+ - [ ` 9e689ff ` ] ( https://github.com/stdlib-js/stdlib/commit/9e689ffcb7c6223afc521f1e574b42f10921cf5e ) - ** chore:** fix indentation in manifest.json files _ (by Philipp Burckhardt)_
1516- [ ` 8f745c7 ` ] ( https://github.com/stdlib-js/stdlib/commit/8f745c734da22e26a4c5e6bbaf9ab20d991e5a63 ) - ** test:** fix descriptions _ (by Athan Reines)_
1617
1718</details >
2425
2526### Contributors
2627
27- A total of 1 person contributed to this release. Thank you to this contributor :
28+ A total of 2 people contributed to this release. Thank you to the following contributors :
2829
2930- Athan Reines
31+ - Philipp Burckhardt
3032
3133</section >
3234
Original file line number Diff line number Diff line change 22#
33# Contributors listed in alphabetical order.
44
5+ Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
56Adarsh Palaskar <adarshpalaskar99@gmail.com>
67Aditya Sapra <adityaework@gmail.com>
78AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -39,6 +40,7 @@ Joey Reed <joeyrreed@gmail.com>
3940Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
4041Joris Labie <joris.labie1@gmail.com>
4142Justin Dennison <justin1dennison@gmail.com>
43+ Kaif Mohd <mdkaifprofession@gmail.com>
4244Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4345Khaldon <kahmd1444@gmail.com>
4446Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
Original file line number Diff line number Diff line change 11{
2- "options" : {},
3- "fields" : [
4- {
5- "field" : " src" ,
6- "resolve" : true ,
7- "relative" : true
8- },
9- {
10- "field" : " include" ,
11- "resolve" : true ,
12- "relative" : true
13- },
14- {
15- "field" : " libraries" ,
16- "resolve" : false ,
17- "relative" : false
18- },
19- {
20- "field" : " libpath" ,
21- "resolve" : true ,
22- "relative" : false
23- }
24- ],
25- "confs" : [
26- {
27- "src" : [
2+ "options" : {},
3+ "fields" : [
4+ {
5+ "field" : " src" ,
6+ "resolve" : true ,
7+ "relative" : true
8+ },
9+ {
10+ "field" : " include" ,
11+ "resolve" : true ,
12+ "relative" : true
13+ },
14+ {
15+ "field" : " libraries" ,
16+ "resolve" : false ,
17+ "relative" : false
18+ },
19+ {
20+ "field" : " libpath" ,
21+ "resolve" : true ,
22+ "relative" : false
23+ }
24+ ],
25+ "confs" : [
26+ {
27+ "src" : [
2828 " ./src/main.c"
2929 ],
30- "include" : [
31- " ./include"
32- ],
33- "libraries" : [],
34- "libpath" : [],
35- "dependencies" : [
30+ "include" : [
31+ " ./include"
32+ ],
33+ "libraries" : [],
34+ "libpath" : [],
35+ "dependencies" : [
3636 " @stdlib/assert-napi-status-ok" ,
3737 " @stdlib/napi-argv" ,
3838 " @stdlib/napi-argv-float32array"
3939 ]
40- }
41- ]
40+ }
41+ ]
4242}
You can’t perform that action at this time.
0 commit comments