Skip to content

Commit f241aa9

Browse files
committed
Release v0.2.1
1 parent f00a129 commit f241aa9

File tree

6 files changed

+19
-21
lines changed

6 files changed

+19
-21
lines changed

.github/workflows/npm_downloads.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
8787
# Upload the download data:
8888
- name: 'Upload data'
89-
# Pin action to full length commit SHA corresponding to v3.1.3
90-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
89+
# Pin action to full length commit SHA
90+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
9191
with:
9292
# Define a name for the uploaded artifact (ensuring a unique name for each job):
9393
name: npm_downloads

.github/workflows/publish.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,10 @@ jobs:
124124
mv ./package.json.tmp ./package.json
125125
fi
126126
done
127-
jq -r '.devDependencies | keys[]' ./package.json | while read -r dep; do
128-
if [[ "$dep" != "@stdlib"* ]]; then
129-
continue
130-
fi
131-
dep=$(echo "$dep" | xargs)
132-
if ! find lib -name "*.js" -exec grep -q "$dep" {} + && ! grep -q -s "$dep" manifest.json && ! grep -q -s "$dep" include.gypi; then
133-
jq --indent 2 "del(.devDependencies[\"$dep\"])" ./package.json > ./package.json.tmp
134-
mv ./package.json.tmp ./package.json
135-
fi
136-
done
127+
128+
# Set `devDependencies` to an empty object:
129+
jq --indent 2 '.devDependencies = {}' ./package.json > ./package.json.tmp
130+
mv ./package.json.tmp ./package.json
137131
138132
# Remove CLI section:
139133
find . -type f -name '*.md' -print0 | xargs -0 perl -0777 -i -pe "s/(\* \* \*\n+)?<section class=\"cli\">[\s\S]+?<\!\-\- \/.cli \-\->//"

.github/workflows/test_bundles.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ jobs:
168168

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

CONTRIBUTORS

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
56
Ali Salesi <ali_sal1381@yahoo.com>
67
Amit Jimiwal <amitjimiwal45@gmail.com>
78
Athan Reines <kgryte@gmail.com>
@@ -13,6 +14,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
1314
Dominik Moritz <domoritz@gmail.com>
1415
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
1516
Frank Kovacs <fran70kk@gmail.com>
17+
GUNJ JOSHI <gunjjoshi8372@gmail.com>
1618
Harshita Kalani <harshitakalani02@gmail.com>
1719
James Gelok <jdgelok@gmail.com>
1820
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
@@ -21,6 +23,7 @@ Joey Reed <joeyrreed@gmail.com>
2123
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
2224
Joris Labie <joris.labie1@gmail.com>
2325
Justin Dennison <justin1dennison@gmail.com>
26+
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
2427
Marcus Fantham <mfantham@users.noreply.github.com>
2528
Matt Cochrane <matthew.cochrane.eng@gmail.com>
2629
Milan Raj <rajsite@users.noreply.github.com>
@@ -36,6 +39,7 @@ Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
3639
Ryan Seal <splrk@users.noreply.github.com>
3740
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
3841
Shraddheya Shendre <shendreshraddheya@gmail.com>
42+
Spandan Barve <114365550+marsian83@users.noreply.github.com>
3943
Stephannie Jiménez Gacha <steff456@hotmail.com>
4044
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
4145
orimiles5 <97595296+orimiles5@users.noreply.github.com>

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
193193
[npm-image]: http://img.shields.io/npm/v/@stdlib/assert-is-typed-array-length.svg
194194
[npm-url]: https://npmjs.org/package/@stdlib/assert-is-typed-array-length
195195

196-
[test-image]: https://github.com/stdlib-js/assert-is-typed-array-length/actions/workflows/test.yml/badge.svg?branch=v0.2.0
197-
[test-url]: https://github.com/stdlib-js/assert-is-typed-array-length/actions/workflows/test.yml?query=branch:v0.2.0
196+
[test-image]: https://github.com/stdlib-js/assert-is-typed-array-length/actions/workflows/test.yml/badge.svg?branch=v0.2.1
197+
[test-url]: https://github.com/stdlib-js/assert-is-typed-array-length/actions/workflows/test.yml?query=branch:v0.2.1
198198

199199
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-typed-array-length/main.svg
200200
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-typed-array-length?branch=main

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/assert-is-typed-array-length",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Test if a value is a valid typed array length.",
55
"license": "Apache-2.0",
66
"author": {
@@ -37,15 +37,15 @@
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
3939
"dependencies": {
40-
"@stdlib/assert-is-integer": "^0.2.0",
41-
"@stdlib/constants-array-max-typed-array-length": "^0.2.0"
40+
"@stdlib/assert-is-integer": "^0.2.1",
41+
"@stdlib/constants-array-max-typed-array-length": "^0.2.1"
4242
},
4343
"devDependencies": {
44-
"@stdlib/assert-is-boolean": "^0.1.1",
44+
"@stdlib/assert-is-boolean": "^0.2.1",
4545
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4646
"istanbul": "^0.4.1",
4747
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
48-
"@stdlib/bench-harness": "^0.1.2"
48+
"@stdlib/bench-harness": "^0.2.0"
4949
},
5050
"engines": {
5151
"node": ">=0.10.0",

0 commit comments

Comments
 (0)