Skip to content

Commit 3a253d8

Browse files
committed
Auto-generated commit
1 parent 03c22c4 commit 3a253d8

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.github/.keepalive

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-03-01T04:43:54.057Z

.npmignore

+2-1
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

+11
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
# Contributors listed in alphabetical order.
44

55
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
6+
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
67
Ali Salesi <ali_sal1381@yahoo.com>
78
Amit Jimiwal <amitjimiwal45@gmail.com>
89
Athan Reines <kgryte@gmail.com>
910
Brendan Graetz <bguiz@users.noreply.github.com>
1011
Bruno Fenzl <brunofenzl@gmail.com>
12+
Chinmay J <86140365+JawHawk@users.noreply.github.com>
1113
Christopher Dambamuromo <chridam@gmail.com>
1214
Dan Rose <danoftheroses@gmail.com>
1315
Daniel Killenberger <daniel.killenberger@gmail.com>
1416
Dominik Moritz <domoritz@gmail.com>
1517
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1618
Frank Kovacs <fran70kk@gmail.com>
1719
GUNJ JOSHI <gunjjoshi8372@gmail.com>
20+
Golden <103646877+AuenKr@users.noreply.github.com>
1821
Harshita Kalani <harshitakalani02@gmail.com>
1922
James Gelok <jdgelok@gmail.com>
2023
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -24,21 +27,29 @@ Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
2427
Joris Labie <joris.labie1@gmail.com>
2528
Justin Dennison <justin1dennison@gmail.com>
2629
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
30+
Khaldon <kahmd1444@gmail.com>
2731
Marcus Fantham <mfantham@users.noreply.github.com>
2832
Matt Cochrane <matthew.cochrane.eng@gmail.com>
33+
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
2934
Milan Raj <rajsite@users.noreply.github.com>
3035
Momtchil Momtchev <momtchil@momtchev.com>
3136
Naresh Jagadeesan <naresh.naresh000@gmail.com>
3237
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3338
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
3439
Philipp Burckhardt <pburckhardt@outlook.com>
40+
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3541
Pranav Goswami <goswami.4@iitj.ac.in>
42+
Praneki <97080887+PraneGIT@users.noreply.github.com>
43+
Pratik <97464067+Pratik772846@users.noreply.github.com>
3644
Ricky Reusser <rsreusser@gmail.com>
3745
Robert Gislason <gztown2216@yahoo.com>
3846
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
47+
Rutam <138517416+performant23@users.noreply.github.com>
3948
Ryan Seal <splrk@users.noreply.github.com>
4049
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
4150
Shraddheya Shendre <shendreshraddheya@gmail.com>
51+
Shubham <shubh622005@gmail.com>
52+
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
4253
Spandan Barve <114365550+marsian83@users.noreply.github.com>
4354
Stephannie Jiménez Gacha <steff456@hotmail.com>
4455
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
208208
[npm-image]: http://img.shields.io/npm/v/@stdlib/number-float64-base-from-int64-bytes.svg
209209
[npm-url]: https://npmjs.org/package/@stdlib/number-float64-base-from-int64-bytes
210210

211-
[test-image]: https://github.com/stdlib-js/number-float64-base-from-int64-bytes/actions/workflows/test.yml/badge.svg?branch=v0.2.1
212-
[test-url]: https://github.com/stdlib-js/number-float64-base-from-int64-bytes/actions/workflows/test.yml?query=branch:v0.2.1
211+
[test-image]: https://github.com/stdlib-js/number-float64-base-from-int64-bytes/actions/workflows/test.yml/badge.svg?branch=main
212+
[test-url]: https://github.com/stdlib-js/number-float64-base-from-int64-bytes/actions/workflows/test.yml?query=branch:main
213213

214214
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/number-float64-base-from-int64-bytes/main.svg
215215
[coverage-url]: https://codecov.io/github/stdlib-js/number-float64-base-from-int64-bytes?branch=main

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"devDependencies": {
4646
"@stdlib/math-base-assert-is-nan": "^0.2.1",
47-
"@stdlib/random-base-bernoulli": "^0.2.0",
48-
"@stdlib/random-base-discrete-uniform": "^0.2.0",
47+
"@stdlib/random-base-bernoulli": "^0.2.1",
48+
"@stdlib/random-base-discrete-uniform": "^0.2.1",
4949
"proxyquire": "^2.0.0",
5050
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5151
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)