Skip to content

Commit 2c7ad9a

Browse files
committed
Auto-generated commit
1 parent 6143613 commit 2c7ad9a

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-01-28)
7+
## Unreleased (2026-02-02)
88

99
<section class="issues">
1010

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"url": "https://github.com/stdlib-js/stdlib/issues"
4040
},
4141
"dependencies": {
42-
"@stdlib/ndarray-base-bytes-per-element": "^0.2.2",
42+
"@stdlib/ndarray-base-bytes-per-element": "^0.3.0",
4343
"@stdlib/ndarray-base-minmax-view-buffer-index": "^0.2.2",
4444
"@stdlib/ndarray-base-numel": "^0.2.2",
45-
"@stdlib/ndarray-dtypes": "^0.3.0",
45+
"@stdlib/ndarray-dtypes": "^0.4.0",
4646
"@stdlib/types": "^0.4.3",
4747
"@stdlib/utils-library-manifest": "^0.2.3"
4848
},
@@ -51,7 +51,7 @@
5151
"@stdlib/ndarray-base-shape2strides": "^0.2.2",
5252
"@stdlib/ndarray-base-strides2offset": "^0.2.2",
5353
"@stdlib/random-base-discrete-uniform": "^0.2.1",
54-
"@stdlib/random-base-randu": "^0.2.1",
54+
"@stdlib/random-base-randu": "^0.2.2",
5555
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5656
"istanbul": "^0.4.1",
5757
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",

0 commit comments

Comments
 (0)