Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 25, 2024
1 parent c988179 commit bdac3ed
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 62 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm_downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
# Upload the download data:
- name: 'Upload data'
# Pin action to full length commit SHA corresponding to v3.1.3
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
# Pin action to full length commit SHA
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
# Define a name for the uploaded artifact (ensuring a unique name for each job):
name: npm_downloads
Expand Down
14 changes: 4 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,10 @@ jobs:
mv ./package.json.tmp ./package.json
fi
done
jq -r '.devDependencies | keys[]' ./package.json | while read -r dep; do
if [[ "$dep" != "@stdlib"* ]]; then
continue
fi
dep=$(echo "$dep" | xargs)
if ! find lib -name "*.js" -exec grep -q "$dep" {} + && ! grep -q -s "$dep" manifest.json && ! grep -q -s "$dep" include.gypi; then
jq --indent 2 "del(.devDependencies[\"$dep\"])" ./package.json > ./package.json.tmp
mv ./package.json.tmp ./package.json
fi
done
# Set `devDependencies` to an empty object:
jq --indent 2 '.devDependencies = {}' ./package.json > ./package.json.tmp
mv ./package.json.tmp ./package.json
# Remove CLI section:
find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/(\* \* \*\n+)?<section class=\"cli\">[\s\S]+?<\!\-\- \/.cli \-\->//"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
SLUG=${{ github.repository }}
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$SLUG.git" --follow-tags
# Remove development dependencies from package.json:
- name: 'Remove development dependencies from package.json'
run: |
jq --indent 2 '.devDependencies = {}' ./package.json > ./package.json.tmp
mv ./package.json.tmp ./package.json
# Replace GitHub MathJax equations with SVGs:
- name: 'Replace GitHub MathJax equations with SVGs'
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:

# Install Deno:
- name: 'Install Deno'
# Pin action to full length commit SHA corresponding to v1.1.2
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31
# Pin action to full length commit SHA
uses: denoland/setup-deno@041b854f97b325bd60e53e9dc2de9cb9f9ac0cba # v1.1.4
with:
deno-version: vx.x.x

Expand Down
5 changes: 5 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Contributors listed in alphabetical order.

Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
Ali Salesi <ali_sal1381@yahoo.com>
Amit Jimiwal <amitjimiwal45@gmail.com>
Athan Reines <kgryte@gmail.com>
Expand All @@ -13,6 +14,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
Dominik Moritz <domoritz@gmail.com>
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
Frank Kovacs <fran70kk@gmail.com>
GUNJ JOSHI <gunjjoshi8372@gmail.com>
Harshita Kalani <harshitakalani02@gmail.com>
James Gelok <jdgelok@gmail.com>
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
Expand All @@ -21,6 +23,7 @@ Joey Reed <joeyrreed@gmail.com>
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
Joris Labie <joris.labie1@gmail.com>
Justin Dennison <justin1dennison@gmail.com>
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
Marcus Fantham <mfantham@users.noreply.github.com>
Matt Cochrane <matthew.cochrane.eng@gmail.com>
Milan Raj <rajsite@users.noreply.github.com>
Expand All @@ -29,13 +32,15 @@ Naresh Jagadeesan <naresh.naresh000@gmail.com>
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
Philipp Burckhardt <pburckhardt@outlook.com>
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
Pranav Goswami <goswami.4@iitj.ac.in>
Ricky Reusser <rsreusser@gmail.com>
Robert Gislason <gztown2216@yahoo.com>
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Ryan Seal <splrk@users.noreply.github.com>
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Shraddheya Shendre <shendreshraddheya@gmail.com>
Spandan Barve <114365550+marsian83@users.noreply.github.com>
Stephannie Jiménez Gacha <steff456@hotmail.com>
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
orimiles5 <97595296+orimiles5@users.noreply.github.com>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/random-streams-minstd-shuffle.svg
[npm-url]: https://npmjs.org/package/@stdlib/random-streams-minstd-shuffle

[test-image]: https://github.com/stdlib-js/random-streams-minstd-shuffle/actions/workflows/test.yml/badge.svg?branch=v0.2.0
[test-url]: https://github.com/stdlib-js/random-streams-minstd-shuffle/actions/workflows/test.yml?query=branch:v0.2.0
[test-image]: https://github.com/stdlib-js/random-streams-minstd-shuffle/actions/workflows/test.yml/badge.svg?branch=v0.2.1
[test-url]: https://github.com/stdlib-js/random-streams-minstd-shuffle/actions/workflows/test.yml?query=branch:v0.2.1

