Skip to content

Commit c182701

Browse files
committed
Auto-generated commit
1 parent c960360 commit c182701

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-04-29T03:33:59.291Z
1+
2026-06-08T03:25:10.738Z

.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-04-29)
7+
## Unreleased (2026-06-08)
88

99
<section class="commits">
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@stdlib/math-base-assert-is-nan": "^0.2.3",
4141
"@stdlib/stats-incr-mstdev": "^0.2.3",
42-
"@stdlib/types": "^0.4.3"
42+
"@stdlib/types": "^0.5.1"
4343
},
4444
"devDependencies": {
4545
"@stdlib/constants-float64-eps": "^0.2.3",

0 commit comments

Comments
 (0)