File tree Expand file tree Collapse file tree 3 files changed +40
-36
lines changed Expand file tree Collapse file tree 3 files changed +40
-36
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<section class =" release " id =" unreleased " >
6
6
7
- ## Unreleased (2024-09-15 )
7
+ ## Unreleased (2024-09-22 )
8
8
9
9
<section class =" features " >
10
10
22
22
23
23
<details >
24
24
25
+ - [ ` 9e689ff ` ] ( https://github.com/stdlib-js/stdlib/commit/9e689ffcb7c6223afc521f1e574b42f10921cf5e ) - ** chore:** fix indentation in manifest.json files _ (by Philipp Burckhardt)_
25
26
- [ ` 8f745c7 ` ] ( https://github.com/stdlib-js/stdlib/commit/8f745c734da22e26a4c5e6bbaf9ab20d991e5a63 ) - ** test:** fix descriptions _ (by Athan Reines)_
26
27
- [ ` 10af3be ` ] ( https://github.com/stdlib-js/stdlib/commit/10af3bece62e2c85dd36c33f13170233e16da246 ) - ** test:** fix test descriptions _ (by Athan Reines)_
27
28
- [ ` 5b9a31e ` ] ( https://github.com/stdlib-js/stdlib/commit/5b9a31e14e9bfddc64e6f7dc2b1edecd3871e675 ) - ** feat:** add ` napi/argv-strided-complex128array ` _ (by Athan Reines)_
36
37
37
38
### Contributors
38
39
39
- A total of 1 person contributed to this release. Thank you to this contributor :
40
+ A total of 2 people contributed to this release. Thank you to the following contributors :
40
41
41
42
- Athan Reines
43
+ - Philipp Burckhardt
42
44
43
45
</section >
44
46
Original file line number Diff line number Diff line change 2
2
#
3
3
# Contributors listed in alphabetical order.
4
4
5
+ Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
5
6
Adarsh Palaskar <adarshpalaskar99@gmail.com>
6
7
Aditya Sapra <adityaework@gmail.com>
7
8
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -39,6 +40,7 @@ Joey Reed <joeyrreed@gmail.com>
39
40
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
40
41
Joris Labie <joris.labie1@gmail.com>
41
42
Justin Dennison <justin1dennison@gmail.com>
43
+ Kaif Mohd <mdkaifprofession@gmail.com>
42
44
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
43
45
Khaldon <kahmd1444@gmail.com>
44
46
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
Original file line number Diff line number Diff line change 1
1
{
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" : [
28
28
" ./src/main.c"
29
29
],
30
- "include" : [
31
- " ./include"
32
- ],
33
- "libraries" : [],
34
- "libpath" : [],
35
- "dependencies" : [
30
+ "include" : [
31
+ " ./include"
32
+ ],
33
+ "libraries" : [],
34
+ "libpath" : [],
35
+ "dependencies" : [
36
36
" @stdlib/assert-napi-status-ok" ,
37
37
" @stdlib/napi-argv" ,
38
38
" @stdlib/napi-argv-float64array"
39
39
]
40
- }
41
- ]
40
+ }
41
+ ]
42
42
}
You can’t perform that action at this time.
0 commit comments