Skip to content

Commit fac9cf8

Browse files
committed
Update artifacts
1 parent 9cbbb59 commit fac9cf8

File tree

116 files changed

+793
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+793
-127
lines changed

strided/dispatch/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[461,461,100,109,109,100,3,3,100,461,461,100,"def989d20c35d4cb0834e91324177abc8f522626","2023-11-20 14:38:40 -0500"]
22
[461,461,100,109,109,100,3,3,100,461,461,100,"abf040787f6598438b0100a729a8331b7f80f62f","2024-09-28 17:06:16 -0400"]
3+
[461,461,100,109,109,100,3,3,100,461,461,100,"241824670528518e87667d83512dab297367e43d","2025-08-24 21:53:09 -0500"]

strided/dispatch/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1><a href="../../../index.html">All files</a> strided/dispatch/lib</h1>
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2024-09-28T21:12:08.192Z
134+
at 2025-08-25T02:54:29.848Z
135135
</div>
136136
<script src="../../../prettify.js"></script>
137137
<script>

strided/dispatch/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">strided/d
205205
* @module @stdlib/strided/dispatch
206206
*
207207
* @example
208-
* var dispatch = require( '@stdlib/strided/dispatch' );
209208
* var unary = require( '@stdlib/strided/base/unary' );
210209
* var abs = require( '@stdlib/math/base/special/abs' );
211210
* var Float64Array = require( '@stdlib/array/float64' );
211+
* var dispatch = require( '@stdlib/strided/dispatch' );
212212
*
213213
* var types = [
214214
* 'float64', 'float64'
@@ -244,7 +244,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">strided/d
244244
<div class='footer quiet pad2 space-top1 center small'>
245245
Code coverage generated by
246246
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247-
at 2024-09-28T21:12:08.192Z
247+
at 2025-08-25T02:54:29.848Z
248248
</div>
249249
<script src="../../../prettify.js"></script>
250250
<script>

strided/dispatch/index_of_types.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">strided/d
388388
<div class='footer quiet pad2 space-top1 center small'>
389389
Code coverage generated by
390390
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
391-
at 2024-09-28T21:12:08.192Z
391+
at 2025-08-25T02:54:29.848Z
392392
</div>
393393
<script src="../../../prettify.js"></script>
394394
<script>

strided/dispatch/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">strided/d
961961
<div class='footer quiet pad2 space-top1 center small'>
962962
Code coverage generated by
963963
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
964-
at 2024-09-28T21:12:08.192Z
964+
at 2025-08-25T02:54:29.848Z
965965
</div>
966966
<script src="../../../prettify.js"></script>
967967
<script>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[98,98,100,5,5,100,1,1,100,98,98,100,"67858b341e920fed871e34ba0d6b6809804916f7","2024-07-13 19:17:33 -0400"]
22
[98,98,100,5,5,100,1,1,100,98,98,100,"0a8192d68506a2abf4c3e52e1af9f1510e1660b4","2024-12-07 22:51:18 -0500"]
3+
[98,98,100,5,5,100,1,1,100,98,98,100,"241824670528518e87667d83512dab297367e43d","2025-08-24 21:53:09 -0500"]

string/base/capitalize/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2024-12-08T03:54:22.882Z
119+
at 2025-08-25T02:54:32.104Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

string/base/capitalize/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
181181
* // returns 'Last man standing'
182182
*
183183
* out = capitalize( 'Hidden Treasures' );
184-
* // returns 'Hidden Treasures';
184+
* // returns 'Hidden Treasures'
185185
*/
186186
&nbsp;
187187
// MODULES //
@@ -199,7 +199,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
199199
<div class='footer quiet pad2 space-top1 center small'>
200200
Code coverage generated by
201201
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
202-
at 2024-12-08T03:54:22.882Z
202+
at 2025-08-25T02:54:32.104Z
203203
</div>
204204
<script src="prettify.js"></script>
205205
<script>

string/base/capitalize/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
235235
<div class='footer quiet pad2 space-top1 center small'>
236236
Code coverage generated by
237237
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238-
at 2024-12-08T03:54:22.882Z
238+
at 2025-08-25T02:54:32.104Z
239239
</div>
240240
<script src="prettify.js"></script>
241241
<script>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[138,153,90.1961,11,13,84.6154,1,1,100,138,153,90.1961,"0b15ebe4d724b7aec7f27c47f4886bdac3adb7ae","2024-02-09 21:33:09 -0500"]
22
[138,153,90.1961,11,13,84.6154,1,1,100,138,153,90.1961,"32deb11c6a2453748d8db9554b6bb3fdb73a077f","2024-12-16 22:03:31 -0500"]
3+
[138,153,90.1961,11,13,84.6154,1,1,100,138,153,90.1961,"241824670528518e87667d83512dab297367e43d","2025-08-24 21:53:09 -0500"]

0 commit comments

Comments
 (0)