Skip to content

Commit 90aeb55

Browse files
committed
Auto-generated commit
1 parent f759382 commit 90aeb55

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-03-01T03:02:09.728Z

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ branches.md
2929
.postinstall.json
3030
Makefile
3131

32-
# Ignore `binding.gyp` file to avoid compilation of native addon when installing package:
32+
# Ignore files to avoid compilation of native addon when installing package:
3333
binding.gyp
34+
include.gypi
3435

3536
# Directories #
3637
###############

CONTRIBUTORS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
# Contributors listed in alphabetical order.
44

55
Aditya Sapra <[email protected]>
6+
AgPriyanshu18 <[email protected]>
67
Ali Salesi <[email protected]>
78
Amit Jimiwal <[email protected]>
89
Athan Reines <[email protected]>
910
Brendan Graetz <[email protected]>
1011
Bruno Fenzl <[email protected]>
12+
Chinmay J <[email protected]>
1113
Christopher Dambamuromo <[email protected]>
1214
1315
Daniel Killenberger <[email protected]>
1416
Dominik Moritz <[email protected]>
1517
Dorrin Sotoudeh <[email protected]>
1618
Frank Kovacs <[email protected]>
1719
GUNJ JOSHI <[email protected]>
20+
1821
Harshita Kalani <[email protected]>
1922
James Gelok <[email protected]>
2023
Jaysukh Makvana <[email protected]>
@@ -24,21 +27,29 @@ Jordan Gallivan <[email protected]>
2427
Joris Labie <[email protected]>
2528
Justin Dennison <[email protected]>
2629
Karthik Prakash <[email protected]>
30+
2731
Marcus Fantham <[email protected]>
2832
Matt Cochrane <[email protected]>
33+
Mihir Pandit <[email protected]>
2934
Milan Raj <[email protected]>
3035
Momtchil Momtchev <[email protected]>
3136
Naresh Jagadeesan <[email protected]>
3237
Nithin Katta <[email protected]>
3338
Ognjen Jevremović <[email protected]>
3439
Philipp Burckhardt <[email protected]>
40+
Prajwal Kulkarni <[email protected]>
3541
Pranav Goswami <[email protected]>
42+
43+
3644
Ricky Reusser <[email protected]>
3745
Robert Gislason <[email protected]>
3846
Roman Stetsyk <[email protected]>
47+
3948
Ryan Seal <[email protected]>
4049
Seyyed Parsa Neshaei <[email protected]>
4150
Shraddheya Shendre <[email protected]>
51+
52+
Snehil Shah <[email protected]>
4253
Spandan Barve <[email protected]>
4354
Stephannie Jiménez Gacha <[email protected]>
4455
Yernar Yergaziyev <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
220220
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-has-utf16-surrogate-pair-at.svg
221221
[npm-url]: https://npmjs.org/package/@stdlib/assert-has-utf16-surrogate-pair-at
222222

223-
[test-image]: https://github.com/stdlib-js/assert-has-utf16-surrogate-pair-at/actions/workflows/test.yml/badge.svg?branch=v0.2.1
224-
[test-url]: https://github.com/stdlib-js/assert-has-utf16-surrogate-pair-at/actions/workflows/test.yml?query=branch:v0.2.1
223+
[test-image]: https://github.com/stdlib-js/assert-has-utf16-surrogate-pair-at/actions/workflows/test.yml/badge.svg?branch=main
224+
[test-url]: https://github.com/stdlib-js/assert-has-utf16-surrogate-pair-at/actions/workflows/test.yml?query=branch:main
225225

226226
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-has-utf16-surrogate-pair-at/main.svg
227227
[coverage-url]: https://codecov.io/github/stdlib-js/assert-has-utf16-surrogate-pair-at?branch=main

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"@stdlib/fs-read-file": "^0.2.1",
4747
"@stdlib/process-read-stdin": "^0.2.1",
4848
"@stdlib/streams-node-stdin": "^0.2.1",
49-
"@stdlib/string-format": "^0.2.1"
49+
"@stdlib/string-format": "^0.2.1",
50+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
5051
},
5152
"devDependencies": {
5253
"@stdlib/assert-is-boolean": "^0.2.1",
@@ -55,14 +56,14 @@
5556
"@stdlib/constants-unicode-max": "^0.2.1",
5657
"@stdlib/math-base-special-floor": "^0.2.1",
5758
"@stdlib/process-exec-path": "^0.2.1",
58-
"@stdlib/random-base-randu": "^0.2.0",
59-
"@stdlib/string-from-code-point": "^0.2.0",
59+
"@stdlib/random-base-randu": "^0.2.1",
60+
"@stdlib/string-from-code-point": "^0.2.1",
6061
"@stdlib/string-replace": "^0.2.1",
6162
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6263
"proxyquire": "^2.0.0",
6364
"istanbul": "^0.4.1",
6465
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
65-
"@stdlib/bench-harness": "^0.2.0"
66+
"@stdlib/bench-harness": "^0.2.1"
6667
},
6768
"engines": {
6869
"node": ">=0.10.0",

0 commit comments

Comments
 (0)