Skip to content

Commit 3c0e272

Browse files
committed
Auto-generated commit
1 parent 822c1b0 commit 3c0e272

6 files changed

Lines changed: 20 additions & 6 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-06-17T03:23:33.149Z

.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: 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-05-10)
7+
## Unreleased (2026-06-17)
88

99
<section class="commits">
1010

dist/index.js

Lines changed: 3 additions & 3 deletions
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@stdlib/ndarray-base-offset": "^0.2.3",
4343
"@stdlib/ndarray-base-stride": "^0.2.3",
4444
"@stdlib/stats-strided-dnanmeanpn": "^0.1.1",
45-
"@stdlib/types": "^0.4.3"
45+
"@stdlib/types": "^0.5.1"
4646
},
4747
"devDependencies": {
4848
"@stdlib/array-float64": "^0.2.3",

0 commit comments

Comments
 (0)