Skip to content

Commit 685f52f

Browse files
committed
Auto-generated commit
1 parent 55c236a commit 685f52f

7 files changed

Lines changed: 21 additions & 7 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.npmrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ save = false
2929

3030
# Do not generate provenance metadata:
3131
provenance = false
32+
33+
# Prefer cached dependencies during install:
34+
prefer-offline = true
35+
36+
# Require signing Git commits and tags when using `npm version`:
37+
sign-git-commit = true
38+
sign-git-tag = true
39+
40+
# Run Git commit hooks when using `npm version`:
41+
commit-hooks = true
42+
43+
# Require that dependencies within the dependency tree have a minimum release age (in days) in order to guard against supply chain attacks:
44+
min-release-age = 90

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-05-10)
7+
## Unreleased (2026-06-17)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`dbe4c82`](https://github.com/stdlib-js/stdlib/commit/dbe4c820ea98330253b4054a5bc9b04b2293415b) - **docs:** propagate fixes to sibling packages [(#12677)](https://github.com/stdlib-js/stdlib/pull/12677) _(by Philipp Burckhardt, Athan Reines)_
1516
- [`a403638`](https://github.com/stdlib-js/stdlib/commit/a403638f69923986e5da20a2ad8e4f9653b8eef6) - **chore:** modernize examples and benchmarks _(by Athan Reines)_
1617
- [`9a51841`](https://github.com/stdlib-js/stdlib/commit/9a51841213eb13adbd6b8fe36d96c00aac9fbb17) - **bench:** refactor to use string interpolation in `stats/base` [(#11393)](https://github.com/stdlib-js/stdlib/pull/11393) _(by Karan Anand)_
1718

@@ -25,10 +26,11 @@
2526

2627
### Contributors
2728

28-
A total of 2 people contributed to this release. Thank you to the following contributors:
29+
A total of 3 people contributed to this release. Thank you to the following contributors:
2930

3031
- Athan Reines
3132
- Karan Anand
33+
- Philipp Burckhardt
3234

3335
</section>
3436

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ import { float64ndarray, ndarray } from '@stdlib/types/ndarray';
8282
*
8383
* console.log( v.get().toString() );
8484
*/
85-
declare function dztest2<T extends ndarray>( arrays: [ float64ndarray, float64ndarray, T, float64ndarray, float64ndarray, float64ndarray, float64ndarray, float64ndarray ] ): T;
85+
declare function dztest2<T extends ndarray = ndarray>( arrays: [ float64ndarray, float64ndarray, T, float64ndarray, float64ndarray, float64ndarray, float64ndarray, float64ndarray ] ): T;
8686

8787

8888
// EXPORTS //

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@stdlib/ndarray-base-offset": "^0.2.3",
4444
"@stdlib/ndarray-base-stride": "^0.2.3",
4545
"@stdlib/stats-strided-dztest2": "^0.1.1",
46-
"@stdlib/types": "^0.4.3"
46+
"@stdlib/types": "^0.5.1"
4747
},
4848
"devDependencies": {
4949
"@stdlib/array-struct-factory": "^0.1.1",

0 commit comments

Comments
 (0)