Skip to content

Commit 4cf19e9

Browse files
committed
Auto-generated commit
1 parent 4f0bd2c commit 4cf19e9

File tree

9 files changed

+223
-214
lines changed

9 files changed

+223
-214
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-07-20)
7+
## Unreleased (2025-08-05)
88

99
<section class="features">
1010

@@ -123,6 +123,8 @@ A total of 6 issues were closed in this release:
123123

124124
<details>
125125

126+
- [`8a0618b`](https://github.com/stdlib-js/stdlib/commit/8a0618bf4e79916cd2e32e9159e0299b7c1bcf34) - **style:** fix indentation in JSON files _(by Philipp Burckhardt)_
127+
- [`6eee151`](https://github.com/stdlib-js/stdlib/commit/6eee15199727d04e3757e66f38384e97b8a333da) - **style:** fix indentation in JSON files _(by Philipp Burckhardt)_
126128
- [`11565b7`](https://github.com/stdlib-js/stdlib/commit/11565b764ce89e756d1a862d3f49f1f81e3c60c4) - **feat:** add `assert/is-almost-equal-array` [(#7690)](https://github.com/stdlib-js/stdlib/pull/7690) _(by Karan Anand, Philipp Burckhardt)_
127129
- [`f0d6484`](https://github.com/stdlib-js/stdlib/commit/f0d6484f7659f752a589af95dbee03916ba2db39) - **feat:** add `assert/is-almost-equal-complex128array` [(#7687)](https://github.com/stdlib-js/stdlib/pull/7687) _(by Karan Anand)_
128130
- [`2037f1e`](https://github.com/stdlib-js/stdlib/commit/2037f1e0e37cb7e60f19ec3bc4d54538132f6dee) - **feat:** add `assert/is-almost-equal-complex64array` [(#7688)](https://github.com/stdlib-js/stdlib/pull/7688) _(by Karan Anand)_

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Abdelrahman Samir <[email protected]>
99
Abdul Kaium <[email protected]>
1010
Abhay Punia <[email protected]>
1111
Abhijit Raut <[email protected]>
12+
Abhishek G <[email protected]>
1213
Abhishek Jain <[email protected]>
1314
Adarsh Palaskar <[email protected]>
1415
Aditya Sapra <[email protected]>
@@ -30,6 +31,7 @@ Anshu Kumar <[email protected]>
3031
Anudeep Sanapala <[email protected]>
3132
Arihant Pal <[email protected]>
3233
Aryan Bhirud <[email protected]>
34+
3335
Athan Reines <[email protected]>
3436
Atharva Patil <[email protected]>
3537
@@ -118,6 +120,7 @@ Momtchil Momtchev <[email protected]>
118120
Muhammad Haris <[email protected]>
119121
Muhammad Taaha Tariq <[email protected]>
120122
Muhmmad Saad <[email protected]>
123+
NEEKUorAAYUSH <[email protected]>
121124
Naresh Jagadeesan <[email protected]>
122125
Naveen Kumar <[email protected]>
123126
Neeraj Pathak <[email protected]>
@@ -132,6 +135,7 @@ Oneday12323 <[email protected]>
132135
Ori Miles <[email protected]>
133136
Philipp Burckhardt <[email protected]>
134137
Pierre Forstmann <[email protected]>
138+
Pradyumn Prasad <[email protected]>
135139
Prajjwal Bajpai <[email protected]>
136140
Prajwal Kulkarni <[email protected]>
137141
Pranav Goswami <[email protected]>
@@ -167,6 +171,7 @@ Sai Avinash <[email protected]>
167171
Sai Srikar Dumpeti <[email protected]>
168172
Sanchay Ketan Sinha <[email protected]>
169173
Sarthak Paandey <[email protected]>
174+
Satyajeet Chavan <[email protected]>
170175
Saurabh Singh <[email protected]>
171176
Seyyed Parsa Neshaei <[email protected]>
172177
Shabareesh Shetty <[email protected]>
@@ -176,6 +181,7 @@ Shivansh <[email protected]>
176181
Shraddheya Shendre <[email protected]>
177182
Shubh Mehta <[email protected]>
178183
Shubham Mishra <[email protected]>
184+
Siddhesh waje <[email protected]>
179185
Sivam Das <[email protected]>
180186
Snehil Shah <[email protected]>
181187
Soumajit Chatterjee <[email protected]>
@@ -195,6 +201,7 @@ Utkarsh <http://[email protected]>
195201
Utkarsh Raj <[email protected]>
196202
UtkershBasnet <[email protected]>
197203
Vaibhav Patel <[email protected]>
204+
Vansh Choudhary <[email protected]>
198205
Vara Rahul Rajana <[email protected]>
199206
Varad Gupta <[email protected]>
200207
Vinit Pandit <[email protected]>

is-complex-typed-array/lib/names.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[
2-
"Complex64Array",
3-
"Complex128Array"
2+
"Complex64Array",
3+
"Complex128Array"
44
]

is-node-builtin/lib/builtins.json

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
[
2-
"assert",
3-
"async_hooks",
4-
"buffer",
5-
"child_process",
6-
"cluster",
7-
"console",
8-
"constants",
9-
"crypto",
10-
"dgram",
11-
"dns",
12-
"domain",
13-
"events",
14-
"fs",
15-
"http",
16-
"http2",
17-
"https",
18-
"_http_agent",
19-
"_http_client",
20-
"_http_common",
21-
"_http_incoming",
22-
"_http_outgoing",
23-
"_http_server",
24-
"inspector",
25-
"module",
26-
"net",
27-
"os",
28-
"path",
29-
"perf_hooks",
30-
"process",
31-
"punycode",
32-
"querystring",
33-
"readline",
34-
"repl",
35-
"stream",
36-
"_stream_readable",
37-
"_stream_writable",
38-
"_stream_duplex",
39-
"_stream_transform",
40-
"_stream_passthrough",
41-
"_stream_wrap",
42-
"string_decoder",
43-
"sys",
44-
"timers",
45-
"tls",
46-
"_tls_common",
47-
"_tls_legacy",
48-
"_tls_wrap",
49-
"tty",
50-
"url",
51-
"util",
52-
"v8",
53-
"vm",
54-
"zlib",
55-
"v8/tools/splaytree",
56-
"v8/tools/codemap",
57-
"v8/tools/consarray",
58-
"v8/tools/csvparser",
59-
"v8/tools/profile",
60-
"v8/tools/profile_view",
61-
"v8/tools/logreader",
62-
"v8/tools/tickprocessor",
63-
"v8/tools/SourceMap",
64-
"v8/tools/tickprocessor-driver",
65-
"node-inspect/lib/_inspect",
66-
"node-inspect/lib/internal/inspect_client",
67-
"node-inspect/lib/internal/inspect_repl"
2+
"assert",
3+
"async_hooks",
4+
"buffer",
5+
"child_process",
6+
"cluster",
7+
"console",
8+
"constants",
9+
"crypto",
10+
"dgram",
11+
"dns",
12+
"domain",
13+
"events",
14+
"fs",
15+
"http",
16+
"http2",
17+
"https",
18+
"_http_agent",
19+
"_http_client",
20+
"_http_common",
21+
"_http_incoming",
22+
"_http_outgoing",
23+
"_http_server",
24+
"inspector",
25+
"module",
26+
"net",
27+
"os",
28+
"path",
29+
"perf_hooks",
30+
"process",
31+
"punycode",
32+
"querystring",
33+
"readline",
34+
"repl",
35+
"stream",
36+
"_stream_readable",
37+
"_stream_writable",
38+
"_stream_duplex",
39+
"_stream_transform",
40+
"_stream_passthrough",
41+
"_stream_wrap",
42+
"string_decoder",
43+
"sys",
44+
"timers",
45+
"tls",
46+
"_tls_common",
47+
"_tls_legacy",
48+
"_tls_wrap",
49+
"tty",
50+
"url",
51+
"util",
52+
"v8",
53+
"vm",
54+
"zlib",
55+
"v8/tools/splaytree",
56+
"v8/tools/codemap",
57+
"v8/tools/consarray",
58+
"v8/tools/csvparser",
59+
"v8/tools/profile",
60+
"v8/tools/profile_view",
61+
"v8/tools/logreader",
62+
"v8/tools/tickprocessor",
63+
"v8/tools/SourceMap",
64+
"v8/tools/tickprocessor-driver",
65+
"node-inspect/lib/_inspect",
66+
"node-inspect/lib/internal/inspect_client",
67+
"node-inspect/lib/internal/inspect_repl"
6868
]

is-typed-array/lib/names.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
2-
"Int8Array",
3-
"Uint8Array",
4-
"Uint8ClampedArray",
5-
"Int16Array",
6-
"Uint16Array",
7-
"Int32Array",
8-
"Uint32Array",
9-
"Float32Array",
10-
"Float64Array"
2+
"Int8Array",
3+
"Uint8Array",
4+
"Uint8ClampedArray",
5+
"Int16Array",
6+
"Uint16Array",
7+
"Int32Array",
8+
"Uint32Array",
9+
"Float32Array",
10+
"Float64Array"
1111
]
Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
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
]
38-
}
39-
]
38+
}
39+
]
4040
}

napi/equal-types/manifest.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
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
]
38-
}
39-
]
38+
}
39+
]
4040
}

0 commit comments

Comments
 (0)