Skip to content

Commit 382e3b6

Browse files
committed
Auto-generated commit
1 parent 1bafe93 commit 382e3b6

File tree

12 files changed

+87
-43
lines changed

12 files changed

+87
-43
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-04-01T05:45:17.052Z

.github/workflows/productionize.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ jobs:
340340
341341
# Send status to Slack channel if job fails:
342342
- name: 'Send status to Slack channel in case of failure'
343-
# Pin action to full length commit SHA corresponding to v2.0.0
344-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
343+
# Pin action to full length commit SHA
344+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
345345
with:
346346
status: ${{ job.status }}
347347
steps: ${{ toJson(steps) }}
@@ -514,8 +514,8 @@ jobs:
514514
515515
# Send status to Slack channel if job fails:
516516
- name: 'Send status to Slack channel in case of failure'
517-
# Pin action to full length commit SHA corresponding to v2.0.0
518-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
517+
# Pin action to full length commit SHA
518+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
519519
with:
520520
status: ${{ job.status }}
521521
steps: ${{ toJson(steps) }}
@@ -694,8 +694,8 @@ jobs:
694694
695695
# Send status to Slack channel if job fails:
696696
- name: 'Send status to Slack channel in case of failure'
697-
# Pin action to full length commit SHA corresponding to v2.0.0
698-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
697+
# Pin action to full length commit SHA
698+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
699699
with:
700700
status: ${{ job.status }}
701701
steps: ${{ toJson(steps) }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ jobs:
214214
215215
# Send status to Slack channel if job fails:
216216
- name: 'Send status to Slack channel in case of failure'
217-
# Pin action to full length commit SHA corresponding to v2.0.0
218-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
217+
# Pin action to full length commit SHA
218+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
219219
with:
220220
status: ${{ job.status }}
221221
steps: ${{ toJson(steps) }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
9292
# Send status to Slack channel if job fails:
9393
- name: 'Send status to Slack channel in case of failure'
94-
# Pin action to full length commit SHA corresponding to v2.0.0
95-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
94+
# Pin action to full length commit SHA
95+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9696
with:
9797
status: ${{ job.status }}
9898
steps: ${{ toJson(steps) }}

.github/workflows/test_bundles.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
9191
# Send notification to Slack channel if job fails:
9292
- name: 'Send status to Slack channel in case of failure'
93-
# Pin action to full length commit SHA corresponding to v2.0.0
94-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
93+
# Pin action to full length commit SHA
94+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
9595
with:
9696
status: ${{ job.status }}
9797
steps: ${{ toJson(steps) }}
@@ -135,8 +135,8 @@ jobs:
135135
136136
# Send notification to Slack channel if job fails:
137137
- name: 'Send status to Slack channel in case of failure'
138-
# Pin action to full length commit SHA corresponding to v2.0.0
139-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
138+
# Pin action to full length commit SHA
139+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
140140
with:
141141
status: ${{ job.status }}
142142
steps: ${{ toJson(steps) }}
@@ -180,8 +180,8 @@ jobs:
180180
181181
# Send notification to Slack channel if job fails:
182182
- name: 'Send status to Slack channel in case of failure'
183-
# Pin action to full length commit SHA corresponding to v2.0.0
184-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
183+
# Pin action to full length commit SHA
184+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
185185
with:
186186
status: ${{ job.status }}
187187
steps: ${{ toJson(steps) }}

.github/workflows/test_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ jobs:
113113
114114
# Send Slack notification if job fails:
115115
- name: 'Send status to Slack channel in case of failure'
116-
# Pin action to full length commit SHA corresponding to v2.0.0
117-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
116+
# Pin action to full length commit SHA
117+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
118118
with:
119119
status: ${{ job.status }}
120120
steps: ${{ toJson(steps) }}

.github/workflows/test_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777

7878
# Send Slack notification if job fails:
7979
- name: 'Send notification to Slack in case of failure'
80-
# Pin action to full length commit SHA corresponding to v2.0.0
81-
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f
80+
# Pin action to full length commit SHA
81+
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
8282
with:
8383
status: ${{ job.status }}
8484
steps: ${{ toJson(steps) }}

.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
###############

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ shrinkwrap = false
2626

2727
# Disable automatically "saving" dependencies on install:
2828
save = false
29+
30+
# Generate provenance metadata:
31+
provenance = true

CONTRIBUTORS

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,85 @@
22
#
33
# Contributors listed in alphabetical order.
44

5-
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
5+
Adarsh Palaskar <adarshpalaskar99@gmail.com>
6+
Aditya Sapra <adityaework@gmail.com>
7+
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
68
Ali Salesi <ali_sal1381@yahoo.com>
9+
Aman Bhansali <bhansali.1@iitj.ac.in>
710
Amit Jimiwal <amitjimiwal45@gmail.com>
11+
Anudeep Sanapala <anudeep0306@gmail.com>
812
Athan Reines <kgryte@gmail.com>
13+
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
914
Brendan Graetz <bguiz@users.noreply.github.com>
1015
Bruno Fenzl <brunofenzl@gmail.com>
16+
Bryan Elee <rxbryn@gmail.com>
17+
Chinmay Joshi <86140365+JawHawk@users.noreply.github.com>
1118
Christopher Dambamuromo <chridam@gmail.com>
1219
Dan Rose <danoftheroses@gmail.com>
1320
Daniel Killenberger <daniel.killenberger@gmail.com>
1421
Dominik Moritz <domoritz@gmail.com>
1522
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
23+
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
1624
Frank Kovacs <fran70kk@gmail.com>
17-
GUNJ JOSHI <gunjjoshi8372@gmail.com>
25+
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
26+
Gunj Joshi <gunjjoshi8372@gmail.com>
1827
Harshita Kalani <harshitakalani02@gmail.com>
28+
Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
1929
James Gelok <jdgelok@gmail.com>
2030
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
2131
Jithin KS <jithinks112@gmail.com>
32+
Joel Mathew Koshy <joelmathewkoshy@gmail.com>
2233
Joey Reed <joeyrreed@gmail.com>
2334
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
2435
Joris Labie <joris.labie1@gmail.com>
2536
Justin Dennison <justin1dennison@gmail.com>
2637
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
38+
Khaldon <kahmd1444@gmail.com>
39+
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
40+
Lovelin <100030865+lovelindhoni@users.noreply.github.com>
41+
Manik Sharma <maniksharma.rke@gmail.com>
2742
Marcus Fantham <mfantham@users.noreply.github.com>
2843
Matt Cochrane <matthew.cochrane.eng@gmail.com>
44+
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
2945
Milan Raj <rajsite@users.noreply.github.com>
3046
Momtchil Momtchev <momtchil@momtchev.com>
47+
Muhammad Haris <harriskhan047@outlook.com>
3148
Naresh Jagadeesan <naresh.naresh000@gmail.com>
49+
NightKnight <Ahmedatwa866@yahoo.com>
3250
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
3351
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
52+
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
3453
Philipp Burckhardt <pburckhardt@outlook.com>
3554
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
3655
Pranav Goswami <goswami.4@iitj.ac.in>
56+
Praneki <97080887+PraneGIT@users.noreply.github.com>
57+
Pratik <97464067+Pratik772846@users.noreply.github.com>
58+
Priyansh <88396544+itsspriyansh@users.noreply.github.com>
59+
Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
60+
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
61+
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
3762
Ricky Reusser <rsreusser@gmail.com>
3863
Robert Gislason <gztown2216@yahoo.com>
3964
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
65+
Rutam <138517416+performant23@users.noreply.github.com>
4066
Ryan Seal <splrk@users.noreply.github.com>
67+
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
4168
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
69+
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
70+
Shivam <11shivam00@gmail.com>
4271
Shraddheya Shendre <shendreshraddheya@gmail.com>
43-
Spandan Barve <114365550+marsian83@users.noreply.github.com>
72+
Shubham Mishra <shubh622005@gmail.com>
73+
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
74+
Spandan Barve <contact@marsian.dev>
4475
Stephannie Jiménez Gacha <steff456@hotmail.com>
76+
Suraj kumar <125961509+kumarsuraj212003@users.noreply.github.com>
77+
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
78+
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
79+
Utkarsh <http://utkarsh11105@gmail.com>
80+
Utkarsh Raj <rajutkarsh2505@gmail.com>
81+
Varad Gupta <varadgupta21@gmail.com>
4582
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
83+
naveen <stupiddint@gmail.com>
84+
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
4685
orimiles5 <97595296+orimiles5@users.noreply.github.com>
4786
rei2hu <reimu@reimu.ws>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
194194
[npm-image]: http://img.shields.io/npm/v/@stdlib/random-streams.svg
195195
[npm-url]: https://npmjs.org/package/@stdlib/random-streams
196196

197-
[test-image]: https://github.com/stdlib-js/random-streams/actions/workflows/test.yml/badge.svg?branch=v0.2.1
198-
[test-url]: https://github.com/stdlib-js/random-streams/actions/workflows/test.yml?query=branch:v0.2.1
197+
[test-image]: https://github.com/stdlib-js/random-streams/actions/workflows/test.yml/badge.svg?branch=main
198+
[test-url]: https://github.com/stdlib-js/random-streams/actions/workflows/test.yml?query=branch:main
199199

200200
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-streams/main.svg
201201
[coverage-url]: https://codecov.io/github/stdlib-js/random-streams?branch=main

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,57 +100,57 @@
100100
"@stdlib/assert-is-string": "^0.2.1",
101101
"@stdlib/assert-is-uint32array": "^0.2.1",
102102
"@stdlib/assert-is-windows": "^0.2.1",
103-
"@stdlib/blas-base-gcopy": "^0.2.0",
103+
"@stdlib/blas-base-gcopy": "^0.2.1",
104104
"@stdlib/buffer-from-string": "^0.2.1",
105105
"@stdlib/constants-int32-max": "^0.2.1",
106106
"@stdlib/constants-uint32-max": "^0.2.1",
107107
"@stdlib/fs-exists": "^0.2.1",
108108
"@stdlib/fs-read-file": "^0.2.1",
109109
"@stdlib/fs-unlink": "^0.2.1",
110-
"@stdlib/math-base-assert-is-integer": "^0.2.1",
110+
"@stdlib/math-base-assert-is-integer": "^0.2.3",
111111
"@stdlib/math-base-assert-is-nan": "^0.2.1",
112112
"@stdlib/object-assign": "^0.2.1",
113113
"@stdlib/process-exec-path": "^0.2.1",
114-
"@stdlib/random-base-arcsine": "^0.2.0",
115-
"@stdlib/random-base-bernoulli": "^0.2.0",
114+
"@stdlib/random-base-arcsine": "^0.2.1",
115+
"@stdlib/random-base-bernoulli": "^0.2.1",
116116
"@stdlib/random-base-beta": "^0.2.1",
117117
"@stdlib/random-base-betaprime": "^0.2.1",
118-
"@stdlib/random-base-binomial": "^0.2.0",
119-
"@stdlib/random-base-box-muller": "^0.2.0",
118+
"@stdlib/random-base-binomial": "^0.2.1",
119+
"@stdlib/random-base-box-muller": "^0.2.1",
120120
"@stdlib/random-base-cauchy": "^0.2.1",
121121
"@stdlib/random-base-chi": "^0.2.1",
122122
"@stdlib/random-base-chisquare": "^0.2.1",
123123
"@stdlib/random-base-cosine": "^0.2.1",
124-
"@stdlib/random-base-discrete-uniform": "^0.2.0",
124+
"@stdlib/random-base-discrete-uniform": "^0.2.1",
125125
"@stdlib/random-base-erlang": "^0.2.1",
126-
"@stdlib/random-base-exponential": "^0.2.0",
126+
"@stdlib/random-base-exponential": "^0.2.1",
127127
"@stdlib/random-base-f": "^0.2.1",
128128
"@stdlib/random-base-frechet": "^0.2.1",
129129
"@stdlib/random-base-gamma": "^0.2.1",
130-
"@stdlib/random-base-geometric": "^0.2.0",
130+
"@stdlib/random-base-geometric": "^0.2.1",
131131
"@stdlib/random-base-gumbel": "^0.2.1",
132-
"@stdlib/random-base-hypergeometric": "^0.2.0",
132+
"@stdlib/random-base-hypergeometric": "^0.2.1",
133133
"@stdlib/random-base-improved-ziggurat": "^0.2.1",
134134
"@stdlib/random-base-invgamma": "^0.2.1",
135135
"@stdlib/random-base-kumaraswamy": "^0.2.1",
136136
"@stdlib/random-base-laplace": "^0.2.1",
137137
"@stdlib/random-base-levy": "^0.2.1",
138138
"@stdlib/random-base-logistic": "^0.2.1",
139139
"@stdlib/random-base-lognormal": "^0.2.1",
140-
"@stdlib/random-base-minstd": "^0.2.0",
141-
"@stdlib/random-base-minstd-shuffle": "^0.2.0",
140+
"@stdlib/random-base-minstd": "^0.2.1",
141+
"@stdlib/random-base-minstd-shuffle": "^0.2.1",
142142
"@stdlib/random-base-mt19937": "^0.2.1",
143143
"@stdlib/random-base-negative-binomial": "^0.2.1",
144-
"@stdlib/random-base-normal": "^0.2.0",
144+
"@stdlib/random-base-normal": "^0.2.1",
145145
"@stdlib/random-base-pareto-type1": "^0.2.1",
146-
"@stdlib/random-base-poisson": "^0.2.0",
146+
"@stdlib/random-base-poisson": "^0.2.1",
147147
"@stdlib/random-base-randi": "^0.2.1",
148148
"@stdlib/random-base-randn": "^0.2.1",
149-
"@stdlib/random-base-randu": "^0.2.0",
149+
"@stdlib/random-base-randu": "^0.2.1",
150150
"@stdlib/random-base-rayleigh": "^0.2.1",
151151
"@stdlib/random-base-t": "^0.2.1",
152-
"@stdlib/random-base-triangular": "^0.2.0",
153-
"@stdlib/random-base-uniform": "^0.2.0",
152+
"@stdlib/random-base-triangular": "^0.2.1",
153+
"@stdlib/random-base-uniform": "^0.2.1",
154154
"@stdlib/random-base-weibull": "^0.2.1",
155155
"@stdlib/streams-node-inspect-sink": "^0.2.1",
156156
"@stdlib/string-format": "^0.2.1",

0 commit comments

Comments
 (0)