Skip to content

Commit eba58ce

Browse files
committed
Auto-generated commit
1 parent a3c6640 commit eba58ce

File tree

4 files changed

+13
-20
lines changed

4 files changed

+13
-20
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-02-02T01:27:49.186Z
1+
2026-03-09T01:12:58.523Z

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ jobs:
7676
npm install || npm install || npm install
7777
timeout-minutes: 15
7878

79-
# Build native add-on if present:
80-
- name: 'Build native add-on (if present)'
81-
run: |
82-
if [ -f "binding.gyp" ]; then
83-
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
84-
fi
85-
8679
# Run tests:
8780
- name: 'Run tests'
8881
id: tests

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Package changelog.
44
5-
<section class="release" id="unreleased">
5+
<section class="release" id="v0.2.3">
66

7-
## Unreleased (2026-02-02)
7+
## 0.2.3 (2026-02-04)
88

99
<section class="commits">
1010

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
"url": "https://github.com/stdlib-js/stdlib/issues"
4040
},
4141
"dependencies": {
42-
"@stdlib/assert-napi-status-ok": "^0.2.2",
43-
"@stdlib/napi-argv": "^0.2.2",
44-
"@stdlib/napi-argv-float32array": "^0.2.2",
45-
"@stdlib/utils-library-manifest": "^0.2.3"
42+
"@stdlib/assert-napi-status-ok": "^0.2.3",
43+
"@stdlib/napi-argv": "^0.2.3",
44+
"@stdlib/napi-argv-float32array": "^0.2.3",
45+
"@stdlib/utils-library-manifest": "^0.2.4"
4646
},
4747
"devDependencies": {
48-
"@stdlib/array-filled": "^0.3.0",
49-
"@stdlib/array-typed": "^0.3.1",
50-
"@stdlib/assert-is-browser": "^0.2.2",
51-
"@stdlib/assert-is-complex64array": "^0.2.2",
52-
"@stdlib/strided-base-reinterpret-complex64": "^0.2.1",
53-
"@stdlib/utils-try-require": "^0.2.2",
48+
"@stdlib/array-filled": "^0.3.1",
49+
"@stdlib/array-typed": "^0.3.2",
50+
"@stdlib/assert-is-browser": "^0.2.3",
51+
"@stdlib/assert-is-complex64array": "^0.2.3",
52+
"@stdlib/strided-base-reinterpret-complex64": "^0.2.2",
53+
"@stdlib/utils-try-require": "^0.2.3",
5454
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5555
"istanbul": "^0.4.1",
5656
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)