[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/random-streams-minstd-shuffle/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/random-streams-minstd-shuffle?branch=main
Expand Down
93 changes: 47 additions & 46 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stdlib/random-streams-minstd-shuffle",
"version": "0.2.0",
"version": "0.2.1",
"description": "Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -40,59 +40,60 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/array-int32": "^0.2.0",
"@stdlib/array-uint8": "^0.2.0",
"@stdlib/assert-has-own-property": "^0.2.0",
"@stdlib/assert-is-boolean": "^0.2.0",
"@stdlib/assert-is-error": "^0.2.0",
"@stdlib/assert-is-integer": "^0.2.0",
"@stdlib/assert-is-nonnegative-integer": "^0.2.0",
"@stdlib/assert-is-nonnegative-number": "^0.2.0",
"@stdlib/assert-is-plain-object": "^0.2.0",
"@stdlib/assert-is-positive-integer": "^0.2.0",
"@stdlib/assert-is-string": "^0.2.0",
"@stdlib/assert-is-uint8array": "^0.2.0",
"@stdlib/array-int32": "^0.2.1",
"@stdlib/array-uint8": "^0.2.1",
"@stdlib/assert-has-own-property": "^0.2.1",
"@stdlib/assert-is-boolean": "^0.2.1",
"@stdlib/assert-is-error": "^0.2.1",
"@stdlib/assert-is-integer": "^0.2.1",
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
"@stdlib/assert-is-nonnegative-number": "^0.2.1",
"@stdlib/assert-is-plain-object": "^0.2.1",
"@stdlib/assert-is-positive-integer": "^0.2.1",
"@stdlib/assert-is-string": "^0.2.1",
"@stdlib/assert-is-uint8array": "^0.2.1",
"@stdlib/blas-base-gcopy": "^0.2.0",
"@stdlib/buffer-from-array": "^0.2.0",
"@stdlib/buffer-from-string": "^0.2.0",
"@stdlib/cli-ctor": "^0.2.0",
"@stdlib/fs-read-file": "^0.2.0",
"@stdlib/fs-write-file": "^0.2.0",
"@stdlib/object-assign": "^0.2.0",
"@stdlib/process-cwd": "^0.2.0",
"@stdlib/random-base-minstd-shuffle": "^0.2.0",
"@stdlib/streams-node-stdout": "^0.2.0",
"@stdlib/string-format": "^0.2.0",
"@stdlib/types": "^0.3.1",
"@stdlib/utils-define-nonenumerable-property": "^0.2.0",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0",
"@stdlib/utils-define-read-only-accessor": "^0.2.0",
"@stdlib/utils-define-read-write-accessor": "^0.2.0",
"@stdlib/utils-inherit": "^0.2.0",
"@stdlib/utils-next-tick": "^0.2.0",
"@stdlib/buffer-from-array": "^0.2.1",
"@stdlib/buffer-from-string": "^0.2.1",
"@stdlib/cli-ctor": "^0.2.1",
"@stdlib/fs-read-file": "^0.2.1",
"@stdlib/fs-write-file": "^0.2.1",
"@stdlib/object-assign": "^0.2.1",
"@stdlib/process-cwd": "^0.2.1",
"@stdlib/random-base-minstd-shuffle": "^0.2.1",
"@stdlib/streams-node-stdout": "^0.2.1",
"@stdlib/string-format": "^0.2.1",
"@stdlib/types": "^0.3.2",
"@stdlib/utils-define-nonenumerable-property": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
"@stdlib/utils-define-read-only-accessor": "^0.2.1",
"@stdlib/utils-define-read-write-accessor": "^0.2.1",
"@stdlib/utils-inherit": "^0.2.1",
"@stdlib/utils-next-tick": "^0.2.1",
"debug": "^2.6.9",
"readable-stream": "^2.1.4"
"readable-stream": "^2.1.4",
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
},
"devDependencies": {
"@stdlib/assert-is-browser": "^0.2.0",
"@stdlib/assert-is-buffer": "^0.2.0",
"@stdlib/assert-is-int32array": "^0.2.0",
"@stdlib/assert-is-windows": "^0.2.0",
"@stdlib/constants-int32-max": "^0.2.0",
"@stdlib/fs-exists": "^0.2.0",
"@stdlib/fs-unlink": "^0.2.0",
"@stdlib/math-base-assert-is-integer": "^0.2.0",
"@stdlib/math-base-assert-is-nan": "^0.2.0",
"@stdlib/process-exec-path": "^0.2.0",
"@stdlib/random-base-minstd": "^0.1.0",
"@stdlib/streams-node-inspect-sink": "^0.2.0",
"@stdlib/string-replace": "^0.2.0",
"@stdlib/time-now": "^0.2.0",
"@stdlib/assert-is-browser": "^0.2.1",
"@stdlib/assert-is-buffer": "^0.2.1",
"@stdlib/assert-is-int32array": "^0.2.1",
"@stdlib/assert-is-windows": "^0.2.1",
"@stdlib/constants-int32-max": "^0.2.1",
"@stdlib/fs-exists": "^0.2.1",
"@stdlib/fs-unlink": "^0.2.1",
"@stdlib/math-base-assert-is-integer": "^0.2.1",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/process-exec-path": "^0.2.1",
"@stdlib/random-base-minstd": "^0.2.0",
"@stdlib/streams-node-inspect-sink": "^0.2.1",
"@stdlib/string-replace": "^0.2.1",
"@stdlib/time-now": "^0.2.1",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"proxyquire": "^2.0.0",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.2.0"
"@stdlib/bench-harness": "^0.2.1"
},
"engines": {
"node": ">=0.10.0",
Expand Down

0 comments on commit bdac3ed

Please sign in to comment.